|
@@ -31,17 +31,16 @@ export default defineComponent({
|
|
|
});
|
|
|
const columns: BasicColumn[] = [
|
|
|
{
|
|
|
- title: t('routes.device.snCode'),
|
|
|
- dataIndex: 'snCode',
|
|
|
- width: 100,
|
|
|
- },
|
|
|
- {
|
|
|
title: t('routes.equity.operationType'),
|
|
|
dataIndex: 'operationType',
|
|
|
width: 80,
|
|
|
customRender: ({ record }) => {
|
|
|
return record.operationType?t('routes.equity.operation.1'):t('routes.equity.operation.0');
|
|
|
},
|
|
|
+ },{
|
|
|
+ title: t('routes.device.snCode'),
|
|
|
+ dataIndex: 'snCode',
|
|
|
+ width: 100,
|
|
|
},
|
|
|
{
|
|
|
title: t('routes.equity.operationUserName'),
|