新增阶结算订单
This commit is contained in:
20
src/components/settleAccount.vue
Normal file
20
src/components/settleAccount.vue
Normal file
@@ -0,0 +1,20 @@
|
||||
<!-- 结算订单 -->
|
||||
<template>
|
||||
<el-drawer size="100%" :with-header="false" direction="ttb" v-model="dialogVisible">
|
||||
<div class="drawer_wrap">
|
||||
|
||||
</div>
|
||||
</el-drawer>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref } from 'vue'
|
||||
const dialogVisible = ref(true)
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.drawer_wrap {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user