Commit 6e405ff5 authored by 陈明豪's avatar 陈明豪

bug修改

parent ca71ce01
...@@ -278,7 +278,7 @@ ...@@ -278,7 +278,7 @@
</el-table-column> </el-table-column>
<el-table-column sortable label="联系人" align="left" min-width="80" prop="contactPerson" show-overflow-tooltip /> <el-table-column sortable label="联系人" align="left" min-width="80" prop="contactPerson" show-overflow-tooltip />
<el-table-column sortable label="联系人手机号" align="left" min-width="120" prop="phonenumber" /> <el-table-column sortable label="联系人手机号" align="left" min-width="120" prop="phonenumber" />
<el-table-column sortable label="医院地址" align="left" min-width="80" prop="hospitalAddress" show-overflow-tooltip> <el-table-column sortable label="医院地址" align="left" min-width="80" prop="hospitalAllAddress" show-overflow-tooltip>
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.hospitalAllAddress }}</span> <span>{{ scope.row.hospitalAllAddress }}</span>
</template> </template>
...@@ -517,7 +517,7 @@ export default { ...@@ -517,7 +517,7 @@ export default {
console.log('更换排序', column) console.log('更换排序', column)
// 查询字段是表格中字段名字 // 查询字段是表格中字段名字
if (column.prop === 'hospitalName' || if (column.prop === 'hospitalName' ||
column.prop === 'hospitalAddress' || column.prop === 'hospitalAllAddress' ||
column.prop === 'contactPerson') { column.prop === 'contactPerson') {
this.queryParams.orderByColumn = column.prop + 'Sort' this.queryParams.orderByColumn = column.prop + 'Sort'
} else { } else {
......
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