Browse Source

0412 新看板

master
ruanqi 2 years ago
parent
commit
f2c2ddd671
  1. 12
      src/views/modules/production/liuhuaProductView.vue

12
src/views/modules/production/liuhuaProductView.vue

@ -209,7 +209,7 @@
tableId: "liuhuaView", tableId: "liuhuaView",
tableName: this.$route.meta.title, tableName: this.$route.meta.title,
columnProp: "xiubianWancheng", columnProp: "xiubianWancheng",
columnLabel: "修边完成率",
columnLabel: "修边合格率",
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false, columnSortable: false,
@ -226,7 +226,7 @@
tableId: "liuhuaView", tableId: "liuhuaView",
tableName: this.$route.meta.title, tableName: this.$route.meta.title,
columnProp: "hongkaoWancheng", columnProp: "hongkaoWancheng",
columnLabel: "烘烤完成率",
columnLabel: "烘烤合格率",
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false, columnSortable: false,
@ -243,7 +243,7 @@
tableId: "liuhuaView", tableId: "liuhuaView",
tableName: this.$route.meta.title, tableName: this.$route.meta.title,
columnProp: "jiagongWancheng", columnProp: "jiagongWancheng",
columnLabel: "加工完成率",
columnLabel: "加工合格率",
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false, columnSortable: false,
@ -260,7 +260,7 @@
tableId: "liuhuaView", tableId: "liuhuaView",
tableName: this.$route.meta.title, tableName: this.$route.meta.title,
columnProp: "jianyanWancheng", columnProp: "jianyanWancheng",
columnLabel: "检验完成率",
columnLabel: "检验合格率",
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false, columnSortable: false,
@ -277,7 +277,7 @@
tableId: "liuhuaView", tableId: "liuhuaView",
tableName: this.$route.meta.title, tableName: this.$route.meta.title,
columnProp: "baozhuangWancheng", columnProp: "baozhuangWancheng",
columnLabel: "包装完成率",
columnLabel: "包装合格率",
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false, columnSortable: false,
@ -294,7 +294,7 @@
tableId: "liuhuaView", tableId: "liuhuaView",
tableName: this.$route.meta.title, tableName: this.$route.meta.title,
columnProp: "liuhuaWancheng", columnProp: "liuhuaWancheng",
columnLabel: "总完成率",
columnLabel: "总合格率",
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false, columnSortable: false,

Loading…
Cancel
Save