|
@@ -62,13 +62,13 @@
|
|
|
</div>
|
|
|
<div class="form-for-user-check-box">
|
|
|
<div class="check-img-box" @click="auditTypeClick(1,index)">
|
|
|
- <img v-if="item.auditType==1" src="@/assets/ZDimages/basicsModules/icon_xzqx_xz.png" alt="" >
|
|
|
- <img v-else src="@/assets/ZDimages/basicsModules/icon_xzqx_zc.png" alt="">
|
|
|
+ <span v-if="item.auditType==1" class="iconfont iconfont-a icon-gouxuanxuanzhong"></span>
|
|
|
+ <span v-else class="iconfont iconfont-b icon-danxuankuang"></span>
|
|
|
<p>依次审批</p>
|
|
|
</div>
|
|
|
<div class="check-img-box" @click="auditTypeClick(2,index)">
|
|
|
- <img v-if="item.auditType==2" src="@/assets/ZDimages/basicsModules/icon_xzqx_xz.png" alt="" >
|
|
|
- <img v-else src="@/assets/ZDimages/basicsModules/icon_xzqx_zc.png" alt="">
|
|
|
+ <span v-if="item.auditType==2" class="iconfont iconfont-a icon-gouxuanxuanzhong"></span>
|
|
|
+ <span v-else class="iconfont iconfont-b icon-danxuankuang"></span>
|
|
|
<p>或签</p>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -634,6 +634,26 @@ import { chemicalAuditConfigAdd, chemicalAuditConfigGetConfigList } from '@/api/
|
|
|
height:16px;
|
|
|
margin:12px;
|
|
|
}
|
|
|
+ .iconfont-a{
|
|
|
+ display: inline-block;
|
|
|
+ width:18px;
|
|
|
+ height:18px;
|
|
|
+ line-height:18px;
|
|
|
+ font-size:15px;
|
|
|
+ text-align: center;
|
|
|
+ color:#0183FA;
|
|
|
+ margin:12px 11px 0 11px;
|
|
|
+ }
|
|
|
+ .iconfont-b{
|
|
|
+ display: inline-block;
|
|
|
+ width:18px;
|
|
|
+ height:18px;
|
|
|
+ line-height:18px;
|
|
|
+ font-size:18px;
|
|
|
+ text-align: center;
|
|
|
+ color:#999;
|
|
|
+ margin:11px 11px 0 11px ;
|
|
|
+ }
|
|
|
p{
|
|
|
line-height:40px;
|
|
|
font-size:14px;
|