|
|
@@ -118,13 +118,13 @@ const [registerTable] = useTable({
|
|
|
useSearchForm: true,
|
|
|
bordered: true,
|
|
|
showIndexColumn: false,
|
|
|
- actionColumn: {
|
|
|
- width: 60,
|
|
|
- title: '操作',
|
|
|
- dataIndex: 'action',
|
|
|
- slots: { customRender: 'action' },
|
|
|
- fixed: undefined,
|
|
|
- },
|
|
|
+ // actionColumn: {
|
|
|
+ // width: 60,
|
|
|
+ // title: '操作',
|
|
|
+ // dataIndex: 'action',
|
|
|
+ // slots: { customRender: 'action' },
|
|
|
+ // fixed: undefined,
|
|
|
+ // },
|
|
|
});
|
|
|
|
|
|
// 注册历史数据表格
|
|
|
@@ -213,13 +213,13 @@ const [registerHistoryTable] = useTable({
|
|
|
useSearchForm: true,
|
|
|
bordered: true,
|
|
|
showIndexColumn: false,
|
|
|
- actionColumn: {
|
|
|
- width: 60,
|
|
|
- title: '操作',
|
|
|
- dataIndex: 'action',
|
|
|
- slots: { customRender: 'action' },
|
|
|
- fixed: undefined,
|
|
|
- },
|
|
|
+ // actionColumn: {
|
|
|
+ // width: 60,
|
|
|
+ // title: '操作',
|
|
|
+ // dataIndex: 'action',
|
|
|
+ // slots: { customRender: 'action' },
|
|
|
+ // fixed: undefined,
|
|
|
+ // },
|
|
|
});
|
|
|
|
|
|
// 弹窗引用
|