From 2ac52508980a33006a1596c43c4fc8daaaa5d19f Mon Sep 17 00:00:00 2001
From: Tcsm <1377977403@qq.com>
Date: 星期日, 08 十月 2023 18:15:33 +0800
Subject: [PATCH] 新增和详情中的两个上传不会同时显示“正在上传”,详情中对图片和附件的修改直接调用接口,上传图片的地方只能上传图片

---
 ruoyi-ui/src/views/healthy/healthYear.vue |   26 +++++++++++++++++++-------
 1 files changed, 19 insertions(+), 7 deletions(-)

diff --git a/ruoyi-ui/src/views/healthy/healthYear.vue b/ruoyi-ui/src/views/healthy/healthYear.vue
index 2b07be1..1b67b4a 100644
--- a/ruoyi-ui/src/views/healthy/healthYear.vue
+++ b/ruoyi-ui/src/views/healthy/healthYear.vue
@@ -2,10 +2,13 @@
   <div class="app-container" style="opacity: 1;">
     <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch">
 
-      <el-form-item label="浣撴鏃堕棿"  prop="checkTime">
+      <el-form-item label="浣撴/鐪嬬梾鏃堕棿"  prop="checkTime">
         <el-date-picker
           v-model="dateRange"
-          style="width: 240px;"
+          style="width: 200px;
+                   height: 35px;
+                   border-radius: 16px 16px 16px 16px;
+                   opacity: 0.5;"
           value-format="yyyy-MM-dd"
           type="daterange"
           range-separator="-"
@@ -18,7 +21,10 @@
           v-model="queryParams.hospital"
           placeholder="璇疯緭鍏ュ氨鐥呭尰闄�"
           clearable
-          style="width: 240px"
+          style="width: 200px;
+                   height: 35px;
+                   border-radius: 16px 16px 16px 16px;
+                   opacity: 0.5;"
           @keyup.enter.native="handleQuery"
         />
       </el-form-item>
@@ -27,7 +33,10 @@
           v-model="queryParams.type"
           placeholder="璇疯緭鍏ョ被鍒�"
           clearable
-          style="width: 240px"
+          style="width: 200px;
+                   height: 35px;
+                   border-radius: 16px 16px 16px 16px;
+                   opacity: 0.5;"
           @keyup.enter.native="handleQuery"
         />
       </el-form-item>
@@ -37,7 +46,10 @@
           v-model="queryParams.title"
           placeholder="璇疯緭鍏ラ鍚�"
           clearable
-          style="width: 240px"
+          style="width: 200px;
+                   height: 35px;
+                   border-radius: 16px 16px 16px 16px;
+                   opacity: 0.5;"
           @keyup.enter.native="handleQuery"
         />
       </el-form-item>
@@ -110,7 +122,7 @@
       <el-table-column type="selection" width="55"  align="center" />
       <el-table-column  label="搴忓彿" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="120"/>
 
-      <el-table-column label="浣撴鏃堕棿" prop="checkTime" sortable width="150" align="center">
+      <el-table-column label="浣撴/鐪嬬梾鏃堕棿" prop="checkTime" sortable width="200" align="center">
         <template slot-scope="scope">{{scope.row.checkTime? scope.row.checkTime: '鈥斺�斺�斺��'}}</template>
       </el-table-column>
       <el-table-column label="绫诲埆" prop="type" sortable width="120" />
@@ -119,7 +131,7 @@
       </el-table-column>
       <el-table-column label="棰樺悕" prop="title" sortable width="150" />
       <el-table-column label="娉ㄦ剰浜嬮」" prop="notice" sortable width="150" />
-      <el-table-column label="浣撴鎶ュ憡(鐢靛瓙鏂囦欢)" prop="url" align="center" sortable  width="200" >
+      <el-table-column label="鐢靛瓙鏂囦欢" prop="url" align="center" sortable  width="150" >
         <template slot-scope="scope" >
           <div  @click="handleCheck(scope.row)">
             <img

--
Gitblit v1.9.1