mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-22 01:06:45 +08:00
讲师管理bug
This commit is contained in:
@@ -151,7 +151,7 @@
|
||||
</div>
|
||||
<div style="padding-bottom:70px">
|
||||
<a-table :scroll="{x:'max-content'}" :header-cell-style="{ 'text-align': 'center' }" style="border: 1px solid #f2f6fe" :columns="columnsExamine"
|
||||
:data-source="tableDataExamine" :loading="examinetableLoading" @expand="expandTable" :pagination="false">
|
||||
:data-source="tableDataExamine" :loading="examinetableLoading" @expand="expandTable" :pagination="pagination">
|
||||
</a-table>
|
||||
</div>
|
||||
</div>
|
||||
@@ -159,7 +159,7 @@
|
||||
<a-tab-pane key="2" tab="讲师费审批记录" force-render>
|
||||
<div style="padding-bottom:70px">
|
||||
<a-table :header-cell-style="{ 'text-align': 'center' }" style="border: 1px solid #f2f6fe" :columns="columnsExamineTwo"
|
||||
:data-source="tableDataExamine" :loading="examinetableLoading" @expand="expandTable" :pagination="false">
|
||||
:data-source="tableDataExamine" :loading="examinetableLoading" @expand="expandTable" :pagination="pagination">
|
||||
</a-table>
|
||||
</div>
|
||||
</a-tab-pane>
|
||||
@@ -688,7 +688,7 @@
|
||||
const tableDataExamine = ref([])
|
||||
const gettableDataExamine = () => {
|
||||
queryExpnseByBillId({
|
||||
billld : state.id,
|
||||
billId : state.id,
|
||||
pageNo: state.tableDataParams.pageNo,
|
||||
pageSize: state.tableDataParams.pageSize,
|
||||
name: state.userNoOrName,
|
||||
|
||||
Reference in New Issue
Block a user