|
|
|
@ -991,11 +991,11 @@ const PermissionButton = computed(() => {
|
|
|
|
|
repulse: !appeal.value, //打回 |
|
|
|
|
apply_arbitration: !appeal.value, //客服仲裁完结 |
|
|
|
|
information_editing: !appeal.value, //信息编辑 |
|
|
|
|
Appeal_established: appeal.value && AppealReview.value, //申诉成立 |
|
|
|
|
Appeal_rejection: appeal.value && AppealReview.value, //申诉驳回 |
|
|
|
|
Appeal_established: true ,//申诉成立 |
|
|
|
|
Appeal_rejection: true, //申诉驳回 |
|
|
|
|
}; |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
// appeal.value && AppealReview.value, |
|
|
|
|
// 聊天记录获取 |
|
|
|
|
const Chathistory = res => { |
|
|
|
|
Msgloading.value = true; |
|
|
|
|