Commit d9814bae authored by xiangjiaojunxp's avatar xiangjiaojunxp

标题

parent 5c5f50e2
......@@ -35,7 +35,7 @@ export default {
},
data() {
return {
title: '开滦集团报送系统',
title: '开滦采集转换系统',
logo: logoImg
}
}
......
module.exports = {
title: '开滦集团报送系统',
title: '开滦采集转换系统',
/**
* 侧边栏主题 深色主题theme-dark,浅色主题theme-light
......
......@@ -5,7 +5,7 @@
<span class="text">开滦(集团)有限责任公司</span>
</div>
<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" type="text" auto-complete="off" placeholder="账号">
<svg-icon slot="prefix" icon-class="user" class="el-input__icon input-icon" />
......
<template>
<div class="app-container">
<el-form ref="queryForm" size="small" :inline="true" label-width="68px">
<el-form ref="queryForm" size="small" :inline="true" label-width="68px">
<el-form-item label="模板" prop="name" >
<el-select v-model="selectedOption" ref="mySelect" size="mini" @change="handleOptionChange" filterable placeholder="请选择您要查看的模板">
<!-- <el-option label="自设的模板名" value="使用空白模板"></el-option>-->
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment