Commit 7f7840c4 by 李嘉林

就餐权限

parent e64ebf05
......@@ -65,13 +65,13 @@
{{ userInfo.workArea }}
</p>
</div>
<div class="cell selectCell" @click="selectDiningPlace">
<div class="label flex">
<div class="cell flex">
<div class="label">
<p>就餐权限</p>
</div>
<p class="val">
{{ userInfo.diningPlace?'有':'无' }}
</p>
<div class="text">
<p>{{ userInfo.diningPlace?'有':'无' }}</p>
</div>
</div>
</div>
<div class="seat"></div>
......
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