优化小票 新增存酒管理
This commit is contained in:
@@ -99,6 +99,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="btn_wrap">
|
||||
<div class="btn">
|
||||
<el-button type="success" style="width: 100%;" @click="StoreWineManagementRef.show()">存酒管理</el-button>
|
||||
</div>
|
||||
<div class="btn">
|
||||
<el-button type="warning" style="width: 100%;" @click="UserChargeRef.show()">账户充值</el-button>
|
||||
</div>
|
||||
@@ -114,6 +117,8 @@
|
||||
<RecordDialog ref="RecordDialogRef" @refund="getUserList" />
|
||||
<!-- 添加会员 -->
|
||||
<AddUserDrawer ref="AddUserDrawerRef" @success="queryHandle" />
|
||||
<!-- 存酒管理 -->
|
||||
<StoreWineManagement ref="StoreWineManagementRef" :user-info="currentRow" />
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
@@ -123,10 +128,12 @@ import { shopUserList } from '@/api/account.js'
|
||||
import UserCharge from './components/userCharge.vue'
|
||||
import RecordDialog from './components/recordDialog.vue'
|
||||
import AddUserDrawer from './components/addUserDrawer.vue'
|
||||
import StoreWineManagement from './components/storeWineManagement.vue'
|
||||
|
||||
const UserChargeRef = ref(null)
|
||||
const RecordDialogRef = ref(null)
|
||||
const AddUserDrawerRef = ref(null)
|
||||
const StoreWineManagementRef = ref(null)
|
||||
|
||||
const queryForm = ref({
|
||||
key: '',
|
||||
|
||||
Reference in New Issue
Block a user