Browse Source

Merge branch 'zherui' of http://git.ndjsxh.cn:10080/ndjsxh/study_sm into zherui

y595705120 2 years ago
parent
commit
f66c8b0e0a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/containers/center/market/index.vue

+ 2 - 2
src/containers/center/market/index.vue

@@ -39,8 +39,8 @@
               <div class="w-1/2  text-right">年度: {{item.nd||'2022'}}</div>
             </div>
             <div class="py-2 px-6 text-sm flex">
-              <div class="w-1/2">费用: ¥{{item.fee/100}}元</div>
-              <div class="w-1/2 text-right">学时: {{item.xs/10}}</div>
+              <!-- <div class="w-1/2">费用: ¥{{item.fee/100}}元</div> -->
+              <div class="w-1/2">学时: {{item.xs/10}}</div>
             </div>
           </el-card>
         </el-col>