| | |
| | | <el-form-item label="救病医院" prop="hospital" > |
| | | <el-input |
| | | v-model="queryParams.hospital" |
| | | placeholder="请输入就病医院" |
| | | placeholder="请输入救病医院" |
| | | clearable |
| | | style="width: 200px; |
| | | height: 35px; |
| | |
| | | </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" /> |
| | |
| | | import {Message} from "element-ui"; |
| | | |
| | | export default { |
| | | name: "Role", |
| | | name: "ZYearInfo", |
| | | dicts: ['sys_normal_disable'], |
| | | data() { |
| | | return { |
| | |
| | | // 数据范围选项 |
| | | |
| | | 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:[ |
| | | ], |
| | |
| | | |
| | | hospital: [{ |
| | | required: true, |
| | | message: '请输入就病医院', |
| | | message: '请输入救病医院', |
| | | trigger: 'blur' |
| | | }], |
| | | type: [{ |