|
|
@@ -80,7 +80,8 @@
|
|
|
<AppWrapperEmpty title="暂无数据" :is-empty="$util.isEmpty(list.data)" />
|
|
|
</view>
|
|
|
<view class="app-footer">
|
|
|
- <view style="margin-left:20upx;" class="admin-button-com middle blue" @click="savePrice">保存修改</view>
|
|
|
+ <view class="admin-button-com big blue" @click="goBack()">返回上级</view>
|
|
|
+ <view style="margin-left:50upx;" class="admin-button-com big blue" @click="savePrice">保存修改</view>
|
|
|
</view>
|
|
|
|
|
|
<modal-module :show="batchModel" @click="affirmBatch" title="批量操作" color="#333" :size="32" padding="30rpx 30rpx" >
|
|
|
@@ -119,6 +120,9 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
methods: {
|
|
|
+ goBack(){
|
|
|
+ uni.navigateBack()
|
|
|
+ },
|
|
|
clear(item,index){
|
|
|
if(index == 1){
|
|
|
item.skMore=''
|