wuhongyuq 5 роки тому
батько
коміт
67f4b839e4

+ 0 - 10
src/layout/class/achieveList/peaceAchieve.vue

@@ -13,19 +13,9 @@
         </el-col>
       </el-col>
     </el-row>
-    <!-- <van-field readonly clickable name="picker" :value="value" placeholder="点击选择分数" @click="showPicker = false" /> -->
     <van-popup v-model="showPicker" position="bottom">
       <van-picker show-toolbar :columns="columns" @confirm="onConfirm" @cancel="showPicker = false" />
     </van-popup>
-    <!-- <van-form>
-      <van-field v-model="formscore.score">
-        <template #input>
-          <van-popup v-model="score" position="bottom">
-            <van-picker show-toolbar :columns="columns" @confirm="onConfirm" @cancel="showGuan()" />
-          </van-popup>
-        </template>
-      </van-field>
-    </van-form> -->
   </div>
 </template>
 

+ 1 - 1
src/layout/class/classList.vue

@@ -4,7 +4,7 @@
       <el-col :span="24">
         <van-tabs v-model="active">
           <van-tab title="班级名单">
-            <span v-if="role === '4'">
+            <span v-if="role === '1'">
               <headNameList
                 v-on="$listeners"
                 :headNameList="headNameList"