微调
This commit is contained in:
@@ -88,9 +88,7 @@ const columns = reactive<ColumnProps<Sys_Log_Audit.Audit_LogList>[]>([
|
||||
{
|
||||
prop: 'warn',
|
||||
label: '告警标志',
|
||||
enum: dictStore.getDictData('status'),
|
||||
minWidth: 100,
|
||||
fieldNames: { label: 'label', value: 'code' },
|
||||
render: scope => {
|
||||
return (
|
||||
<el-tag type={scope.row.warn ? 'danger' : 'success'}>{scope.row.warn ? '告警' : '未告警'}</el-tag>
|
||||
|
||||
Reference in New Issue
Block a user