丽知中台报表更新

This commit is contained in:
hyt 2024-12-07 13:51:06 +08:00
parent fbe4a369b1
commit e2a530eeb4
2 changed files with 4 additions and 5 deletions

View File

@ -57,7 +57,7 @@
<template #approve="{row}"> <template #approve="{row}">
<div> <div>
<div v-if="row.approve==='Y'" style="width: 70px;background: yellowgreen;color: #fff"> <div v-if="row.approve==='Y'" style="width: 70px;background: yellowgreen;color: #fff">
审核 通过
</div> </div>
<div v-else style="width: 70px;background: red;color: #fff"> <div v-else style="width: 70px;background: red;color: #fff">
拒绝 拒绝

View File

@ -219,7 +219,7 @@ export default {
label: 'u8c单据号', label: 'u8c单据号',
prop: 'u8c_bill_code', prop: 'u8c_bill_code',
tooltip: true, tooltip: true,
width: 150 width: 165
}, },
{ {
label: '推送状态', label: '推送状态',
@ -242,13 +242,13 @@ export default {
label: '创建时间', label: '创建时间',
prop: 'create_time', prop: 'create_time',
tooltip: true, tooltip: true,
width: 150 width: 170
}, },
{ {
label: '修改时间', label: '修改时间',
prop: 'modify_time', prop: 'modify_time',
tooltip: true, tooltip: true,
width: 150 width: 170
}, },
{ {
label: '钉钉审批结果', label: '钉钉审批结果',
@ -278,7 +278,6 @@ export default {
label: '历史实例id', label: '历史实例id',
prop: 'push_process_ids', prop: 'push_process_ids',
tooltip: true, tooltip: true,
width: 100
}, },
{ {
label: '操作', label: '操作',