Commit eaff7f23 authored by 黄奎's avatar 黄奎

线索导入修改

parent 73c1fba7
...@@ -133,7 +133,7 @@ ...@@ -133,7 +133,7 @@
<el-table-column prop="CustomerName" label="联系人" v-if="queryType[5].show&&msg.CustomerType===1" <el-table-column prop="CustomerName" label="联系人" v-if="queryType[5].show&&msg.CustomerType===1"
show-overflow-tooltip> show-overflow-tooltip>
</el-table-column> </el-table-column>
<el-table-column prop="MobilePhone" label="联系电话" sortable v-if="queryType[6].show" <el-table-column prop="ContactNumber" label="联系电话" sortable v-if="queryType[6].show"
show-overflow-tooltip> show-overflow-tooltip>
</el-table-column> </el-table-column>
...@@ -396,7 +396,7 @@ ...@@ -396,7 +396,7 @@
this.MsgBus.$on('closeCustomerDialogBox', function () { this.MsgBus.$on('closeCustomerDialogBox', function () {
$this.dialogTableVisible = false; $this.dialogTableVisible = false;
$this.guestDialogBoxShow = false; $this.guestDialogBoxShow = false;
$this.isShowImport=false; $this.isShowImport = false;
}) })
this.GetSceneEmployeeList() this.GetSceneEmployeeList()
this.MsgBus.$on('sceneSave', function (msg) { this.MsgBus.$on('sceneSave', function (msg) {
......
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