企业标准库文本状态颜色
This commit is contained in:
+15
@@ -341,6 +341,20 @@
|
|||||||
label="文本状态"
|
label="文本状态"
|
||||||
width="110"
|
width="110"
|
||||||
>
|
>
|
||||||
|
|
||||||
|
<template slot-scope="scope">
|
||||||
|
<span v-if="scope.row.standStatusShow === '作废' ||scope.row.standStatusShow === '被代替' " style="color: #F56C6C">
|
||||||
|
{{scope.row.standStatusShow}}
|
||||||
|
</span>
|
||||||
|
<span v-else-if="scope.row.standStatusShow === '参考' " style="color: #E6A23C">
|
||||||
|
{{scope.row.standStatusShow}}
|
||||||
|
</span>
|
||||||
|
<span v-else>
|
||||||
|
{{scope.row.standStatusShow}}
|
||||||
|
</span>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="操作" align="center" width="50" fixed="right">
|
<el-table-column label="操作" align="center" width="50" fixed="right">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
@@ -1237,6 +1251,7 @@ export default {
|
|||||||
children: 'children',
|
children: 'children',
|
||||||
label: 'menuName'
|
label: 'menuName'
|
||||||
},
|
},
|
||||||
|
|
||||||
advancedSearch:[],
|
advancedSearch:[],
|
||||||
nodeKey: 'id',
|
nodeKey: 'id',
|
||||||
nodeKeyCode: 'code',
|
nodeKeyCode: 'code',
|
||||||
|
|||||||
Reference in New Issue
Block a user