tangning 2 роки тому
батько
коміт
2a2fb19434
2 змінених файлів з 12 додано та 11 видалено
  1. 2 1
      src/views/equity/InvoiceModal.vue
  2. 10 10
      src/views/loglist/index.vue

+ 2 - 1
src/views/equity/InvoiceModal.vue

@@ -223,7 +223,8 @@
           {field: 'shipNum',ifShow:fileFlow.type == 3,},
           {field: 'email',ifShow:fileFlow.type == 2,},
           {field: 'file',ifShow:fileFlow.type == 2,},
-          {field: 'totalTime' },
+          {field: 'incrementTypeId', suffix:'', },
+          {field: 'totalTime', suffix:'', },
           {field: 'count',componentProps:{
               max:agent.value.majorSubNum,
               min:1,

+ 10 - 10
src/views/loglist/index.vue

@@ -86,8 +86,8 @@ export default defineComponent({
           component: 'Input',
           label: t('routes.device.snCode'),
           colProps: {
-            xl: 8,
-            xxl: 8,
+            xl: 7,
+            xxl: 7,
           },
         },
         {
@@ -95,8 +95,8 @@ export default defineComponent({
           component: 'Select',
           label: t('routes.equity.operationType'),
           colProps: {
-            xl: 8,
-            xxl: 8,
+            xl: 7,
+            xxl: 7,
           },
           componentProps: {
             options: [
@@ -130,8 +130,8 @@ export default defineComponent({
             immediate: true,
           },
           colProps: {
-            xl: 8,
-            xxl: 8,
+            xl: 7,
+            xxl: 7,
           },
         },
         {
@@ -139,8 +139,8 @@ export default defineComponent({
           component: 'Input',
           label: t('routes.equity.operationUserName'),
           colProps: {
-            xl: 8,
-            xxl: 8,
+            xl: 7,
+            xxl: 7,
           },
         },
         {
@@ -154,8 +154,8 @@ export default defineComponent({
             showTime: true,
           },
           colProps: {
-            xl: 8,
-            xxl: 8,
+            xl: 7,
+            xxl: 7,
           },
         },
       ],