From f1c72b7eb3d844a77fd8e563024e0e9cd364f530 Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期二, 20 五月 2025 21:23:09 +0800
Subject: [PATCH] 修改了bug
---
ruoyi-ui/src/views/healthy/index.vue | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/ruoyi-ui/src/views/healthy/index.vue b/ruoyi-ui/src/views/healthy/index.vue
index ef253a2..6eca37c 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;
@@ -134,7 +134,7 @@
<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" />
@@ -214,8 +214,8 @@
</el-form-item>
- <el-form-item label="灏辩梾鍖婚櫌" prop="hospital">
- <el-input v-model="formDat.hospital" placeholder="璇疯緭鍏ュ氨鐥呭尰闄�" clearable :style="{width: '100%'}" >
+ <el-form-item label="鏁戠梾鍖婚櫌" prop="hospital">
+ <el-input v-model="formDat.hospital" placeholder="璇疯緭鍏ユ晳鐥呭尰闄�" clearable :style="{width: '100%'}" >
</el-input>
</el-form-item>
<el-form-item label="棰樺悕" prop="title">
@@ -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