소스 검색

把done改成close

hao lei 11 달 전
부모
커밋
afbbd0d36b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/TabList/index.vue

+ 1 - 1
src/components/TabList/index.vue

@@ -162,7 +162,7 @@
               </el-table>
             </div>
             <el-button @click="clickBackToIssueList" class="done-button"
-              >Done</el-button
+              >Close</el-button
             >
           </div>
         </div>