Commit 50b98c63 authored by 冷冷's avatar 冷冷

👽 Updating code due to external API changes.

parent 6d38f36c
......@@ -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"
slot-scope="scope">
<el-tag>{{scope.label}}</el-tag>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment