签约机构统计修改
This commit is contained in:
parent
5dfd49a357
commit
2adfc37d3b
@ -33,7 +33,7 @@
|
||||
<el-select
|
||||
v-model="queryParams.areaCode"
|
||||
placeholder="请选择签约区县"
|
||||
style="width: 220px"
|
||||
style="width: 200px"
|
||||
clearable
|
||||
@change="orgNochange"
|
||||
>
|
||||
@ -49,11 +49,12 @@
|
||||
v-if="orgName == '请选择机构'"
|
||||
@click="ParamsStation(true)"
|
||||
style="
|
||||
width: 250px;
|
||||
width: 230px;
|
||||
text-align: left;
|
||||
height: 36px;
|
||||
height: 32px;
|
||||
color: #c0c4cc;
|
||||
overflow: hidden;
|
||||
margin-left: 10px
|
||||
"
|
||||
>
|
||||
请选择机构
|
||||
@ -63,11 +64,12 @@
|
||||
type=""
|
||||
v-else
|
||||
style="
|
||||
width: 250px;
|
||||
width: 230px;
|
||||
text-align: left;
|
||||
height: 36px;
|
||||
height: 32px;
|
||||
padding-left: -10px;
|
||||
overflow: hidden;
|
||||
margin-left: 10px
|
||||
"
|
||||
>{{ orgName }}</el-button
|
||||
>
|
||||
@ -79,9 +81,9 @@
|
||||
v-if="doctorName == '请选择签约医生'"
|
||||
@click="doctorshow(true)"
|
||||
style="
|
||||
width: 250px;
|
||||
width: 200px;
|
||||
text-align: left;
|
||||
height: 36px;
|
||||
height: 32px;
|
||||
color: #c0c4cc;
|
||||
overflow: hidden;
|
||||
"
|
||||
@ -93,9 +95,9 @@
|
||||
type=""
|
||||
v-else
|
||||
style="
|
||||
width: 250px;
|
||||
width: 200px;
|
||||
text-align: left;
|
||||
height: 36px;
|
||||
height: 32px;
|
||||
padding-left: -10px;
|
||||
overflow: hidden;
|
||||
"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user