master
xy 3 years ago
parent 9177ec41c2
commit a65af1afcc

@ -17,11 +17,12 @@
<template v-slot:is_simple>
<div class="xy-table-item">
<div class="xy-table-item-label">
<span style="color: red;font-weight: 600;padding-right: 4px;font-size: 11px;">*是否为简易流程水电煤报刊订阅网络通讯车辆使用等费用付款</span>
<span style="color: red;font-weight: 600;padding-right: 4px;">*是否为简易流程</span>
</div>
<div class="xy-table-item-content">
<el-switch v-model="detail.is_simple" active-text="" inactive-text="" :active-value="1" :inactive-value="0"/>
</div>
<div>水电煤报刊订阅网络通讯车辆使用等费用付款</div>
</div>
</template>
<template v-slot:supply v-if="detail.is_simple">

@ -257,11 +257,12 @@
<template v-slot:is_simple>
<div class="xy-table-item">
<div class="xy-table-item-label">
<span style="color: red;font-weight: 600;padding-right: 4px;font-size: 11px;">*是否为简易流程水电煤报刊订阅网络通讯车辆使用等费用付款</span>
<span style="color: red;font-weight: 600;padding-right: 4px;">*是否为简易流程</span>
</div>
<div class="xy-table-item-content">
<el-switch v-model="form.is_simple" active-text="" inactive-text="" :active-value="1" :inactive-value="0"/>
</div>
<div>水电煤报刊订阅网络通讯车辆使用等费用付款</div>
</div>
</template>
<template v-slot:supply v-if="form.is_simple">
@ -342,7 +343,7 @@
</div>
</div>
</template>
<template v-slot:is_substitute>
<template v-slot:is_substitute v-if="!form.is_simple">
<div class="xy-table-item">
<div class="xy-table-item-label" style="width: 200px;">
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>是否为代建项目

Loading…
Cancel
Save