提交 3b12dcb4 编写于 作者: qian.jie's avatar qian.jie

添加查看级别显示

上级 1d4fe1ff
......@@ -91,6 +91,10 @@
color: #02120f;
margin-top: 19px;
}
.agment-head-none{
background: #fff;
pointer-events: none;
}
.agment-head-priority {
padding-top: 20px;
display: flex;
......
......@@ -48,22 +48,23 @@
</div>
</div>
<div
v-if="this.schedulingType != 3"
style="margin-top: 24px"
>
<p class="agment-head-title">
选择匹配优先级
</p>
<div class="agment-head-priority">
<p
v-for="(item, index) in createList"
:key="index"
class="item"
:class="{ active: item == currentIndex }"
@click="handlePriority(item)"
>
{{ item }}
</p>
<div :class="this.schedulingType == 3 ? 'agment-head-none' : '' ">
<div class="agment-head-priority">
<p
v-for="(item, index) in createList"
:key="index"
class="item"
:class="{ active: item == currentIndex }"
@click="handlePriority(item)"
>
{{ item }}
</p>
</div>
</div>
</div>
<div
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册