@@ -80,7 +80,7 @@ const rules: EpFormRules = {
description: [{ type: 'string', max: 50, message: '说明文字限制50字以内' }],
}
-const reason = ['给分太高', '给分太低', '注意,评分偏紧', '注意,评分偏松', '评分不稳定,请认真评卷'].map((v) => ({
+const reason = ['给分太高', '给分太低', '注意,评分偏紧', '注意,评分偏松', '评分不稳定,请认真评卷', '其他'].map((v) => ({
label: v,
value: v,
}))
@@ -277,7 +277,7 @@ const data = computed(() => {
const { tableRef, tableData, current, onCurrentChange, onDbClick, currentView, elTableRef } = useTableCheck(data, false)
const myDbClick = (row: any) => {
onDbClick(row)
- if (currentView.value && !!currentView.value.markingGroupNumber) {
+ if (currentView.value && !!currentView.value.markingGroupNumber && !!currentView.value.markerId) {
push({
name: 'AnalysisPersonnelStatisticsMarker',
query: {