Browse Source

更新

xz
username 10 months ago
parent
commit
44259974d5

+ 2
- 2
src/views/onlineBusinessHall/onlineOperation/textManagement/index.vue View File

form: { form: {
width: '90%', width: '90%',
formLabelWidth: formLabelWidth, formLabelWidth: formLabelWidth,
type: 'upload',
type: 'input',
required: true, required: true,
} }
} }
label: "文本内容", label: "文本内容",
form: { form: {
width: '90%', width: '90%',
type: 'upload',
type: 'input',
formLabelWidth, formLabelWidth,
required: true, required: true,
} }

+ 2
- 2
src/views/onlineBusinessHall/orderManagement/index.vue View File



<template #operation="{ scope }"> <template #operation="{ scope }">
<!-- 审核转移到订单领取审核 --> <!-- 审核转移到订单领取审核 -->
<el-button style="margin: 10px 5px;"
<!-- <el-button style="margin: 10px 5px;"
v-if="'6' == scope.row.orderStep && scope.row.orderStatus != 99999 && IsPermission(route, 'AUDIT_LIST') && channelOperationAuthority(scope.row.agencyId)" v-if="'6' == scope.row.orderStep && scope.row.orderStatus != 99999 && IsPermission(route, 'AUDIT_LIST') && channelOperationAuthority(scope.row.agencyId)"
type="success" size="small" @click="audit(scope.$index, scope.row, true)"> type="success" size="small" @click="audit(scope.$index, scope.row, true)">
审核 审核
</el-button>
</el-button> -->
<el-button style="margin: 10px 5px;" v-if="IsPermission(route, 'INFO_LIST')" type="warning" size="small" <el-button style="margin: 10px 5px;" v-if="IsPermission(route, 'INFO_LIST')" type="warning" size="small"
@click="audit(scope.$index, scope.row, false)"> @click="audit(scope.$index, scope.row, false)">
详情 详情

Loading…
Cancel
Save