签约机构统计修改

This commit is contained in:
shidongli 2024-01-12 14:14:49 +08:00
parent 5dfd49a357
commit 2adfc37d3b

View File

@ -33,7 +33,7 @@
<el-select <el-select
v-model="queryParams.areaCode" v-model="queryParams.areaCode"
placeholder="请选择签约区县" placeholder="请选择签约区县"
style="width: 220px" style="width: 200px"
clearable clearable
@change="orgNochange" @change="orgNochange"
> >
@ -49,11 +49,12 @@
v-if="orgName == '请选择机构'" v-if="orgName == '请选择机构'"
@click="ParamsStation(true)" @click="ParamsStation(true)"
style=" style="
width: 250px; width: 230px;
text-align: left; text-align: left;
height: 36px; height: 32px;
color: #c0c4cc; color: #c0c4cc;
overflow: hidden; overflow: hidden;
margin-left: 10px
" "
> >
请选择机构 请选择机构
@ -63,11 +64,12 @@
type="" type=""
v-else v-else
style=" style="
width: 250px; width: 230px;
text-align: left; text-align: left;
height: 36px; height: 32px;
padding-left: -10px; padding-left: -10px;
overflow: hidden; overflow: hidden;
margin-left: 10px
" "
>{{ orgName }}</el-button >{{ orgName }}</el-button
> >
@ -79,9 +81,9 @@
v-if="doctorName == '请选择签约医生'" v-if="doctorName == '请选择签约医生'"
@click="doctorshow(true)" @click="doctorshow(true)"
style=" style="
width: 250px; width: 200px;
text-align: left; text-align: left;
height: 36px; height: 32px;
color: #c0c4cc; color: #c0c4cc;
overflow: hidden; overflow: hidden;
" "
@ -93,9 +95,9 @@
type="" type=""
v-else v-else
style=" style="
width: 250px; width: 200px;
text-align: left; text-align: left;
height: 36px; height: 32px;
padding-left: -10px; padding-left: -10px;
overflow: hidden; overflow: hidden;
" "