From 0855c8cef2f2f414cf9a84285421fdcdd5bc6310 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 19 Nov 2021 08:50:29 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_regulatory

---
 src/views/statisticalQueryManagement/securityGuardDetail.vue |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/src/views/statisticalQueryManagement/securityGuardDetail.vue b/src/views/statisticalQueryManagement/securityGuardDetail.vue
index eab1b5e..490f22a 100644
--- a/src/views/statisticalQueryManagement/securityGuardDetail.vue
+++ b/src/views/statisticalQueryManagement/securityGuardDetail.vue
@@ -89,6 +89,7 @@
         searchShow: true,
         searchMenuSpan: 6,
         index: true,
+        indexLabel:'序号',
         viewBtn: true,
         dialogClickModal: false,
         column: [
@@ -224,15 +225,15 @@
             dicData: [
               {
                 label: "是",
-                value: "0"
-              },
-              {
-                label: "否",
                 value: "1"
               },
               {
-                label: "已吊销",
+                label: "否",
                 value: "2"
+              },
+              {
+                label: "已吊销",
+                value: "3"
               }
             ],
             slot: true,
@@ -287,7 +288,7 @@
       param["status"] = params["status"] || "";
       param["deptId"] = this.fwdeptId;
       if (this.paramCz) {
-        param["hold"] = "0";
+        param["hold"] = '1';
       } else {
         param["hold"] = params["hold"] || "";
       }

--
Gitblit v1.9.3