|
|
@@ -513,12 +513,9 @@
|
|
|
<!-- 基础资料 -->
|
|
|
<view wx:if="{{flagTypeName ==='basic-data'}}" style="display: flex; padding:35rpx 34rpx 62rpx 34rpx;">
|
|
|
|
|
|
- <view style="width:48%">
|
|
|
- <van-button size="large" round color="#1B365D" custom-style="height:88rpx;" bind:click="submit" type="default">关闭
|
|
|
- </van-button>
|
|
|
- </view>
|
|
|
- <view style="width: 4%;"></view>
|
|
|
- <view style="width:48%;">
|
|
|
+
|
|
|
+
|
|
|
+ <view style="width:100%;">
|
|
|
<van-button size="large" round color="#CAA977" custom-style="height:88rpx;" bind:click="allClean" type="default">新建
|
|
|
</van-button>
|
|
|
</view>
|