This commit is contained in:
zhutianqi
2021-07-14 18:00:35 +08:00
parent cff0bbca8d
commit 61f7f1342b
19 changed files with 115 additions and 5 deletions
@@ -70,9 +70,12 @@
label="所属岗位">
</el-table-column>
<el-table-column
prop="state"
label="状态"
width="170px">
<template slot-scope="scope">
<div v-if="scope.row.disableFlag === '1'">已禁用</div>
<div v-else>已启用</div>
</template>
</el-table-column>
<el-table-column
label="操作"