Преглед на файлове

style(performanceManage/monthlyAssessSum): remove redundant "模拟" from summary titles

remove the word "模拟" from both conditional and default summary table titles
huoyi преди 3 седмици
родител
ревизия
6d2891b47f
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/views/performanceManage/monthlyAssessSum/index.vue

+ 2 - 2
src/views/performanceManage/monthlyAssessSum/index.vue

@@ -234,9 +234,9 @@ const queryParams = reactive({
234 234
 const summaryTableTitle = computed(() => {
235 235
   if (queryParams.assessmentMonth) {
236 236
     const [year, month] = queryParams.assessmentMonth.split('-')
237
-    return `${year}年${parseInt(month)}月模拟分数汇总`
237
+    return `${year}年${parseInt(month)}月分数汇总`
238 238
   }
239
-  return '模拟分数汇总'
239
+  return '分数汇总'
240 240
 })
241 241
 
242 242
 // 图表引用