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

👽 Updating code due to external API changes.

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