Commit d3d44a9c authored by knight's avatar knight Committed by wux

需求32 客户投诉页面和列表调整

parent 1ff6da73
......@@ -248,6 +248,9 @@
<el-dialog :title="title" :visible.sync="openCustomer" append-to-body>
<el-form ref="form" :inline="true" :model="form" label-width="80px">
<el-form-item :label="$t('客户编号')+':'">
<div>{{ form.customerNumber }}</div>
</el-form-item>
<el-form-item :label="$t('客户名称')+':'">
<div>{{ formatCustomerName(form.customerId) }}</div>
</el-form-item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment