Browse Source

更新

xz
username 10 months ago
parent
commit
44259974d5

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

@@ -164,7 +164,7 @@ function customSelectorSelection(value, title) {
form: {
width: '90%',
formLabelWidth: formLabelWidth,
type: 'upload',
type: 'input',
required: true,
}
}
@@ -244,7 +244,7 @@ let field = ref({
label: "文本内容",
form: {
width: '90%',
type: 'upload',
type: 'input',
formLabelWidth,
required: true,
}

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

@@ -69,11 +69,11 @@

<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)"
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"
@click="audit(scope.$index, scope.row, false)">
详情

Loading…
Cancel
Save