@@ -100,7 +100,7 @@ export const tableOption = {
}],
}, {
label: '状态',
- prop: 'lockFlag',
+ prop: "lockFlag",
type: "select",
solt: true,
span: 24,
@@ -111,10 +111,10 @@ export const tableOption = {
dicData: [{
label: '有效',
- value: '0'
+ value: "0"
label: '锁定',
- value: '9'
+ value: "1"
}]
width: 180,
@@ -54,7 +54,7 @@
slot-scope="scope">
{{scope.row.deptName}}
</template>
- <template slot="delFlag"
+ <template slot="lockFlag"
<el-tag>{{scope.label}}</el-tag>