|
|
@@ -1,4 +1,5 @@
|
|
|
<template>
|
|
|
+<view class="app-content">
|
|
|
<view class="allot-ex-page">
|
|
|
<view class="allot-list">
|
|
|
<block v-if="!$util.isEmpty(list.data)">
|
|
|
@@ -32,6 +33,7 @@
|
|
|
<div @click="addEvent" class="admin-button-com middle blue">新增盘点</div>
|
|
|
</div>
|
|
|
</view>
|
|
|
+</view>
|
|
|
</template>
|
|
|
<script>
|
|
|
import AppWrapperEmpty from "@/components/app-wrapper-empty";
|