更新了审批流程显示方式及多个视图页面,优化了审批体验。

This commit is contained in:
zmj 2024-05-30 13:57:32 +08:00
parent c261731511
commit 7b70a1baae

View File

@ -32,7 +32,7 @@
<el-table-column label="id" prop="id" show-overflow-tooltip />
<el-table-column label="到账状态" prop="is_cash_text" show-overflow-tooltip />
<el-table-column label="到账金额" prop="enter_amount" show-overflow-tooltip />
<el-table-column label="最新到账时间" prop="enter_amount" show-overflow-tooltip />
<el-table-column label="最新到账时间" prop="enter_time" show-overflow-tooltip />
<el-table-column label="发票抬头" prop="invoice_title" show-overflow-tooltip />
<el-table-column label="发票金额" prop="amount" show-overflow-tooltip />
<el-table-column label="开票类型" prop="type_text" show-overflow-tooltip />
@ -79,7 +79,9 @@ const showEdit = ref(false)
//
const queryParams = reactive({
title: '',
status: ''
status: '',
start_time: "",
end_time: ""
})
//