Forráskód Böngészése

style: 提交代码

tangning 2 éve
szülő
commit
598d25555e
1 módosított fájl, 4 hozzáadás és 5 törlés
  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'),