Commit 9c18465f by 李宁

1

1 parent fcb39f25
......@@ -3,13 +3,15 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>怀化移动</title>
<title>添加工单</title>
<link rel="stylesheet" href="css/vant.css"/>
<link rel="stylesheet" href="css/addOrder.css?123123">
<link rel="stylesheet" href="css/addOrder.css?123">
</head>
<body>
<div id="pageDiv" class="pageDiv">
<div class="topDiv">添加工单<img src="img/back.png" @click="goBack" alt=""></div>
<div class="infoTop">
<div class="status">{{info.address}}</div>
<div class="detail">
......@@ -87,6 +89,6 @@
<script src="js/vue.min.js"></script>
<script src="js/vant.min.js"></script>
<script src="js/util.js?12312313"></script>
<script src="js/addOrder.js?1111"></script>
<script src="js/addOrder.js?11311"></script>
</body>
</html>
\ No newline at end of file
......@@ -17,13 +17,35 @@ div{
.pageDiv{
width: 100%;
min-height: calc(100vh);
padding-top: .52rem;
background: #F7F8FA;
padding: .24rem;
padding-bottom: 1.2rem;
padding-top: 1.04rem;
display: none;
}
.topDiv{
position: fixed;
width: 100%;
top: 0;
left: 0;
background: #fff;
text-align: center;
color: #333;
font-size: .36rem;
font-weight: bold;
z-index: 999999;
height: .8rem;
line-height: .8rem;
}
.topDiv img{
width: .48rem;
height: .48rem;
position: absolute;
left: .12rem;
top: .16rem;
}
.infoTop{
background: #fff;
border-radius: .08rem;
......
......@@ -10,6 +10,28 @@ html,body{
padding: 0;
}
.topDiv{
position: fixed;
width: 100%;
top: 0;
left: 0;
background: #fff;
text-align: center;
color: #333;
font-size: .36rem;
font-weight: bold;
z-index: 999999;
height: .8rem;
line-height: .8rem;
}
.topDiv img{
width: .48rem;
height: .48rem;
position: absolute;
left: .12rem;
top: .16rem;
}
.cameraDiv{
width: 100%;
height: 100%;
......@@ -19,14 +41,16 @@ html,body{
}
.conDiv{
width: 100%;
height: 100%;
height: calc(100vh - .8rem);
position: fixed;
left: 0;
top: 0;
z-index: 1;
display: flex;
flex-direction: column;
margin-top: .8rem;
}
.conDiv .tsDiv{
display: flex;
align-items: center;
......
......@@ -17,7 +17,6 @@ div{
.pageDiv{
width: 100%;
min-height: 100%;
padding-top: .9rem;
background: #F7F8FA;
padding-bottom: 1.33rem;
display: none;
......@@ -28,6 +27,28 @@ div{
padding-top: .48rem;
}
.topDiv{
position: fixed;
width: 100%;
top: 0;
left: 0;
background: #fff;
text-align: center;
color: #333;
font-size: .36rem;
font-weight: bold;
z-index: 999999;
height: .8rem;
line-height: .8rem;
}
.topDiv img{
width: .48rem;
height: .48rem;
position: absolute;
left: .12rem;
top: .16rem;
}
.bgImg{
display: block;
width: 100%;
......@@ -40,7 +61,7 @@ div{
.tsDiv{
position: fixed;
width: 100%;
top: 0;
top: .8rem;
left: 0;
display: flex;
align-items: center;
......@@ -56,6 +77,8 @@ div{
margin-right: .12rem;
}
.topText{
display: flex;
height: 2.79rem;
......@@ -65,6 +88,7 @@ div{
overflow: hidden;
z-index: 2;
position: relative;
margin-top: 1.7rem;
}
.topText .tleft{
display: flex;
......@@ -126,12 +150,13 @@ div{
.infoDiv .infoTop .detliU{
color: #333;
font-size: .4rem;
font-weight: 600;
font-weight: bold;
margin-bottom: .2rem;
}
.infoDiv .infoTop .detli{
color: #333;
font-size: .32rem;
line-height: .36rem;
}
.orderList .orderli{
......
......@@ -27,7 +27,7 @@ div{
.tabs {
display: flex;
background: #F3F6FF;
background: #fff;
padding: 0 .24rem;
justify-content: space-between;
align-items: center;
......@@ -44,7 +44,7 @@ div{
height: .6rem;
line-height: .6rem;
border-radius: .48rem;
background: #E1EBFE;
background: #F1F2F4;
text-align: center;
}
......@@ -56,12 +56,16 @@ div{
position: relative;
margin-right: .48rem;
transition: all 0.3s;
font-weight: 500;
outline: none !important;
box-shadow: none !important;
-webkit-tap-highlight-color: transparent;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
}
.tab-item.active {
color: #333;
font-weight: 700;
font-weight: bold;
}
.tab-item.active::after {
......@@ -77,14 +81,14 @@ div{
.search-section {
padding: .2rem;
background: #F3F6FF;
background: #fff;
}
.search-box {
position: relative;
display: flex;
align-items: center;
background: white;
background: #F7F8FA;
border-radius: .08rem;
padding: .2rem .24rem;
transition: border-color 0.3s;
......@@ -108,7 +112,6 @@ div{
border: none;
background: transparent;
font-size: .28rem;
outline: none;
}
.search-input::placeholder {
......@@ -203,13 +206,14 @@ div{
.item-row-up {
color: #333;
font-weight: 600;
font-weight: bold;
font-size: .36rem;
margin-bottom: .28rem;
}
.item-row-down {
color: #666;
font-size: .28rem;
line-height: .36rem;
}
.empty-state {
......
......@@ -44,9 +44,8 @@ div{
.header-content {
position: absolute;
top: 50%;
top: 1.76rem;
left: .42rem;
transform: translateY(-50%);
color: #333;
font-size: .32rem;
}
......
......@@ -17,13 +17,35 @@ div{
.pageDiv{
width: 100%;
height: 100%;
padding-top: .52rem;
background: #F7F8FA;
padding: .24rem;
padding-bottom: 1.2rem;
padding-top: 1.04rem;
display: none;
}
.topDiv{
position: fixed;
width: 100%;
top: 0;
left: 0;
background: #fff;
text-align: center;
color: #333;
font-size: .36rem;
font-weight: bold;
z-index: 999999;
height: .8rem;
line-height: .8rem;
}
.topDiv img{
width: .48rem;
height: .48rem;
position: absolute;
left: .12rem;
top: .16rem;
}
.infoTop{
background: #fff;
border-radius: .08rem;
......
......@@ -4897,7 +4897,7 @@ button,input,textarea {
.van-tree-select__item {
position: relative;
padding: 0 32px 0 16px;
font-weight: 700;
font-weight: bold;
line-height: 44px
}
......
......@@ -5,9 +5,9 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>怀化移动</title>
<title>质检</title>
<link rel="stylesheet" href="https://xpo.oss-cn-beijing.aliyuncs.com/huaian/css/vant.css"/>
<link rel="stylesheet" href="css/demo.css?0909019011131">
<link rel="stylesheet" href="css/demo.css?09131">
</head>
<body>
......@@ -15,6 +15,8 @@
<div class="cameraDiv" id="local-player"></div>
<canvas id="canvas" style="display: none;"></canvas>
<div class="topDiv">质检<img src="img/back.png" id="goBack" alt=""></div>
<div class="conDiv">
<div class="tsDiv" id="exampleTsDiv">
<div class="tsleft">
......@@ -342,7 +344,7 @@
<script src="js/util.js?1212"></script>
<script src="js/vue.min.js"></script>
<script src="js/vant.min.js"></script>
<script src="js/demo.js?87555"></script>
<script src="js/demo.js?875155"></script>
</body>
</html>
\ No newline at end of file

16.3 KB | W: | H:

16.3 KB | W: | H:

huaiHua/app/img/logo.png
huaiHua/app/img/logo.png
huaiHua/app/img/logo.png
huaiHua/app/img/logo.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -3,9 +3,9 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>怀化移动</title>
<title>详情</title>
<link rel="stylesheet" href="https://xpo.oss-cn-beijing.aliyuncs.com/huaian/css/vant.css"/>
<link rel="stylesheet" href="css/index.css?12333">
<link rel="stylesheet" href="css/index.css?001900">
</head>
<body>
<!-- <script>
......@@ -15,6 +15,8 @@
</script> -->
<div id="pageDiv" class="pageDiv" :class="{pageDone:detail.finish=='1'}">
<div class="topDiv">质检详情<img src="img/back.png" @click="goBack" alt=""></div>
<img class="bgImg" src="https://xpo.oss-cn-beijing.aliyuncs.com/huaian/bg.png" alt="">
<div class="tsDiv" v-if="detail.finish!='1'">
......@@ -167,6 +169,6 @@
<script src="js/vue.min.js"></script>
<script src="js/vant.min.js"></script>
<script src="js/util.js?11111"></script>
<script src="js/index.js?123"></script>
<script src="js/index.js?1233"></script>
</body>
</html>
\ No newline at end of file
......@@ -37,6 +37,9 @@
this.getDevice()
},
methods: {
goBack(){
history.go(-1)
},
onConfirm(value, index) {
let p = this.pickData
if(p.ntype == 'device'){
......
......@@ -1346,3 +1346,8 @@ async function queryImgUrl() {
return ''
}
}
$('#goBack').click(()=>{
history.go(-1)
})
\ No newline at end of file
......@@ -77,6 +77,9 @@ new Vue({
}
},
methods: {
goBack(){
history.go(-1)
},
getReason(){
util.httpRequest({
url: '/listEnum',
......
......@@ -15,15 +15,15 @@ new Vue({
},
methods: {
getVerifyCode() {
if(this.clickFlag){
return
}
this.clickFlag = true
let pa = this.loginForm
if (!pa.employeeId) {
util.toast('请输入工号');
return;
}
if (!pa.phoneNumber) {
util.toast('请输入手机号');
util.toast('请输入手机号');
return;
}
......@@ -32,6 +32,11 @@ new Vue({
return;
}
if(this.clickFlag){
return
}
this.clickFlag = true
util.httpRequest({
url: '/mobile/sendSms',
middleUrl: '/zhijian-trial/api',
......@@ -57,6 +62,8 @@ new Vue({
this.clickFlag = false
util.toast(res.msg || '获取失败')
}
}).catch(()=>{
this.clickFlag = false
})
},
......
......@@ -3,8 +3,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>列表页面</title>
<link rel="stylesheet" href="css/list.css?12322222223">
<title>列表</title>
<link rel="stylesheet" href="css/list.css?00810">
</head>
<body>
<div id="app" v-cloak>
......@@ -43,7 +43,7 @@
class="list-item"
:ref="'item-' + item.accNbr"
@click="handleItemClick(item)">
<div class="item-row-up">业务账号:{{ item.accNbr }}</div>
<div class="item-row-up">{{ item.accNbr }}</div>
<div class="item-row-down">地址:{{ item.fullAddress || '--' }}</div>
</div>
......@@ -58,6 +58,6 @@
<script src="js/axios.min.js"></script>
<script src="js/vue.min.js"></script>
<script src="js/util.js"></script>
<script src="js/list.js?0933"></script>
<script src="js/list.js?09133"></script>
</body>
</html>
\ No newline at end of file
......@@ -3,8 +3,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>登录页面</title>
<link rel="stylesheet" href="css/login.css?3231002202">
<title>登录</title>
<link rel="stylesheet" href="css/login.css?39902">
</head>
<body>
<div id="app" v-cloak>
......@@ -64,6 +64,6 @@
<script src="js/axios.min.js"></script>
<script src="js/vue.min.js"></script>
<script src="js/util.js"></script>
<script src="js/login.js?1239123"></script>
<script src="js/login.js?444"></script>
</body>
</html>
\ No newline at end of file
......@@ -3,12 +3,14 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>怀化移动</title>
<link rel="stylesheet" href="css/result.css?123123213455">
<title>结果</title>
<link rel="stylesheet" href="css/result.css?12455">
</head>
<body>
<div id="pageDiv" class="pageDiv">
<div class="topDiv">结果<img src="img/back.png" @click="goBack" alt=""></div>
<div class="infoTop">
<img class="icon" src="https://xpo.oss-cn-beijing.aliyuncs.com/huaian/success.png" alt="">
<div class="status">恭喜您完成质检流程</div>
......
const e=""+new URL("employee_tem-BMbgZldQ.xlsx",import.meta.url).href;export{e as default};
const e=""+new URL("employee_tem-DC4gj59I.xlsx",import.meta.url).href;export{e as default};
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -5,8 +5,8 @@
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>视频质检系统</title>
<script type="module" crossorigin src="./assets/index-Daub8TpA.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-DQb40jF1.css">
<script type="module" crossorigin src="./assets/index-D1E41z8w.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index--TXUEGg1.css">
</head>
<body>
<div id="app"></div>
......
<template>
<div id="app">
<el-container style="height: 100vh;">
<!-- 侧边栏 -->
<el-aside width="200px" v-if="$route.name !== 'login'">
<el-menu
:default-active="$route.path"
class="el-menu-vertical-demo"
@select="handleSelect"
router
>
<el-menu-item index="/upload">
<el-icon><Upload /></el-icon>
<span>上传工单</span>
</el-menu-item>
<el-menu-item index="/quality-list">
<el-icon><List /></el-icon>
<span>质检信息列表</span>
</el-menu-item>
<el-menu-item index="/staff-list">
<el-icon><User /></el-icon>
<span>工维人员管理</span>
</el-menu-item>
</el-menu>
</el-aside>
<div v-if="$route.name === 'login'">
<router-view />
</div>
<el-container v-else style="height: 100vh;">
<!-- 固定头部栏 -->
<Header />
<el-container>
<!-- 顶部导航栏 -->
<el-header v-if="$route.name !== 'login'" style="background-color: #fff; border-bottom: 1px solid #dcdfe6; display: flex; justify-content: space-between; align-items: center;">
<div></div>
<el-button type="danger" @click="logout">退出</el-button>
</el-header>
<el-container style="padding-top: 60px;">
<!-- 侧边栏 -->
<el-aside width="200px">
<el-menu
:default-active="$route.path"
class="el-menu-vertical-demo"
@select="handleSelect"
router
>
<el-menu-item index="/upload">
<el-icon><Upload /></el-icon>
<span>上传工单</span>
</el-menu-item>
<el-menu-item index="/quality-list">
<el-icon><List /></el-icon>
<span>质检信息列表</span>
</el-menu-item>
<el-menu-item index="/staff-list">
<el-icon><User /></el-icon>
<span>工维人员管理</span>
</el-menu-item>
</el-menu>
</el-aside>
<!-- 主要内容区域 -->
<el-main>
......@@ -45,9 +45,7 @@ import { useRouter } from 'vue-router'
import { Upload, List, User } from '@element-plus/icons-vue'
import { ElMessage } from 'element-plus'
import { onMounted } from 'vue'
import {
quitLogin
} from './utils/api'
import Header from './components/Header.vue'
const router = useRouter()
......@@ -64,17 +62,6 @@ const handleSelect = (key) => {
console.log(key)
}
const logout = async () => {
const res = await quitLogin()
if (res.code == 200) {
// 登出逻辑
localStorage.removeItem('token')
router.push('/login')
}else{
ElMessage.error(res.msg || '退出登录失败')
}
}
</script>
<style>
......@@ -86,9 +73,6 @@ const logout = async () => {
min-width: 1400px;
}
.el-header {
line-height: 60px;
}
.el-aside {
background-color: #fff;
......

6.6 KB | W: | H:

23.1 KB | W: | H:

huaiHua/pc/src/assets/logo.png
huaiHua/pc/src/assets/logo.png
huaiHua/pc/src/assets/logo.png
huaiHua/pc/src/assets/logo.png
  • 2-up
  • Swipe
  • Onion skin
<template>
<div class="header">
<div class="header-left">
<img src="../assets/logo.png" alt="Logo" class="header-logo" />
<span class="header-title">和家智检管理系统</span>
</div>
<div class="header-right">
<el-dropdown @command="handleCommand">
<div class="user-info">
<span class="username">Hi,{{ username }}</span>
<el-icon class="arrow-icon">
<ArrowDown />
</el-icon>
</div>
<template #dropdown>
<el-dropdown-menu>
<el-dropdown-item command="logout">
<el-icon><SwitchButton /></el-icon>
退出登录
</el-dropdown-item>
</el-dropdown-menu>
</template>
</el-dropdown>
<el-dropdown @command="handleCommand">
<div class="user-info">
<span class="username">Hi,{{ username }}</span>
<el-icon class="arrow-icon">
<ArrowDown />
</el-icon>
</div>
<template #dropdown>
<el-dropdown-menu>
<el-dropdown-item command="logout">
<el-icon><SwitchButton /></el-icon>
退出登录
</el-dropdown-item>
</el-dropdown-menu>
</template>
</el-dropdown>
</div>
</div>
</template>
<script setup>
import { ref, onMounted } from 'vue'
import { useRouter } from 'vue-router'
import { ElMessage, ElMessageBox } from 'element-plus'
import { ArrowDown, SwitchButton } from '@element-plus/icons-vue'
const router = useRouter()
const username = ref('')
onMounted(() => {
// 从localStorage获取用户名,如果没有则使用默认值
username.value = localStorage.getItem('adminNum') || '用户'
})
const handleCommand = async (command) => {
if (command === 'logout') {
try {
await ElMessageBox.confirm(
'确定要退出登录吗?',
'提示',
{
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
}
)
// 清除本地存储
localStorage.removeItem('token')
localStorage.removeItem('adminNum')
ElMessage.success('退出登录成功')
router.push('/login')
} catch (error) {
// 用户取消操作
}
}
}
</script>
<style scoped>
.header {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 60px;
background: #ffffff;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 20px;
z-index: 1000;
}
.header-left {
display: flex;
align-items: center;
}
.header-logo {
width: 40px;
height: 40px;
object-fit: contain;
margin-right: 8px;
}
.header-title {
font-size: 18px;
font-weight: 600;
color: #333333;
}
.header-right {
display: flex;
align-items: center;
}
.user-info {
display: flex;
align-items: center;
gap: 8px;
cursor: pointer;
padding: 8px 12px;
border-radius: 6px;
transition: background-color 0.3s ease;
border: none !important;
outline: none !important;
}
.user-info:hover {
background-color: #f5f5f5;
border: none !important;
outline: none !important;
}
.username {
font-size: 14px;
color: #666666;
}
.arrow-icon {
font-size: 12px;
color: #666666;
transition: transform 0.3s ease;
}
.user-info:hover .arrow-icon {
transform: rotate(180deg);
}
</style>
\ No newline at end of file
......@@ -3,6 +3,7 @@
<!-- 顶部装饰图标 - 左上角 -->
<div class="top-icons">
<img src="../assets/yd.png" alt="移动" class="top-icon" />
<div class="line"></div>
<img src="../assets/cy.png" alt="创益" class="top-icon" />
</div>
......@@ -22,10 +23,13 @@
<el-input
v-model="loginForm.adminNum"
placeholder="请输入账号"
prefix-icon="User"
size="large"
class="custom-input"
></el-input>
>
<template #prefix>
<el-icon><User /></el-icon>
</template>
</el-input>
</el-form-item>
<el-form-item prop="password">
......@@ -33,11 +37,14 @@
v-model="loginForm.password"
type="password"
placeholder="请输入密码"
prefix-icon="Lock"
show-password
size="large"
class="custom-input"
></el-input>
>
<template #prefix>
<el-icon><Lock /></el-icon>
</template>
</el-input>
</el-form-item>
<el-form-item prop="captchaCode">
......@@ -45,10 +52,13 @@
<el-input
v-model="loginForm.captchaCode"
placeholder="请输入验证码"
prefix-icon="Key"
size="large"
class="custom-input captcha-input"
></el-input>
>
<template #prefix>
<el-icon><Key /></el-icon>
</template>
</el-input>
<img :src="loginForm.code" @click="getCode" style="height: 45px;widht: 116px;">
</div>
</el-form-item>
......@@ -57,7 +67,7 @@
<el-button
type="primary"
size="large"
style="width: 100%; height: 50px; font-size: 16px; border-radius: 25px;"
style="width: 100%; height: 50px; font-size: 16px; border-radius: 4px;"
@click="handleLogin"
:loading="loading"
class="login-btn"
......@@ -66,7 +76,7 @@
</el-button>
</el-form-item>
<el-form-item style="text-align: right;">
<el-form-item class="forgot-password-wrapper" style="justify-content: center;">
<el-button
type="text"
@click="handleForgetPassword"
......@@ -77,6 +87,14 @@
</el-form-item>
</el-form>
</div>
<!-- 底部版权信息 -->
<div class="footer">
<div class="company-info">
<div class="company-name">北京创益互联科技有限公司旗下产品</div>
<div class="copyright">copyright 2016-2021.京icp备16058130号-2.all right reserved.</div>
</div>
</div>
</div>
</template>
......@@ -84,6 +102,7 @@
import { ref, reactive } from 'vue'
import { useRouter } from 'vue-router'
import { ElMessage, ElMessageBox } from 'element-plus'
import { User, Lock, Key } from '@element-plus/icons-vue'
import { login , queryCode} from '../utils/api'
import suoImg from '../assets/suo.png'
......@@ -155,6 +174,7 @@ const handleLogin = async () => {
ElMessage.success('登录成功')
// 保存token到localStorage
localStorage.setItem('token', response.data.token)
localStorage.setItem('adminNum', loginForm.adminNum)
router.push('/upload')
} else {
ElMessage.error(response.msg || '登录失败')
......@@ -171,7 +191,7 @@ const handleForgetPassword = () => {
ElMessageBox.alert(`
<div style="text-align: center; padding: 20px;">
<div style="margin-bottom: 15px;">
<img src="${suoImg}" alt="锁" style="width: 64px; height: 64px;">
<img src="${suoImg}" alt="锁" style="width: 124px; height: 124px;">
</div>
<div style="color: #333; font-size: 16px; font-weight: 500; margin-bottom: 10px;">
忘记密码
......@@ -219,9 +239,15 @@ html, body {
top: 30px;
left: 30px;
display: flex;
gap: 20px;
z-index: 10;
}
.top-icons .line {
width: 1px;
height: 24px;
background-color: #9AB0D1;
align-self: center;
margin: 0 12px;
}
.top-icon {
width: 126px;
......@@ -232,9 +258,9 @@ html, body {
position: relative;
width: 380px;
margin-left: 80px;
padding: 30px;
padding: 48px;
background: #ffffff;
border-radius: 8px;
border-radius: 16px;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
z-index: 10;
animation: slideUp 0.6s ease-out;
......@@ -242,18 +268,17 @@ html, body {
.logo-section {
text-align: center;
margin-bottom: 20px;
}
.logo {
width: 80px;
height: 80px;
width: 104px;
height: 104px;
object-fit: contain;
}
.form-header {
text-align: center;
margin-bottom: 30px;
margin-bottom: 40px;
}
.form-header h2 {
......@@ -272,9 +297,8 @@ html, body {
}
.custom-input {
background: #f5f5f5 !important;
border: 1px solid #e0e0e0 !important;
border-radius: 6px !important;
border: 1px solid #DDDDDD !important;
border-radius: 4px !important;
transition: all 0.3s ease !important;
}
......@@ -447,4 +471,44 @@ html, body {
background: #409eff !important;
border-color: #409eff !important;
}
.forgot-password-wrapper .el-form-item__content{
flex: none !important;
}
.footer {
position: absolute;
bottom: 30px;
left: 0;
right: 0;
text-align: center;
}
.company-info {
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
}
.company-name {
font-size: 16px;
color: #666;
font-weight: 400;
}
.copyright {
font-size: 14px;
color: #666666;
font-weight: 400;
}
.login-container .el-icon{
width: 20px;
height: 20px;
}
.login-container .el-icon svg{
width: 20px;
height: 20px;
}
</style>
\ No newline at end of file
......@@ -385,7 +385,7 @@ const confirmAdd = async () => {
// 重新加载数据以刷新表格
handleFilter();
} else {
ElMessage.error(response.message || '新增失败');
ElMessage.error(response.msg || '新增失败');
}
} catch (error) {
ElMessage.error('新增失败: ' + error.message);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!