创建可看到其他信息跟加油信息,编辑隐藏
This commit is contained in:
parent
5c3e829e13
commit
3218dfd221
|
|
@ -77,7 +77,7 @@
|
||||||
</vxe-table>
|
</vxe-table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="tablebox">
|
<div class="tablebox" v-if="!formOptions.data.id">
|
||||||
<div class="Htitle" style="margin-bottom: 20px;">
|
<div class="Htitle" style="margin-bottom: 20px;">
|
||||||
<div class="left-line"></div>
|
<div class="left-line"></div>
|
||||||
<p class="Htitle-p">加油信息</p>
|
<p class="Htitle-p">加油信息</p>
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
</vxe-form-item>
|
</vxe-form-item>
|
||||||
</vxe-form>
|
</vxe-form>
|
||||||
</div>
|
</div>
|
||||||
<div class="tablebox" >
|
<div class="tablebox" v-if="!formOptions.data.id">
|
||||||
<div class="Htitle" style="margin-bottom: 20px;">
|
<div class="Htitle" style="margin-bottom: 20px;">
|
||||||
<div class="left-line"></div>
|
<div class="left-line"></div>
|
||||||
<p class="Htitle-p">其他费用</p>
|
<p class="Htitle-p">其他费用</p>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue