lex 2 年之前
父節點
當前提交
93e6dd0890

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-6082be37.0da8f393.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-6082be37.59bf2c2b.js


+ 1 - 1
src/views/courseCredentials/index.vue

@@ -57,7 +57,7 @@
           ></el-table-column>
           <el-table-column align="center" label="学员信息" width="120px">
             <template slot-scope="scope">
-              {{ scope.row.username }}
+              {{ scope.row.username }}<br />
               <copy-text>{{ scope.row.userId }}</copy-text>
             </template>
           </el-table-column>

部分文件因文件數量過多而無法顯示