|
@@ -76,7 +76,7 @@
|
|
|
</a-col>
|
|
</a-col>
|
|
|
<a-col :span="6">
|
|
<a-col :span="6">
|
|
|
<a-form-model-item label="客户经理" prop="manage" v-bind="labelCol4">
|
|
<a-form-model-item label="客户经理" prop="manage" v-bind="labelCol4">
|
|
|
- <a-input v-model="infoModel.manage" placeholder="用户状态" ></a-input>
|
|
|
|
|
|
|
+ <a-input v-model="infoModel.manage" placeholder="客户经理" ></a-input>
|
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
</a-col>
|
|
|
<a-col :span="6">
|
|
<a-col :span="6">
|
|
@@ -1915,6 +1915,7 @@ export default {
|
|
|
that.infoModel.userCode =result.userCode;
|
|
that.infoModel.userCode =result.userCode;
|
|
|
that.infoModel.accountCode =result.accountCode;
|
|
that.infoModel.accountCode =result.accountCode;
|
|
|
that.infoModel.staffName =result.staffName;
|
|
that.infoModel.staffName =result.staffName;
|
|
|
|
|
+ that.infoModel.customerName =result.customerName;
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|