完成中转仓管理
This commit is contained in:
@@ -7,6 +7,14 @@
|
||||
</el-breadcrumb>
|
||||
</div>
|
||||
<div class="flex">
|
||||
<!-- 新的数据大屏入口 -->
|
||||
<div style="margin-right: 20px">
|
||||
<el-button type="primary" plain @click="router.push('/datav')">
|
||||
<el-icon style="margin-right: 5px"><DataAnalysis /></el-icon>
|
||||
数据监控大屏
|
||||
</el-button>
|
||||
</div>
|
||||
|
||||
<div style="margin-right: 20px" v-if="userType == 1">
|
||||
<el-button type="primary">
|
||||
<a style="color: #fff" href="https://b.datav.run/share/page/7d743ac7c27c0d332d0a19e758e0d7c4" target="_blank"> 可视化大屏 </a>
|
||||
@@ -23,7 +31,7 @@
|
||||
</template>
|
||||
<script setup>
|
||||
import { onMounted, ref, watch } from 'vue';
|
||||
import { ArrowRight } from '@element-plus/icons-vue';
|
||||
import { ArrowRight, DataAnalysis } from '@element-plus/icons-vue';
|
||||
import { useRouter, useRoute } from 'vue-router';
|
||||
import { ElMessage, ElMessageBox } from 'element-plus';
|
||||
import { useUserStore } from '~/store/user';
|
||||
|
||||
Reference in New Issue
Block a user