From 3e761c9ff45da3f48fc1c77d4b32a3e86fe950d5 Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期四, 17 七月 2025 16:45:35 +0800
Subject: [PATCH] 修改了字

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

diff --git a/ruoyi-ui/src/views/healthy/index.vue b/ruoyi-ui/src/views/healthy/index.vue
index bd58e64..d190f09 100644
--- a/ruoyi-ui/src/views/healthy/index.vue
+++ b/ruoyi-ui/src/views/healthy/index.vue
@@ -20,7 +20,7 @@
       <el-form-item label="鏁戠梾鍖婚櫌" prop="hospital" >
         <el-input
           v-model="queryParams.hospital"
-          placeholder="璇疯緭鍏ュ氨鐥呭尰闄�"
+          placeholder="璇疯緭鍏ユ晳鐥呭尰闄�"
           clearable
           style="width: 200px;
                    height: 35px;
@@ -126,15 +126,15 @@
         </el-col>
     </el-row>
 
-    <el-table v-loading="loading" border :data="healthList"  @selection-change="handleSelectionChange"  :row-class-name="tableRowClassName" style="background: #FFEFF2;  border-radius: 14px 14px 14px 14px;">
+    <el-table v-loading="loading"  :data="healthList"  @selection-change="handleSelectionChange"  :row-class-name="tableRowClassName" style="background: #FFEFF2;  border-radius: 14px 14px 14px 14px;">
       <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="搴忓彿" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="120"/>
 
       <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="hospital" sortable width="120" >
+      <el-table-column label="鏁戠梾鍖婚櫌" prop="hospital" sortable width="120" >
 
       </el-table-column>
       <el-table-column label="棰樺悕" prop="title" sortable width="150" />
@@ -374,7 +374,7 @@
 import {Message} from "element-ui";
 
 export default {
-  name: "Role",
+  name: "ZYearInfo",
   dicts: ['sys_normal_disable'],
   data() {
     return {
@@ -410,7 +410,7 @@
       // 鏁版嵁鑼冨洿閫夐」
 
     fot:['.bmp','.jpg','.jpeg','.png','.tif','.gif','.pcx','.tga','.exif','.fpx',
-      '.svg','.psd','.cdr','.pcd','.dxf','.ufo','.eps','.ai','.aw','.WMF','.webp','.apng'],
+      '.svg','.psd','.cdr','.pcd','.dxf','.ufo','.eps','.ai','.aw','.WMF','.webp','.apng','.M4A'],
 
       fileList:[
       ],
@@ -468,7 +468,7 @@
 
         hospital: [{
           required: true,
-          message: '璇疯緭鍏ュ氨鐥呭尰闄�',
+          message: '璇疯緭鍏ユ晳鐥呭尰闄�',
           trigger: 'blur'
         }],
         type: [{

--
Gitblit v1.9.1