|
|
|
@ -924,9 +924,7 @@ const ButtonPermissions = computed(() => {
|
|
|
|
|
return { |
|
|
|
|
add: false, //新增按钮 |
|
|
|
|
batchReject: false, //批量打回 |
|
|
|
|
assignment: |
|
|
|
|
UserPermissions.value == Useridentity.Headquarters_Manager || |
|
|
|
|
UserPermissions.value == Useridentity.Headquarters_customer_service, //工单指派 |
|
|
|
|
assignment:false, //工单指派 |
|
|
|
|
applyArbitration: UserPermissions.value == Useridentity.Warehouse_customer_service, //客服介入 |
|
|
|
|
DingTalkNumber: false, //钉钉号填写 |
|
|
|
|
batchFinish: false, //批量完结 |
|
|
|
|