feige
2025-01-02 43e1199ca0c75787fb6b52bef7d595abd115ceab
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" />
@@ -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">
@@ -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: [{