Commit d52fde5f authored by zhengke's avatar zhengke

1

parent b8efbb10
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
</style> </style>
<template> <template>
<div class="sche_rightTop"> <div class="sche_rightTop">
<div v-if="dataList.Status==1" class="sche_Topflex"> <div v-if="dataList.Status!=2" class="sche_Topflex" style="display:flex;">
<div class="Sctop_Color Scdu_benci" style="position:relative;">本次值班信息</div> <div class="Sctop_Color Scdu_benci" style="position:relative;">本次值班信息</div>
<div class="Sctop_Color"> <div class="Sctop_Color">
<span class="Scotop_little">校区</span>{{dataList.SchoolName}} <span class="Scotop_little">校区</span>{{dataList.SchoolName}}
...@@ -43,7 +43,8 @@ ...@@ -43,7 +43,8 @@
</div> </div>
</div> </div>
<div class="Sctop_Last"> <div class="Sctop_Last">
<div @click="isShowJiedai=true"><i style="margin-right:5px;" class="iconfont icon-liuchengguanliqi"></i>接待流程</div> <div @click="isShowJiedai=true"><i style="margin-right:5px;" class="iconfont icon-liuchengguanliqi"></i>接待流程
</div>
</div> </div>
<table v-if="dataList.Status==2" style="width:100%;margin:0 20px;font-size:18px;color:#000000;"> <table v-if="dataList.Status==2" style="width:100%;margin:0 20px;font-size:18px;color:#000000;">
<tr> <tr>
......
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