From 43f4fd08bb99f587c387391aad727fb82b34b7c1 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 11 八月 2023 13:27:47 +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 c722feb..7b61071 100644
--- a/src/views/makeModel/meterPrice.vue
+++ b/src/views/makeModel/meterPrice.vue
@@ -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,
@@ -711,7 +711,7 @@
         }, {
           minWidth: false,
           width: 110,
-          prop: 'cavity_qty',
+          prop: 'unprice',
           label: '璁′欢鍗曚环',
           id: 17,
           show: true,

--
Gitblit v1.9.3