Commit e4953f26 authored by 罗超's avatar 罗超

2

parent 2d86fa1e
...@@ -5,16 +5,17 @@ ...@@ -5,16 +5,17 @@
</template> </template>
<script> <script>
export default { export default {
meta: {
title: "商品管理"
},
data() { data() {
return { return {
token:"", url:`http://127.0.0.1:8080/#/coffeeManage/index?token=''`
url:`http://127.0.0.1:8080/#/coffeeManage/index?token=${this.token}`
} }
}, },
mounted(){ mounted(){
let userinfo=JSON.parse(localStorage.getItem('loginUserInfo')).data let userinfo=JSON.parse(localStorage.getItem('loginUserInfo')).data
this.token=userinfo.MallToken this.url="http://127.0.0.1:8080/#/coffeeManage/index?token="+userinfo.MallToken
console.log(this.token,17,this.url)
} }
} }
</script> </script>
......
...@@ -86,10 +86,6 @@ ...@@ -86,10 +86,6 @@
isShowTag(__item.GuestList, __item.ScrollMinNum) isShowTag(__item.GuestList, __item.ScrollMinNum)
" /> " />
<div v-if="viewType == 'day' || item.RList.length == 1" class="q-pa-xs"> <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"> <div class="flex">
<span class="detailLabel">教室:</span>{{ __item.RoomName }} <span class="detailLabel">教室:</span>{{ __item.RoomName }}
</div> </div>
...@@ -159,6 +155,7 @@ ...@@ -159,6 +155,7 @@
><span>{{ __item.ScrollMaxNum }}</span> ><span>{{ __item.ScrollMaxNum }}</span>
</div> --> </div> -->
</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>
<div style="position:relative"> <div style="position:relative">
<q-badge rounded color="red" label="未成班" style="position:absolute;top:0;right:0" <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