This commit is contained in:
打豆豆 2023-12-29 17:14:10 +08:00
parent 6063d86afa
commit 25b1498de6
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "ktg-mes-ui", "name": "ktg-mes-ui",
"version": "3.8.2", "version": "3.8.2",
"description": "苦糖果MES", "description": "智造大师",
"author": "YinJinLu", "author": "YinJinLu",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {

View File

@ -1,7 +1,7 @@
<template> <template>
<div class="register"> <div class="register">
<el-form ref="registerForm" :model="registerForm" :rules="registerRules" class="register-form"> <el-form ref="registerForm" :model="registerForm" :rules="registerRules" class="register-form">
<h3 class="title">苦糖果MES</h3> <h3 class="title">智造大师</h3>
<el-form-item prop="username"> <el-form-item prop="username">
<el-input v-model="registerForm.username" type="text" auto-complete="off" placeholder="账号"> <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" /> <svg-icon slot="prefix" icon-class="user" class="el-input__icon input-icon" />