From 01d423865ae5eddf91f35c8526f5683c3b430870 Mon Sep 17 00:00:00 2001
From: Crunchy <3114200645@qq.com>
Date: 星期一, 13 一月 2025 09:30:06 +0800
Subject: [PATCH] 密码强校验添加

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

diff --git a/src/views/plan/customerorder/index.vue b/src/views/plan/customerorder/index.vue
index 3527286..87bf7f7 100644
--- a/src/views/plan/customerorder/index.vue
+++ b/src/views/plan/customerorder/index.vue
@@ -60,6 +60,7 @@
           <el-button
             style="margin-left: 10px;padding: 9px 14px;"
             type="primary"
+            v-if="permissions.plan_customerorder_check"
             @click="handleCheck"
             >瀹℃牳</el-button
           >
@@ -534,6 +535,7 @@
         isSearch: true, // 楂樼骇鏌ヨ鎸夐挳
         defaultOrderBy: { column: 'placeOrderDate', direction: 'desc' },
         cancelRunCreated: true,
+        reserveSelection: true,//鏄惁淇濈暀涔嬪墠閫夋嫨鐨勬暟鎹�
       },
       table: {
         total: 0,
@@ -601,7 +603,7 @@
             sort: true,
             isTrue: true,
             isSearch: true,
-            searchInfoType: 'date',
+            searchInfoType: 'datetimerange',
             formatter: this.formatDutyDate,
           },
           {

--
Gitblit v1.9.3