| | |
| | | @keyup.enter.native="handleQuery" |
| | | /> |
| | | </el-form-item> |
| | | <el-form-item label="科室名称" prop="inhospno"> |
| | | <el-form-item label="课题组名称" prop="inhospno"> |
| | | <el-input |
| | | v-model="queryParams.deptname" |
| | | placeholder="请输入科室名称" |
| | | placeholder="请输入课题组名称" |
| | | clearable |
| | | style="width: 250px" |
| | | @keyup.enter.native="handleQuery" |
| | |
| | | <el-form-item label="患者范围" prop="status"> |
| | | <el-cascader |
| | | v-model="queryParams.scopetype" |
| | | placeholder="默认全部科室" |
| | | placeholder="默认全部课题组" |
| | | :options="sourcetype" |
| | | :props="{ expandTrigger: 'hover' }" |
| | | @change="handleChange" |
| | |
| | | width="120" |
| | | /> --> |
| | | <el-table-column |
| | | label="科室" |
| | | label="课题组" |
| | | align="center" |
| | | key="deptname" |
| | | prop="deptname" |
| | |
| | | }, |
| | | { |
| | | value: 1, |
| | | label: "科室患者", |
| | | label: "课题组患者", |
| | | }, |
| | | { |
| | | value: 2, |
| | |
| | | sourcetype: [ |
| | | { |
| | | value: 1, |
| | | label: "科室", |
| | | label: "课题组", |
| | | children: [], |
| | | }, |
| | | { |
| | |
| | | }, |
| | | { |
| | | value: 3, |
| | | label: "全部科室", |
| | | label: "全部课题组", |
| | | }, |
| | | { |
| | | value: 4, |
| | |
| | | optionstag: [], //标签列表 |
| | | Patientrange: [ |
| | | { |
| | | name: "全部科室", |
| | | name: "全部课题组", |
| | | id: 999, |
| | | }, |
| | | { |
| | | name: "当前科室", |
| | | name: "当前课题组", |
| | | id: 1, |
| | | }, |
| | | ], |
| | |
| | | } |
| | | } |
| | | .button-textsc { |
| | | color: #28cfe6; |
| | | color: #3664D9; |
| | | } |
| | | </style> |