From 1c272f03b22f1bdaff2db4907f4421b0df9c6e5e Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期三, 24 七月 2024 09:50:21 +0800
Subject: [PATCH] 1

---
 src/pages/knowledgeBase/knowledgeBase.vue |   40 ++++++++++++++++++++--------------------
 1 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/src/pages/knowledgeBase/knowledgeBase.vue b/src/pages/knowledgeBase/knowledgeBase.vue
index 0562beb..2c40043 100644
--- a/src/pages/knowledgeBase/knowledgeBase.vue
+++ b/src/pages/knowledgeBase/knowledgeBase.vue
@@ -1,13 +1,13 @@
 <template>
   <view>
     <!-- 椤堕儴 -->
-    <headNav idIndex="0" text="涓浗鍖诲浜虹墿鐭ヨ瘑搴�" />
+    <headNav idIndex="0" text="涓浗鍘嗕唬鍖诲浜虹墿鐭ヨ瘑搴�" />
     <!-- 鎼滅储 -->
     <view class="flex flex-center Search">
       <!-- <luanqing-search class="search_bar" @onSearch="onSearch"></luanqing-search> -->
       <advancedSearch
         @onSearch="onSearch"
-        placehold="杈撳叆濮撳悕/鍒悕/鏈濅唬/浼犱富鑱屼笟鎼滅储"
+        placehold="杈撳叆濮撳悕/鍒悕/鏃舵湡/浼犱富鑱屼笟鎼滅储"
         :isAvancedTrue="false"
         :keyword="keywords"
       />
@@ -207,7 +207,7 @@
             label="鎬у埆"
             width="70"
           ></el-table-column>
-          <el-table-column prop="period" label="鏃朵唬"></el-table-column>
+          <el-table-column prop="period" label="鏃舵湡"></el-table-column>
           <el-table-column
             prop="birthYear"
             label="鐢熷勾"
@@ -309,12 +309,12 @@
               }
             ]
           },
-          {
-            type: "input",
-            label: "鑱屽畼",
-            name: "official",
-            value: ""
-          },
+          // {
+          //   type: "input",
+          //   label: "鑱屽畼",
+          //   name: "official",
+          //   value: ""
+          // },
           {
             type: "select",
             label: "鎬у埆",
@@ -337,16 +337,16 @@
           },
           {
             type: "input",
-            label: "鏃堕棿",
+            label: "鏃舵湡",
             name: "dynasty",
             value: ""
           },
-          {
-            type: "select",
-            label: "鏈烘瀯",
-            name: "institution",
-            options: []
-          }
+          // {
+          //   type: "select",
+          //   label: "鏈烘瀯",
+          //   name: "institution",
+          //   options: []
+          // }
         ]
       },
 
@@ -365,7 +365,7 @@
       activeBox: null,
       // 鏃舵湡
       dynasty: {
-        title: "鏃朵唬",
+        title: "鏃舵湡",
         id: "",
         index: "",
         list: []
@@ -744,21 +744,21 @@
     CurrentChange(val) {
       if (this.CurrentPage != val) {
         this.CurrentPage = val;
-        this.onSearch("");
+        this.onSearch({ text: this.keywords });
       }
     },
     // 涓婁竴椤�
     PrevClick(val) {
       if (this.CurrentPage != val) {
         this.CurrentPage = val;
-        this.onSearch("");
+        this.onSearch({ text: this.keywords });
       }
     },
     // 涓嬩竴椤�
     NextClick(val) {
       if (this.CurrentPage != val) {
         this.CurrentPage = val;
-        this.onSearch("");
+        this.onSearch({ text: this.keywords });
       }
     }
   }

--
Gitblit v1.9.1