更新了审批流程显示方式及多个视图页面,优化了审批体验。
This commit is contained in:
parent
c261731511
commit
7b70a1baae
@ -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: ""
|
||||
})
|
||||
|
||||
// 选中数据
|
||||
|
Loading…
x
Reference in New Issue
Block a user