This commit is contained in:
parent
c8bcf9a28d
commit
91f5b33e68
@ -92,7 +92,7 @@ async function handleEdit(row: Required<PaymentReviewForm>) {
|
||||
<ghost-button
|
||||
:disabled="row.state!=='0'"
|
||||
@click.stop="handleEdit(row)"
|
||||
v-access:code="['property:payFeeAudit:query']"
|
||||
v-access:code="['property:payFeeAudit:edit']"
|
||||
>
|
||||
{{ '审核' }}
|
||||
</ghost-button>
|
||||
|
@ -175,8 +175,7 @@ async function handleDelete(row: Required<QuestionnaireForm>) {
|
||||
</ghost-button>
|
||||
</Popconfirm>
|
||||
<ghost-button
|
||||
v-access:code="['property:questionnaire:statistics']"
|
||||
@click.stop="handleEdit(row)"
|
||||
:disabled="row.status=='1'"
|
||||
>
|
||||
统计分析
|
||||
</ghost-button>
|
||||
|
@ -47,7 +47,7 @@ export const columns: VxeGridProps['columns'] = [
|
||||
{
|
||||
title: '订单号',
|
||||
field: 'orderNo',
|
||||
width: 100
|
||||
minWidth: 180
|
||||
},
|
||||
{
|
||||
title: '客户名称',
|
||||
@ -134,7 +134,7 @@ export const columns: VxeGridProps['columns'] = [
|
||||
fixed: 'right',
|
||||
slots: {default: 'action'},
|
||||
title: '操作',
|
||||
minWidth: 180,
|
||||
width: 180,
|
||||
},
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user