|
|
@@ -40,9 +40,9 @@
|
|
|
// label: '编辑',
|
|
|
// icon: 'mdi:account-edit-outline',
|
|
|
// onClick: handleDelete.bind(null, record, 'edit'),
|
|
|
+ // label: t('common.unbind'), -->
|
|
|
// },
|
|
|
{
|
|
|
- label: t('common.unbind'),
|
|
|
icon: 'mdi:account-multiple-remove-outline',
|
|
|
onClick: handleDelete.bind(null, record, 'unbond'),
|
|
|
},
|
|
|
@@ -112,7 +112,7 @@
|
|
|
title: t('common.operating'),
|
|
|
dataIndex: '',
|
|
|
slots: { customRender: 'action' },
|
|
|
- width: 100,
|
|
|
+ width: 80,
|
|
|
},
|
|
|
];
|
|
|
const schemas: FormSchema[] = [
|