有电充 改名 万车充

This commit is contained in:
2023-08-03 13:32:54 +08:00
parent cf0e63b45e
commit b72643e520
12 changed files with 15 additions and 15 deletions

View File

@@ -36,7 +36,7 @@ export default {
},
data() {
return {
title: '有电充后台管理系统',
title: '万车充后台管理系统',
// logo: logoImg
}
}

View File

@@ -81,7 +81,7 @@ export default {
orderInfo: [],
tableData: [{
pileSn: '9527',
stationName: '有电充充电桩',
stationName: '万车充充电桩',
stationAddress: '昆山市黄埔江南路',
type: '直流',
power: '2131',

View File

@@ -1,7 +1,7 @@
<template>
<div class="login">
<el-form ref="loginForm" :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"

View File

@@ -1,7 +1,7 @@
<template>
<div class="register">
<el-form ref="registerForm" :model="registerForm" :rules="registerRules" class="register-form">
<h3 class="title">有电充后台管理系统</h3>
<h3 class="title">万车充后台管理系统</h3>
<el-form-item prop="username">
<el-input v-model="registerForm.username" type="text" auto-complete="off" placeholder="账号">
<svg-icon slot="prefix" icon-class="user" class="el-input__icon input-icon" />