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

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

parent 442ce6a1
...@@ -157,7 +157,6 @@ export const getFormConfig = (props = {}) => { ...@@ -157,7 +157,6 @@ export const getFormConfig = (props = {}) => {
const { type, dealStatus } = params; const { type, dealStatus } = params;
let hasMatchingKey = ''; let hasMatchingKey = '';
console.log(111111, params);
Object.keys(TAB_MAPPING_DATA).forEach(key => { Object.keys(TAB_MAPPING_DATA).forEach(key => {
const item = TAB_MAPPING_DATA[key]; const item = TAB_MAPPING_DATA[key];
if (type === item.type && dealStatus === item.dealStatus) { if (type === item.type && dealStatus === item.dealStatus) {
...@@ -471,7 +470,7 @@ export const getColumns = props => { ...@@ -471,7 +470,7 @@ export const getColumns = props => {
</Button> </Button>
); );
const cancelAuditBtn = ( let cancelAuditBtn = (
<Button key="cancellink1" onClick={() => openCancelAudit(record)} {...btnProps}> <Button key="cancellink1" onClick={() => openCancelAudit(record)} {...btnProps}>
审核 审核
</Button> </Button>
...@@ -493,6 +492,7 @@ export const getColumns = props => { ...@@ -493,6 +492,7 @@ export const getColumns = props => {
auditBtn = ''; auditBtn = '';
refuseBtn = ''; refuseBtn = '';
logisticsInterceptionBtn = ''; 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