1.新增批量导入 2.新增财务报表
This commit is contained in:
@@ -23,13 +23,18 @@
|
||||
</el-tab-pane>
|
||||
</el-tabs>
|
||||
|
||||
<div class="">
|
||||
<div class="" style="display: flex;">
|
||||
<el-button icon="plus" @click="addEaraShow()">添加区域</el-button>
|
||||
<el-button type="primary" icon="plus" @click="addTableShow()">添加台桌</el-button>
|
||||
<el-button type="danger" icon="Setting" @click="clearTabDialogRef.show()">清台设置</el-button>
|
||||
<el-button type="primary" icon="download" @click="showDownloadTableCode">
|
||||
下载桌台码
|
||||
</el-button>
|
||||
<!-- 批量导入 -->
|
||||
<importData :type="5" />
|
||||
<!-- <el-button icon="Upload" @click="importDataRef.show()">
|
||||
批量导入
|
||||
</el-button> -->
|
||||
<!-- <el-button type="primary" icon="download" @click="downloadShopCpde">
|
||||
下载店铺码
|
||||
</el-button> -->
|
||||
@@ -205,6 +210,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import importData from "@/components/importData/index.vue";
|
||||
import status from "./status.js";
|
||||
import { useUserStore } from "@/store/modules/user";
|
||||
const shopUser = useUserStore();
|
||||
|
||||
Reference in New Issue
Block a user