refactor(manager/Projects): 删 batchScoreRows 死代码 (line 501)

注释说"保留兼容旧引用",但 grep 全文无任何引用, 纯死代码。
原 review 报告 §10 待修复列表 #7 (P2)。
This commit is contained in:
郭庆泰
2026-08-18 22:04:06 +08:00
parent 66068c6f57
commit f0866300ad
-1
View File
@@ -498,7 +498,6 @@ const batchOpen = ref(false)
const batchKind = ref('')
const batchSubmitting = ref(false)
const batchMap = { score: '批量评分', close: '批量结题', activate: '批量开通' }
const batchScoreRows = ref([]) // 保留兼容旧引用 (实际不再使用)
const batchScoreForm = reactive({ qualityScore: 5, responseScore: 5, cooperationScore: 5, complianceScore: 5 }) // 批量评分: 共享一份 4 维度
const activateDeadline = ref('')