Browse Source

修改方案

lex-xin 5 years ago
parent
commit
658a91aaa1

+ 1 - 1
src/views/sporadicManager/sporadicList.vue

@@ -104,7 +104,7 @@
           <el-table-column align='center'
                            label="订单类型">
             <template slot-scope="scope">
-              {{ scope.row.userId ? '个' : '公用' }}
+              {{ scope.row.userId ? '个' : '公用' }}
             </template>
           </el-table-column>
           <el-table-column align='center'

+ 3 - 0
src/views/teamDetail/teamCourseList.vue

@@ -1,5 +1,8 @@
 <template>
   <div class='m-container'>
+    <h2>
+      <div class="squrt"></div>课表列表
+    </h2>
     <div class="m-core">
       <!-- 搜索类型 -->
       <el-form :inline="true"