Explorar o código

Merge branch 'ol_12_30' into test

mo %!s(int64=3) %!d(string=hai) anos
pai
achega
8da20b9694

+ 2 - 2
src/views/teamBuild/signupList.vue

@@ -293,7 +293,7 @@
                   </template>
                 </el-table-column>
                 <el-table-column
-                  label="金额"
+                  label="收费金额"
                   prop="totalAmount"
                   align="center"
                 >
@@ -332,7 +332,7 @@
                 v-permission="'musicGroup/updateExpectedStudentNum'"
                 style="margin-right: 20px; margin-top: 20px"
               >
-              <p style="color:red">总额:{{allSubjectTotal|moneyFormat}}元</p>
+              <p style="color:red">收费总额:{{allSubjectTotal|moneyFormat}}元</p>
                 <el-button
                   v-show="
                     !isEdit &&

+ 3 - 3
src/views/teamDetail/componentCourse/studentWork.vue

@@ -62,12 +62,12 @@
         ></el-table-column>
         <el-table-column
           align="center"
-          prop="createTime"
+          prop="submitTime"
           width="150"
-          label="交训练时间"
+          label="交训练时间"
         >
           <template slot-scope="scope">
-            <div>{{ scope.row.createTime | dateForMinFormat }}</div>
+            <div>{{ scope.row.submitTime | dateForMinFormat }}</div>
           </template>
         </el-table-column>
         <el-table-column align="center" prop="isView" label="是否提交">