| | |
| | | <el-col :span="6"> |
| | | <el-form-item label="业务人员" prop="name"> |
| | | <el-input |
| | | v-model="queryParams.name" |
| | | v-model="queryParams.pausername" |
| | | placeholder="请输入姓名" |
| | | clearable |
| | | size="small" |
| | |
| | | |
| | | <el-table-column label="业务组" align="center" prop="deptname"> |
| | | </el-table-column> |
| | | <el-table-column label="专职人员" align="center" prop="age" /> |
| | | <el-table-column label="专职人员" align="center" prop="reportername" /> |
| | | |
| | | <el-table-column label="案例数量" align="center" prop="casesum" /> |
| | | |
| | |
| | | reportervalue: "", |
| | | reportlist: [ |
| | | { label: "正常", value: "0" }, |
| | | { label: "中止", value: "1" } |
| | | { label: "终止", value: "1" } |
| | | ], |
| | | //省市区 |
| | | //默认值设置,可为空 |
| | |
| | | |
| | | this.form.treatmenthospitalno = ""; |
| | | |
| | | this.queryParams = {}; |
| | | this.queryParams = { |
| | | pacasestate: "0" |
| | | }; |
| | | this.selecttime = []; |
| | | this.getTimeList(); |
| | | this.searchAddress = { |