update 添加危废品箱管理文件
This commit is contained in:
parent
db99b3859b
commit
cad285e9e0
BIN
src/assets/images/bj.gif
Normal file
BIN
src/assets/images/bj.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 805 KiB |
@ -60,7 +60,7 @@
|
||||
<el-button link type="primary" icon="Link" @click="toScreen(scope.row)"></el-button>
|
||||
</el-tooltip>
|
||||
<el-tooltip content="修改" placement="top">
|
||||
<el-button link type="primary" icon="Edit" @click="handleUpdate(scope.row.id)"></el-button>
|
||||
<el-button link type="primary" icon="Edit" @click="handleUpdate(scope.row.id)" v-hasPermi="['big:screen:edit']"></el-button>
|
||||
</el-tooltip>
|
||||
<el-tooltip content="删除" placement="top">
|
||||
<el-button link type="primary" icon="Delete" v-hasPermi="['big:screen:delete']"
|
||||
|
||||
10
src/views/guojian/alarm/index.vue
Normal file
10
src/views/guojian/alarm/index.vue
Normal file
@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<div class="">
|
||||
报警数据
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang='ts'>
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped></style>
|
||||
10
src/views/guojian/historyData/index.vue
Normal file
10
src/views/guojian/historyData/index.vue
Normal file
@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<div class="">
|
||||
历史记录
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang='ts'>
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped></style>
|
||||
10
src/views/guojian/sms/index.vue
Normal file
10
src/views/guojian/sms/index.vue
Normal file
@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<div class="">
|
||||
短信发送记录
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang='ts'>
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped></style>
|
||||
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="login">
|
||||
<el-form ref="loginRef" :model="loginForm" :rules="loginRules" class="login-form">
|
||||
<h3 class="title">若依后台管理系统</h3>
|
||||
<h3 class="title">大屏后台管理系统</h3>
|
||||
<el-form-item prop="username">
|
||||
<el-input
|
||||
v-model="loginForm.username"
|
||||
@ -59,7 +59,7 @@
|
||||
</el-form>
|
||||
<!-- 底部 -->
|
||||
<div class="el-login-footer">
|
||||
<span>Copyright © 2018-2023 ruoyi.vip All Rights Reserved.</span>
|
||||
<span>Copyright © 2018-2022 GOATS All Rights Reserved.</span>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@ -156,7 +156,7 @@ getCookie();
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
background-image: url("../assets/images/login-background.jpg");
|
||||
background-image: url("../assets/images/bj.gif");
|
||||
background-size: cover;
|
||||
}
|
||||
.title {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user