瀏覽代碼

项目整理更新

wuhongyuq 5 年之前
父節點
當前提交
67f4b839e4
共有 2 個文件被更改,包括 1 次插入11 次删除
  1. 0 10
      src/layout/class/achieveList/peaceAchieve.vue
  2. 1 1
      src/layout/class/classList.vue

+ 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"