@@ -249,6 +249,9 @@ let tabCount = reactive({
});
const handleCellClick = (row, column, event) => {
+ if(row.level === 'order'){
+ productReviewInfo.bug = '-'
+ }
if(row.orderType){
productReviewInfo.rework = row.orderType === '2' ? '是' : '否'
}