|
@@ -135,11 +135,16 @@
|
|
</view>
|
|
</view>
|
|
</u-modal>
|
|
</u-modal>
|
|
<!-- 注销货架 -->
|
|
<!-- 注销货架 -->
|
|
- <u-modal v-model="showCancelShelf" :show-cancel-button="true" title="是否注销该数字货架?" @confirm="cancelShelf">
|
|
|
|
- <view class="slot-content" style="padding: 1rem 1rem 1.5rem;text-align: center;">
|
|
|
|
|
|
+ <u-popup v-model="showCancelShelf" mode="center" border-radius="14" length="80%">
|
|
|
|
+ <view style="padding: 1rem;text-align: center;font-size: 1rem;">是否注销该数字货架?</view>
|
|
|
|
+ <view class="slot-content" style="padding: 0 1rem 1rem;text-align: center;">
|
|
点击确定,该数字货架就不可做任何操作,用户不可登陆。
|
|
点击确定,该数字货架就不可做任何操作,用户不可登陆。
|
|
</view>
|
|
</view>
|
|
- </u-modal>
|
|
|
|
|
|
+ <view class="flex align_center justify_between" style="text-align: center;font-size: 1rem;">
|
|
|
|
+ <view @click="cancelShelf" style="border: 1px solid #eee;border-right:0;border-bottom:0;width: 50%;padding: 0.6rem 0;color: dodgerblue;">确定</view>
|
|
|
|
+ <view @click="showCancelShelf=false" style="border: 1px solid #eee;border-bottom:0;width: 50%;padding: 0.6rem 0;">取消</view>
|
|
|
|
+ </view>
|
|
|
|
+ </u-popup>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|
|
|
|
|