From 2e6f6f75016d024684653b521766c8834d819d98 Mon Sep 17 00:00:00 2001
From: Tcsm <1377977403@qq.com>
Date: 星期日, 22 十月 2023 12:16:25 +0800
Subject: [PATCH] 修改了页码条和全局搜索

---
 ruoyi-ui/src/views/search/index.vue |   23 +++++++++++++++++------
 1 files changed, 17 insertions(+), 6 deletions(-)

diff --git a/ruoyi-ui/src/views/search/index.vue b/ruoyi-ui/src/views/search/index.vue
index f7283a8..a6cb3ba 100644
--- a/ruoyi-ui/src/views/search/index.vue
+++ b/ruoyi-ui/src/views/search/index.vue
@@ -47,14 +47,20 @@
         <template slot-scope="scope">{{scope.row.ctTableName? scope.row.ctTableName: '鈥斺�斺�斺��'}}</template>
         <!--        <template slot-scope="scope">{{ getSrc1(scope.row.type) }}</template>-->
       </el-table-column>
-      <el-table-column label="瀛楁" prop="remark" sortable  width="120" align="center" >
-        <template slot-scope="scope">{{scope.row.remark? scope.row.remark: '鈥斺�斺�斺��'}}</template>
+      <el-table-column label=" " prop="by1" sortable  width="120" align="center" >
+        <template slot-scope="scope">{{scope.row.by1? scope.row.by1: '鈥斺�斺�斺��'}}</template>
       </el-table-column>
-      <el-table-column label="鏃堕棿" prop="getDate" sortable width="170" align="center" >
-        <template slot-scope="scope">{{scope.row.getDate? scope.row.getDate: '鈥斺�斺�斺��'}}</template>
+      <el-table-column label=" " prop="by2" sortable width="170" align="center" >
+        <template slot-scope="scope">{{scope.row.by2? scope.row.by2: '鈥斺�斺�斺��'}}</template>
       </el-table-column>
-      <el-table-column label="浣嶇疆" prop="by5" sortable width="170" align="center" >
-        <template slot-scope="scope">{{scope.row.by5 ? scope.row.by5: '鈥斺�斺�斺��'}}</template>
+      <el-table-column label=" " prop="by3" sortable width="170" align="center" >
+        <template slot-scope="scope">{{scope.row.by3 ? scope.row.by3: '鈥斺�斺�斺��'}}</template>
+      </el-table-column>
+      <el-table-column label=" " prop="by4" sortable width="170" align="center" >
+        <template slot-scope="scope">{{scope.row.by4? scope.row.by4: '鈥斺�斺�斺��'}}</template>
+      </el-table-column>
+      <el-table-column label=" " prop="by6" sortable width="170" align="center" >
+        <template slot-scope="scope">{{scope.row.by6 ? scope.row.by6: '鈥斺�斺�斺��'}}</template>
       </el-table-column>
 
       <!--      </el-table-column>-->
@@ -136,7 +142,12 @@
       formDat: {
         ctTableName:undefined,
         createTime:undefined,
+        by1:undefined,
+        by2:undefined,
+        by3:undefined,
+        by4:undefined,
         by5:undefined,
+        by6:undefined,
         remark:undefined,
         location:undefined,
         ctId:undefined

--
Gitblit v1.9.1