Explorar el Código

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

newStyle
douzhuo hace 2 años
padre
commit
670bebddb9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/views/Customer/CompanyRecord.vue

+ 1
- 1
src/views/Customer/CompanyRecord.vue Ver fichero

@@ -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="请选择">


Cargando…
Cancelar
Guardar