瀏覽代碼

table column rename

hare8999@163.com 2 年之前
父節點
當前提交
97c03b31e1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/questioncenter/components/generate-tabs/paper-work-history-detail.vue

+ 1 - 1
src/views/questioncenter/components/generate-tabs/paper-work-history-detail.vue

@@ -51,7 +51,7 @@ export default {
         { prop: 'title', label: '学生', slotBody: 'title' },
         { prop: 'doneTime', label: '完成时间', width: '180px', slotBody: 'doneTime' },
         { prop: 'isDo', label: '状态', width: '120px', slotBody: 'status', sortable: true },
-        { prop: 'scoreRate', label: this.useVideo ? '观看比例' : '正确率', width: '100px', slotBody: 'rate', sortable: true },
+        { prop: 'scoreRate', label: this.useVideo ? '观看比例' : '得分率', width: '100px', slotBody: 'rate', sortable: true },
         { prop: 'action', label: '操作', width: '80px', slotBody: 'action', hidden: this.useVideo }
       ]
     }