ludc
2023-09-08 be1abfb614840ba9f74b693b21fe0ca12bdf18ea
Source/UBCS-WEB/src/views/docking/loge.vue
@@ -54,7 +54,7 @@
            prop: "id",
            search: true,
            sortable:true,
            width:150
            width:130
          },
          {
            label: "图号",
@@ -69,7 +69,8 @@
            prop: 'classifyId',
            search: true,
            sortable:true,
            width: 230
            overHidden:true,
            width: 150
          },
          {
            label: '分类名称',
@@ -77,14 +78,14 @@
            search: true,
            sortable:true,
            overHidden: true,
            width: 150
            width: 140
          },
          {
            label: '集成系统编号',
            prop: 'systemCode',
            search: true,
            sortable:true,
            width: 150
            width: 130
          },
          {
            label: '集成系统名称',
@@ -95,7 +96,7 @@
          },
          {
            label: '类型',
            prop: 'type',
            prop: 'typeText',
            search: true,
            sortable:true,
            width: 150
@@ -128,7 +129,7 @@
            width: 160
          },
          {
            label: '是否推送成功',
            label: '是否成功',
            prop: 'interfaceStatus',
            search: true,
            sortable:true,