微调
This commit is contained in:
@@ -63,8 +63,6 @@
|
||||
label: '状态',
|
||||
minWidth:30,
|
||||
isShow:false,
|
||||
enum: dictStore.getDictData('state'),
|
||||
fieldNames: { label: 'label', value: 'code' },
|
||||
render: scope => {
|
||||
return (
|
||||
<el-tag type={scope.row.state === 0 ? 'success' : (scope.row.state === 1 ? 'warning' : 'danger')}>
|
||||
|
||||
Reference in New Issue
Block a user