Browse Source

更改字段显示顺序

master
赵宏斌 5 months ago
parent
commit
42526ad751
  1. 11
      src/views/modules/production/searchSfdc.vue

11
src/views/modules/production/searchSfdc.vue

@ -395,11 +395,12 @@
serialNumber: null,
columnType: null,
align: 'left'
}, {
},
{
tableId: "sfdcList",
tableName: this.$route.meta.title,
columnProp: "statisticDate",
columnLabel: "工时间",
columnProp: "lastStartTime",
columnLabel: "工时间",
columnHidden: false,
columnImage: false,
columnSortable: false,
@ -416,8 +417,8 @@
{
tableId: "sfdcList",
tableName: this.$route.meta.title,
columnProp: "lastStartTime",
columnLabel: "工时间",
columnProp: "statisticDate",
columnLabel: "工时间",
columnHidden: false,
columnImage: false,
columnSortable: false,

Loading…
Cancel
Save