소스 검색

样式问题

liushengqiang 2 년 전
부모
커밋
b5cd782920
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/views/courseList/index.tsx

+ 3 - 3
src/views/courseList/index.tsx

@@ -371,11 +371,11 @@ export default defineComponent({
                                       ]}
                                     >
                                       {item.downloadStatus === 1
-                                        ? `下载中 ${item.progress || 0}%`
+                                        ? `${item.progress || 0}%`
                                         : item.downloadStatus === 2
-                                        ? '下载成功'
+                                        ? '成功'
                                         : item.downloadStatus === 3
-                                        ? '重新下载'
+                                        ? '重'
                                         : '下载'}
                                     </Button>
                                   )}