feige
2025-07-17 3e761c9ff45da3f48fc1c77d4b32a3e86fe950d5
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" />
@@ -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: [{