Commit e4953f26 authored by 罗超's avatar 罗超

2

parent 2d86fa1e
......@@ -5,16 +5,17 @@
</template>
<script>
export default {
meta: {
title: "商品管理"
},
data() {
return {
token:"",
url:`http://127.0.0.1:8080/#/coffeeManage/index?token=${this.token}`
url:`http://127.0.0.1:8080/#/coffeeManage/index?token=''`
}
},
mounted(){
let userinfo=JSON.parse(localStorage.getItem('loginUserInfo')).data
this.token=userinfo.MallToken
console.log(this.token,17,this.url)
this.url="http://127.0.0.1:8080/#/coffeeManage/index?token="+userinfo.MallToken
}
}
</script>
......
......@@ -86,10 +86,6 @@
isShowTag(__item.GuestList, __item.ScrollMinNum)
" />
<div v-if="viewType == 'day' || item.RList.length == 1" class="q-pa-xs">
<!-- <div class="flex">
<span class="detailLabel">老师:</span
><span>{{ _item.TeacherName }}</span>
</div> -->
<div class="flex">
<span class="detailLabel">教室:</span>{{ __item.RoomName }}
</div>
......@@ -159,6 +155,7 @@
><span>{{ __item.ScrollMaxNum }}</span>
</div> -->
</div>
<div v-if="viewType == 'week'&&__item.ClassType === 3" style="writing-mode:vertical-rl;font-size:10px">{{__item.CourseGradeName}}<span>{{__item.Ranks||0}}次课</span> </div>
</div>
<div style="position:relative">
<q-badge rounded color="red" label="未成班" style="position:absolute;top:0;right:0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment