From 01c25c7e0f38e7f458d5dc97a70a9b7b8d4f7a6c Mon Sep 17 00:00:00 2001
From: linwenling <3256558519@qq.com>
Date: 星期六, 07 十月 2023 23:30:45 +0800
Subject: [PATCH] 健康保健修改

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

diff --git a/ruoyi-ui/src/views/healthy/healthYear.vue b/ruoyi-ui/src/views/healthy/healthYear.vue
index 6beb163..1b67b4a 100644
--- a/ruoyi-ui/src/views/healthy/healthYear.vue
+++ b/ruoyi-ui/src/views/healthy/healthYear.vue
@@ -2,7 +2,7 @@
   <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: 200px;
@@ -122,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" />
@@ -131,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