From c62776b21679c54f8e65baeb805b891e962c3eef Mon Sep 17 00:00:00 2001
From: linwenling <3256558519@qq.com>
Date: 星期二, 01 八月 2023 19:45:56 +0800
Subject: [PATCH] 部分行列间隔修改

---
 ruoyi-ui/src/views/wish/index.vue |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/ruoyi-ui/src/views/wish/index.vue b/ruoyi-ui/src/views/wish/index.vue
index 8726ac1..1c069c0 100644
--- a/ruoyi-ui/src/views/wish/index.vue
+++ b/ruoyi-ui/src/views/wish/index.vue
@@ -65,6 +65,7 @@
           range-separator="-"
           start-placeholder="寮�濮嬫棩鏈�"
           end-placeholder="缁撴潫鏃ユ湡"
+          @keyup.enter.native="handleQuery"
         ></el-date-picker>
       </el-form-item>
 
@@ -187,7 +188,7 @@
       <el-table-column label="鏃堕棿" prop="happenTime" sortable width="100" align="center">
         <template slot-scope="scope">{{scope.row.happenTime? scope.row.happenTime: '鈥斺�斺�斺��'}}</template>
       </el-table-column>
-      <el-table-column label="鐞嗘兂鏍囬/鐧惧勾蹇冩効" prop="title" sortable width="150" align="center">
+      <el-table-column label="鐞嗘兂鏍囬/鐧惧勾蹇冩効" prop="title" sortable width="160" align="center">
         <template slot-scope="scope">{{scope.row.title? scope.row.title: '鈥斺�斺�斺��'}}</template>
       </el-table-column>
       <el-table-column label="濮嬩簬浣曞洜" prop="cause" sortable :show-overflow-tooltip="true" width="120" align="center" >
@@ -395,8 +396,8 @@
 
 
 //瀵煎叆鎺ュ彛鍑芥暟
-import {listWish, getWish, addWish,updateWish, delWish,uploadPic,downloadModel} from "@/api/wish/index";
-import {enload} from "@/api/doctor";
+import {listWish, getWish, addWish,updateWish, delWish,uploadPic,downloadModel,enload} from "@/api/wish/index";
+
 import {Message} from "element-ui";
 
 
@@ -783,11 +784,11 @@
 
       if(Ids.length==0)
       {
-        this.download('zIdea/export', {
+        this.download('/zIdea/export', {
           ...this.queryParams
         }, `zIdea_${new Date().getTime()}.xlsx`)
       }else{
-        this.download('zIdea/export1/'+Ids, {
+        this.download('/zIdea/export1/'+Ids, {
         }, `zIdea_${new Date().getTime()}.xlsx`)
       }
     },

--
Gitblit v1.9.1