人员管理 - 迁移人员重新推送工程至监管端
parent
110d32c3cd
commit
5564530d7c
|
@ -7,7 +7,7 @@
|
|||
<el-input v-model="KEYWORDS" placeholder="请输入用户名"/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="6">
|
||||
<el-col v-if="false" :span="6">
|
||||
<el-form-item label="推送状态">
|
||||
<el-select v-model="SENDSTATUS" placeholder="请选择推送状态" style="width: 100%;" clearable>
|
||||
<el-option v-for="item in sendStatusList" :key="item.value" :label="item.label" :value="item.value"/>
|
||||
|
@ -55,7 +55,7 @@
|
|||
<el-table-column label="操作" align="center" width="250">
|
||||
<template slot-scope="{row}">
|
||||
<el-button type="primary" icon="el-icon-edit" size="mini" @click="handleShow(row)">详情</el-button>
|
||||
<el-button type="primary" icon="el-icon-s-claim" size="mini" @click="sendMessage([row])">{{row.EMPLOY_FLAG == '1' ? '重新推送' : '推送'}}</el-button>
|
||||
<el-button type="primary" icon="el-icon-s-claim" size="mini" @click="sendMessage([row])">推送</el-button>
|
||||
<el-button v-if="false" type="success" icon="el-icon-edit" size="mini" @click="getUserInfo(row)">电子合格证</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
@ -156,8 +156,7 @@ export default {
|
|||
{
|
||||
KEYWORDS: this.KEYWORDS,
|
||||
STATUS: this.STATUS,
|
||||
UN_EMPLOY_FLAG: this.SENDSTATUS == '0' ? '0' : '',
|
||||
EMPLOY_FLAG:this.SENDSTATUS == '1'? '1' : ''
|
||||
UN_EMPLOY_FLAG: '0'
|
||||
}
|
||||
).then((data) => {
|
||||
this.listLoading = false
|
||||
|
|
Loading…
Reference in New Issue