Browse Source

Merge branch 'dev-jichu' of http://git.elinkit.com.cn:7070/r/epmet-oper-gov into dev-jichu

shibei_master
jiangyy 4 years ago
parent
commit
8891a0dba2
  1. 2
      src/views/modules/communityService/dqfwzx/cpts/order.vue

2
src/views/modules/communityService/dqfwzx/cpts/order.vue

@ -54,7 +54,7 @@
<el-checkbox <el-checkbox
:label="item.timeId" :label="item.timeId"
:key="item.timeId" :key="item.timeId"
:disabled="item.isAppointment" :disabled="!item.isAppointment"
v-for="item in timeList" v-for="item in timeList"
>{{ item.time }}</el-checkbox >{{ item.time }}</el-checkbox
> >

Loading…
Cancel
Save