From d3d170f68a1a68b43a89ff89a06a22499340d4fb Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期五, 08 十二月 2023 17:44:31 +0800
Subject: [PATCH] 修复bug

---
 src/views/plan/customerorder/index.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/views/plan/customerorder/index.vue b/src/views/plan/customerorder/index.vue
index 8ac6bbd..5949caa 100644
--- a/src/views/plan/customerorder/index.vue
+++ b/src/views/plan/customerorder/index.vue
@@ -93,7 +93,6 @@
           > -->
         </template>
       </ttable>
-
       <!-- 寮圭獥, 鏃ユ湡閫夋嫨 -->
       <ConfirmPullCustomerorder
         v-if="showPullCustomerOrderVisible"
@@ -449,7 +448,7 @@
           {
             minWidth: '100',
             width: '100px',
-            prop: 'customerOrderNo',
+            prop: 'contractNo',
             label: '鍚堝悓缂栧彿',
             sort: true,
             isTrue: true,
@@ -691,7 +690,7 @@
           //   fun: this.packageExportHandle
           // },
           {
-            text: '浣滃簾',
+            text: '鍒犻櫎',
             type: 'text',
             size: 'small',
             fun: this.cancelHandle,

--
Gitblit v1.9.3