From c02a3ebf5b4338710c4f9ae231d72cf591dfb97f Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期一, 02 十二月 2024 11:28:04 +0800
Subject: [PATCH] 1.修改  批量派发 没绑定工艺路线的单子,显示在最前面

---
 src/views/makeModel/meterPrice.vue |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/views/makeModel/meterPrice.vue b/src/views/makeModel/meterPrice.vue
index 0530b7b..b72ddba 100644
--- a/src/views/makeModel/meterPrice.vue
+++ b/src/views/makeModel/meterPrice.vue
@@ -548,7 +548,7 @@
 import TableColumnSettings from '@/components/TableColumnSettings'
 
 export default {
-  name: 'JPGJ',
+  name: 'MeterPrice',
   components: {
     Pagination, ImportPicker, TableColumnSettings
   },
@@ -638,7 +638,7 @@
           sortable: true
         }, {
           minWidth: false,
-          width: 110,
+          width: 150,
           prop: 'route_name',
           label: '宸ヨ壓璺嚎',
           id: 9,
@@ -648,16 +648,16 @@
         }, {
           minWidth: false,
           width: 130,
-          prop: 'stepcode',
+          prop: 'eqp_code',
           label: '鍔犲伐宸ュ簭缂栫爜',
           id: 10,
           show: false,
           fixed: false,
           sortable: true
         }, {
-          minWidth: false,
-          width: 110,
-          prop: 'stepname',
+          minWidth: 110,
+          width: false,
+          prop: 'eqp_name',
           label: '鍔犲伐璁惧',
           id: 11,
           show: true,
@@ -665,8 +665,8 @@
           sortable: true
         }, {
           minWidth: false,
-          width: 130,
-          prop: 'eqp_code',
+          width: 150,
+          prop: 'stepcode',
           label: '鍔犲伐璁惧缂栫爜',
           id: 12,
           show: false,
@@ -675,7 +675,7 @@
         }, {
           minWidth: 110,
           width: false,
-          prop: 'eqp_name',
+          prop: 'stepname',
           label: '鍔犲伐宸ュ簭',
           id: 13,
           show: true,

--
Gitblit v1.9.3