人员管理 - 迁移人员重新推送工程至监管端

xuyifeng-0724-人员中台对接-pet
water_xu 2024-07-08 13:57:45 +08:00
parent 110d32c3cd
commit 5564530d7c
1 changed files with 3 additions and 4 deletions

View File

@ -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