Merge branch 'dev'

This commit is contained in:
zoujiandong 2023-11-21 10:17:41 +08:00
commit a7ee90d191

View File

@ -108,7 +108,7 @@
</div> </div>
<!-- table --> <!-- table -->
<a-table :columns="columns" ref="tableRef" :data="tableData" :scroll="{ x: 1700 }" <a-table :columns="columns" ref="tableRef" :data="tableData" :scroll="{ x: 2000 }"
:row-selection="{ type: 'checkbox', showCheckedAll: true}" :row-selection="{ type: 'checkbox', showCheckedAll: true}"
:pagination="{ 'show-total': true, 'show-jumper': true, 'show-page-size': true, total: pager.total, current: currentPage }" :pagination="{ 'show-total': true, 'show-jumper': true, 'show-page-size': true, total: pager.total, current: currentPage }"
row-key="doctor_id" @selection-change="(selection) => {deleteData = selection;console.log(selection)}" row-key="doctor_id" @selection-change="(selection) => {deleteData = selection;console.log(selection)}"
@ -990,7 +990,7 @@ const showCheckedAll=ref(true);
{ title: '编号', dataIndex: 'doctor_id', slotName: 'doctor_id', width: '90' }, { title: '编号', dataIndex: 'doctor_id', slotName: 'doctor_id', width: '90' },
{ title: '医生名字', dataIndex: 'user_name' }, { title: '医生名字', dataIndex: 'user_name' },
{ title: '手机号码', dataIndex: 'mobile', width: 125 }, { title: '手机号码', dataIndex: 'mobile', width: 125 },
{ title: '医院', dataIndex: 'hospital_name', width: '150', slotName: 'hospital_name' }, { title: '医院', dataIndex: 'hospital_name', width: '300', slotName: 'hospital_name' },
{ title: '职称', dataIndex: 'doctor_title', slotName: 'doctor_title' }, { title: '职称', dataIndex: 'doctor_title', slotName: 'doctor_title' },
{ title: '开启服务', dataIndex: 'inquiry_type' }, { title: '开启服务', dataIndex: 'inquiry_type' },
{ title: '多点审核状态', dataIndex: 'multi_point_status', slotName: 'multi_point_status', width: 140 }, { title: '多点审核状态', dataIndex: 'multi_point_status', slotName: 'multi_point_status', width: 140 },
@ -1659,7 +1659,7 @@ const handlExport=async(type)=>{
} }
.hospital_name { .hospital_name {
width: 140px; width: 290px;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;