master
parent
dae7153aee
commit
9faa1b500c
|
|
@ -68,8 +68,8 @@
|
|||
>
|
||||
<view class="popup-form-ubox">
|
||||
<view class="top_box">
|
||||
<view class="title" v-if="setInfo.id">编辑价格</view>
|
||||
<view class="title" v-else>新增价格</view>
|
||||
<view class="title" v-if="setInfo.id">编辑流向</view>
|
||||
<view class="title" v-else>新增流向</view>
|
||||
</view>
|
||||
<scroll-view class="scroll-y" scroll-y="true">
|
||||
<view class="form_edit" style="padding-left: 50rpx">
|
||||
|
|
|
|||
|
|
@ -46,8 +46,8 @@
|
|||
mode="center" :closeable="true" :mask-close-able="false" z-index="910">
|
||||
<view class="popup-form-ubox">
|
||||
<view class="top_box">
|
||||
<view class="title" v-if="setInfo.id">编辑价格</view>
|
||||
<view class="title" v-else>新增价格</view>
|
||||
<view class="title" v-if="setInfo.id">编辑产业</view>
|
||||
<view class="title" v-else>新增产业</view>
|
||||
</view>
|
||||
<scroll-view class="scroll-y" scroll-y="true">
|
||||
<view class="form_edit" style="padding-left: 50rpx;">
|
||||
|
|
|
|||
|
|
@ -53,8 +53,8 @@
|
|||
mode="center" :closeable="true" :mask-close-able="false" z-index="910">
|
||||
<view class="popup-form-ubox">
|
||||
<view class="top_box">
|
||||
<view class="title" v-if="setInfo.id">编辑价格</view>
|
||||
<view class="title" v-else>新增价格</view>
|
||||
<view class="title" v-if="setInfo.id">编辑物资</view>
|
||||
<view class="title" v-else>新增物资</view>
|
||||
</view>
|
||||
<scroll-view class="scroll-y" scroll-y="true">
|
||||
<view class="form_edit" style="padding-left: 50rpx;">
|
||||
|
|
|
|||
Loading…
Reference in New Issue