Browse Source

修改时间显示问题

lex-xin 4 năm trước cách đây
mục cha
commit
1bf645b766

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/index.html


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/static/js/chunk-dd2d42c0.42ac04c5.js


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/static/js/chunk-dd2d42c0.c1a88d53.js


+ 8 - 2
src/views/studentManager/components/teamAndcourse.vue

@@ -15,10 +15,16 @@
           <template slot-scope="scope">{{ scope.row.kitPurchaseMethod | instrumentType }}</template>
         </el-table-column>
         <el-table-column align="center" label="学员状态">
-          <template slot-scope="scope">{{ scope.row.userMusicGroupStatus | musicGroupStudentType }}</template>
+          <template slot-scope="scope">
+            {{ scope.row.userMusicGroupStatus | musicGroupStudentType }}
+          </template>
         </el-table-column>
         <el-table-column align="center" label="退团时间" prop="quitMusicGroupDate">
-          <template slot-scope="scope">{{ scope.row.quitMusicGroupDate | formatTimer }}</template>
+          <template slot-scope="scope">
+            <span v-if="scope.row.userMusicGroupStatus == 'QUIT'">
+              {{ scope.row.quitMusicGroupDate | formatTimer }}
+            </span>
+          </template>
         </el-table-column>
         <el-table-column align="center" label="所选乐器">
           <template slot-scope="scope">

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác