소스 검색

Merge branch 'master' of http://124.70.43.205:3000/GYEE_R.D/exam

wangchangsheng 2 년 전
부모
커밋
5be4a210a9
3개의 변경된 파일1354개의 추가작업 그리고 2개의 파일을 삭제
  1. 1343 0
      docs/开发文档/数据表结构.md
  2. 0 1
      exam-06173-vue/src/views/admin/course/index.vue
  3. 11 1
      exam-06173-vue/src/views/web/course/list.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1343 - 0
docs/开发文档/数据表结构.md


+ 0 - 1
exam-06173-vue/src/views/admin/course/index.vue

@@ -39,7 +39,6 @@
         align="center"
       />
 
-
       <el-table-column
         label="课时"
         prop="periods"

+ 11 - 1
exam-06173-vue/src/views/web/course/list.vue

@@ -71,11 +71,21 @@
           width="150px"
         />
 
+        <el-table-column
+          label="学习进度"
+          prop="proportion"
+          align="center"
+          width="180px"
+        >
+          <template slot-scope="scope">
+            <el-progress :text-inside="true" :stroke-width="15" :percentage="Number(scope.row.proportion*100).toFixed(0)" color="#c11920" />
+          </template>
+        </el-table-column>
 
         <el-table-column
           label="状态"
           align="center"
-          width="100px"
+          width="120px"
         >
 
           <template slot-scope="scope">