page
This commit is contained in:
parent
3380321599
commit
70b94460cb
@ -46,7 +46,7 @@
|
||||
placeholder="结算状态" />
|
||||
</a-form-item>
|
||||
<a-form-item class="smart-query-form-item">
|
||||
<a-button type="primary" @click="queryData">
|
||||
<a-button type="primary" @click="queryDataBtn">
|
||||
<template #icon>
|
||||
<SearchOutlined />
|
||||
</template>
|
||||
@ -283,18 +283,19 @@ const columns = ref([
|
||||
ellipsis: true,
|
||||
width: 100
|
||||
},
|
||||
|
||||
{
|
||||
title:'审核时间',
|
||||
dataIndex:'examineTime',
|
||||
ellipsis:true,
|
||||
width: 100
|
||||
},
|
||||
{
|
||||
title:'结算时间',
|
||||
dataIndex:'settlementTime',
|
||||
ellipsis:true,
|
||||
width: 100
|
||||
},
|
||||
{
|
||||
title:'审核通过时间',
|
||||
dataIndex:'examineTime',
|
||||
ellipsis:true,
|
||||
width: 100
|
||||
},
|
||||
{
|
||||
title: '病例状态',
|
||||
dataIndex: 'status',
|
||||
@ -358,7 +359,10 @@ function resetQuery() {
|
||||
queryForm.pageSize = pageSize;
|
||||
queryData();
|
||||
}
|
||||
|
||||
const queryDataBtn=()=>{
|
||||
queryForm.pageNum=1;
|
||||
queryData();
|
||||
}
|
||||
// 查询数据
|
||||
async function queryData() {
|
||||
tableLoading.value = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user