| | |
| | | <el-form-item label="救病医院" prop="hospital" > |
| | | <el-input |
| | | v-model="queryParams.hospital" |
| | | placeholder="请输入就病医院" |
| | | placeholder="请输入救病医院" |
| | | clearable |
| | | style="width: 200px; |
| | | height: 35px; |
| | |
| | | <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" /> |
| | |
| | | // 数据范围选项 |
| | | |
| | | 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: [{ |