瀏覽代碼

style: 提交代码

tangning 2 年之前
父節點
當前提交
598d25555e
共有 1 個文件被更改,包括 4 次插入5 次删除
  1. 4 5
      src/views/loglist/index.vue

+ 4 - 5
src/views/loglist/index.vue

@@ -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'),