Browse Source

党群中心预约修复

shibei_master
dai 4 years ago
parent
commit
7b61ac8f04
  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