| | |
| | | <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" /> |
| | |
| | | </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"> |
| | |
| | | import {Message} from "element-ui"; |
| | | |
| | | export default { |
| | | name: "Role", |
| | | name: "ZYearInfo", |
| | | dicts: ['sys_normal_disable'], |
| | | data() { |
| | | return { |
| | |
| | | |
| | | hospital: [{ |
| | | required: true, |
| | | message: '请输入就病医院', |
| | | message: '请输入救病医院', |
| | | trigger: 'blur' |
| | | }], |
| | | type: [{ |