Sfoglia il codice sorgente

解决标签上的属性与属性缺少空格的问题

newStyle
douzhuo 2 anni fa
parent
commit
670bebddb9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/views/Customer/CompanyRecord.vue

+ 1
- 1
src/views/Customer/CompanyRecord.vue Vedi File

@@ -180,7 +180,7 @@
</el-select>
</el-form-item> -->
<el-form-item label="详细地址:" prop="address">
<el-input v-model="addagentobj.address" placeholder="详细地址"type="textarea" maxlength="60" show-word-limit></el-input>
<el-input v-model="addagentobj.address" placeholder="详细地址" type="textarea" maxlength="60" show-word-limit></el-input>
</el-form-item>
<!-- <el-form-item label="运营人员:" prop="operationStaff">
<el-select v-model="addagentobj.operationStaff" placeholder="请选择">


Caricamento…
Annulla
Salva