pengjun 2 years ago
parent
commit
6163187cff
  1. 9
      src/views/workload/directordoctor.vue
  2. 8
      src/views/workload/doctorstaionworkload.vue
  3. 8
      src/views/workload/examinedoctor.vue
  4. 8
      src/views/workload/financialsettlement.vue
  5. 2
      src/views/workload/individualfeedetails.vue
  6. 8
      src/views/workload/peisworkload.vue
  7. 8
      src/views/workload/registrar.vue
  8. 8
      src/views/workload/summaryoftollcollectors.vue
  9. 10
      src/views/workload/tollcollector.vue

9
src/views/workload/directordoctor.vue

@ -18,6 +18,8 @@
placeholder="请选择"
size="small"
multiple
filterable
:multiple-limit=2
>
<el-option
v-for="item in registrardata"
@ -421,5 +423,10 @@ export default {
.query:last-child{
margin-right: 0;
}
:deep .el-input--suffix .el-input__inner{
height: 32px !important;
}
:deep .el-select__tags{
flex-wrap: nowrap;
}
</style>

8
src/views/workload/doctorstaionworkload.vue

@ -27,6 +27,8 @@
placeholder="请选择"
size="small"
multiple
filterable
:multiple-limit=2
>
<el-option
v-for="item in registrardata"
@ -578,4 +580,10 @@ export default {
.query:last-child{
margin-right: 0;
}
:deep .el-input--suffix .el-input__inner{
height: 32px !important;
}
:deep .el-select__tags{
flex-wrap: nowrap;
}
</style>

8
src/views/workload/examinedoctor.vue

@ -18,6 +18,8 @@
placeholder="请选择"
size="small"
multiple
filterable
:multiple-limit=2
>
<el-option
v-for="item in registrardata"
@ -427,4 +429,10 @@ export default {
.query:last-child{
margin-right: 0;
}
:deep .el-input--suffix .el-input__inner{
height: 32px !important;
}
:deep .el-select__tags{
flex-wrap: nowrap;
}
</style>

8
src/views/workload/financialsettlement.vue

@ -27,6 +27,8 @@
placeholder="请选择"
size="small"
multiple
filterable
:multiple-limit=2
>
<el-option
v-for="item in registrardata"
@ -513,4 +515,10 @@ export default {
.query:last-child{
margin-right: 0;
}
:deep .el-input--suffix .el-input__inner{
height: 32px !important;
}
:deep .el-select__tags{
flex-wrap: nowrap;
}
</style>

2
src/views/workload/individualfeedetails.vue

@ -27,6 +27,8 @@
placeholder="请选择"
size="small"
multiple
filterable
:multiple-limit=2
style="width: 90px"
>
<el-option

8
src/views/workload/peisworkload.vue

@ -18,6 +18,8 @@
placeholder="请选择"
size="small"
multiple
filterable
:multiple-limit=2
>
<el-option
v-for="item in registrardata"
@ -445,4 +447,10 @@ page-break-before: avoid;}}`, // 去除页眉页脚
.query:last-child{
margin-right: 0;
}
:deep .el-input--suffix .el-input__inner{
height: 32px !important;
}
:deep .el-select__tags{
flex-wrap: nowrap;
}
</style>

8
src/views/workload/registrar.vue

@ -18,6 +18,8 @@
placeholder="请选择"
size="small"
multiple
filterable
:multiple-limit=2
>
<el-option
v-for="item in registrardata"
@ -427,4 +429,10 @@ export default {
.query:last-child{
margin-right: 0;
}
:deep .el-input--suffix .el-input__inner{
height: 32px !important;
}
:deep .el-select__tags{
flex-wrap: nowrap;
}
</style>

8
src/views/workload/summaryoftollcollectors.vue

@ -27,6 +27,8 @@
placeholder="请选择"
size="small"
multiple
filterable
:multiple-limit=2
>
<el-option
v-for="item in registrardata"
@ -489,4 +491,10 @@ export default {
.query:last-child{
margin-right: 0;
}
:deep .el-input--suffix .el-input__inner{
height: 32px !important;
}
:deep .el-select__tags{
flex-wrap: nowrap;
}
</style>

10
src/views/workload/tollcollector.vue

@ -27,7 +27,9 @@
placeholder="请选择"
size="small"
multiple
style="width: 120px"
filterable
:multiple-limit=2
style="width: 180px"
>
<el-option
v-for="item in registrardata"
@ -1203,4 +1205,10 @@ page-break-before: avoid;}}`, // 去除页眉页脚
.query:last-child{
margin-right: 0;
}
:deep .el-input--suffix .el-input__inner{
height: 32px !important;
}
:deep .el-select__tags{
flex-wrap: nowrap;
}
</style>
Loading…
Cancel
Save