Browse Source

调整需求

shibei_master
dai 3 years ago
parent
commit
05143123a5
  1. 2
      src/views/modules/communityService/fuwuzuzhi/cpts/edit.vue
  2. 8
      src/views/modules/communityService/fuwuzuzhi/index.vue

2
src/views/modules/communityService/fuwuzuzhi/cpts/edit.vue

@ -96,7 +96,7 @@
<el-input <el-input
v-if="formType == 'add' || formType == 'edit'" v-if="formType == 'add' || formType == 'edit'"
class="item_width_1" class="item_width_1"
maxlength="100" maxlength="11"
show-word-limit show-word-limit
placeholder="请输入联系方式" placeholder="请输入联系方式"
v-model="fmData.principalMobile" v-model="fmData.principalMobile"

8
src/views/modules/communityService/fuwuzuzhi/index.vue

@ -148,6 +148,14 @@
> >
</el-table-column> </el-table-column>
<el-table-column
prop="remark"
align="center"
label="备注"
:show-overflow-tooltip="true"
>
</el-table-column>
<el-table-column <el-table-column
fixed="right" fixed="right"
label="操作" label="操作"

Loading…
Cancel
Save