Commit 183de8e0 authored by 李腾's avatar 李腾

fix: 修复售后订单权限控制

parent 442ce6a1
......@@ -157,7 +157,6 @@ export const getFormConfig = (props = {}) => {
const { type, dealStatus } = params;
let hasMatchingKey = '';
console.log(111111, params);
Object.keys(TAB_MAPPING_DATA).forEach(key => {
const item = TAB_MAPPING_DATA[key];
if (type === item.type && dealStatus === item.dealStatus) {
......@@ -471,7 +470,7 @@ export const getColumns = props => {
</Button>
);
const cancelAuditBtn = (
let cancelAuditBtn = (
<Button key="cancellink1" onClick={() => openCancelAudit(record)} {...btnProps}>
审核
</Button>
......@@ -493,6 +492,7 @@ export const getColumns = props => {
auditBtn = '';
refuseBtn = '';
logisticsInterceptionBtn = '';
cancelAuditBtn = '';
}
// 服务商品
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment