优化样式
This commit is contained in:
@@ -76,6 +76,7 @@ const baTable = new baTableClass(
|
||||
prop: 'status',
|
||||
align: 'center',
|
||||
render: 'tag',
|
||||
effect: 'dark',
|
||||
custom: { 0: 'danger', 1: 'success' },
|
||||
replaceValue: { 0: t('Disable'), 1: t('security.dataRecycle.Deleting monitoring') },
|
||||
},
|
||||
@@ -84,10 +85,11 @@ const baTable = new baTableClass(
|
||||
{
|
||||
label: t('Operate'),
|
||||
align: 'center',
|
||||
width: '130',
|
||||
width: '80',
|
||||
render: 'buttons',
|
||||
buttons: defaultOptButtons(['edit', 'delete']),
|
||||
operator: false,
|
||||
fixed: 'right',
|
||||
},
|
||||
],
|
||||
dblClickNotEditColumn: [undefined, 'status'],
|
||||
|
||||
Reference in New Issue
Block a user