|
|
|
@ -1546,23 +1546,6 @@ const PermissionButton = computed(() => ({
|
|
|
|
|
Confirm_review: isConfirmReview(), //审核确定 |
|
|
|
|
})); |
|
|
|
|
|
|
|
|
|
// 是否显示处理结果 |
|
|
|
|
const Processingrelease = () => { |
|
|
|
|
if (Indexform.value.processor.length == 1 && Mydata.value.id == Indexform.value.processor[0]) { |
|
|
|
|
ProcessingreleaseState.value = true; //显示处理放 |
|
|
|
|
} else { |
|
|
|
|
ProcessingreleaseState.value = false; //关闭处理方 |
|
|
|
|
} |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
// 对调查经过输入框进行处理 |
|
|
|
|
const isShowFormItem1 = computed(() => { |
|
|
|
|
return !['1', '2', '5', '6', '7'].includes(groundlineType.value); |
|
|
|
|
}); |
|
|
|
|
// 对调查经过输入框进行处理 |
|
|
|
|
const isShowFormItem2 = computed(() => { |
|
|
|
|
return !['2', '5', '6', '7', '8'].includes(groundlineType.value); |
|
|
|
|
}); |
|
|
|
|
// 聊天刷新 |
|
|
|
|
const Chatrefresh = () => { |
|
|
|
|
Chathistory(); |
|
|
|
@ -1611,8 +1594,7 @@ const addingRecord = () => {
|
|
|
|
|
}, |
|
|
|
|
}); |
|
|
|
|
}; |
|
|
|
|
// 待审核里面确定审核 |
|
|
|
|
const ConfirmReview = () => {}; |
|
|
|
|
|
|
|
|
|
// 完结 |
|
|
|
|
const EndJump = () => { |
|
|
|
|
$router.push({ |
|
|
|
@ -2505,7 +2487,6 @@ const ResultDetermination = () => {
|
|
|
|
|
.el-tag { |
|
|
|
|
width: 70px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|