edit
This commit is contained in:
parent
1f608dc7ab
commit
18770314f9
|
@ -475,7 +475,7 @@
|
|||
<el-form-item label="对接人身份证号:" prop="ext.com.number" v-if="merData.ext&&merData.ext.com">
|
||||
<el-input
|
||||
size="small"
|
||||
placeholder="请填写联系电话"
|
||||
placeholder="请填写对接人身份证号"
|
||||
v-model="merData.ext.com.number"
|
||||
class="selWidth"
|
||||
/>
|
||||
|
|
|
@ -170,8 +170,8 @@
|
|||
/>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="ext.com.contact" label="对接人姓名" min-width="100" />
|
||||
<el-table-column prop="ext.com.mobile" label="对接人电话" min-width="100" />
|
||||
<el-table-column prop="real_name" label="对接人姓名" min-width="100" />
|
||||
<el-table-column prop="mer_phone" label="对接人电话" min-width="100" />
|
||||
<el-table-column prop="ext.com.number" label="对接人身份证号" min-width="120" />
|
||||
<!-- <el-table-column prop="ext.com.initiator" label="发起人姓名" min-width="100" />
|
||||
<el-table-column prop="ext.com.inti_number" label="发起人编号" min-width="100" />
|
||||
|
|
Loading…
Reference in New Issue