tianq 3 years ago
parent
commit
b0aac95c89
  1. 2
      src/views/modules/communityService/commonDemand/index.vue

2
src/views/modules/communityService/commonDemand/index.vue

@ -194,7 +194,7 @@
:show-overflow-tooltip="true"
label="服务时间">
<template slot-scope="scope">
<span>{{scope.row.serviceTimeStart}}-{{scope.row.serviceTimeEnd}}</span>
<span>{{scope.row.serviceTimeStart}}{{scope.row.serviceTimeEnd}}</span>
</template>
</el-table-column>

Loading…
Cancel
Save