@@ -101,7 +101,7 @@
</el-form-item>
<el-form-item label="联系人职位" required>
<el-input
- v-model="customerForm.contactPosition"
+ v-model="customerForm.contact_position"
placeholder="请输入联系人职位"
class="w_input"
/>
@@ -201,7 +201,7 @@ export default {
customerForm: {
code: "",
name: "",
- contactPosition: "",
+ contact_position: "",
mobile: "",
contact: "",
address: "",
@@ -219,7 +219,7 @@ export default {
// 处理创建/更新客户
handleEdit(row) {
this.isEdit = true;
- this.customerForm = { ...row, contactPosition: row.contactPosition };
+ this.customerForm = { ...row, contact_position: row.contactPosition };
this.dialogVisible = true;
},
@@ -261,7 +261,7 @@ export default {
this.customerForm = {
@@ -276,7 +276,7 @@ export default {
@@ -166,7 +166,7 @@
</el-table-column>
</el-table>
- <div class="pagination-container">
+ <!-- <div class="pagination-container">
<el-pagination
@size-change="handleGsprSizeChange"
@current-change="handleGsprCurrentChange"
@@ -176,7 +176,7 @@
layout="total, sizes, prev, pager, next, jumper"
:total="gsprTotal"
- </div>
+ </div> -->
<!-- GSPR表单弹窗 -->
<el-dialog