@@ -0,0 +1,18 @@
+// Drp平台客户管理
+export default [{
+ item: {
+ key: "code",
+ title: "编码",
+ width: "auto"
+ },
+ attr: {},
+ {
+ key: "name",
+ title: "名称",
+];
@@ -132,7 +132,7 @@
<el-row>
<el-col :span="8">
<el-form-item label="所属客户" prop="customerName">
- <dr-popover-select v-model="form.customerName" title="客户" type="CUSTOMER_PARAM_ZT" :dataMapping="{
+ <dr-popover-select v-model="form.customerName" title="客户" type="CUSTOMER_PARAM_DRP" :dataMapping="{
customer: 'id',
customerName: 'name',
}" :source.sync="form">