Commit e66702bf authored by 夏敏伟's avatar 夏敏伟

修改配置

parent 679575c6
...@@ -399,7 +399,7 @@ ...@@ -399,7 +399,7 @@
>选取文件</el-button >选取文件</el-button
> >
<div slot="tip" class="el-upload__tip"> <div slot="tip" class="el-upload__tip">
允许上传DOC、PPT、JPG、PNG、MP4等等 ,且不超过100M 允许上传DOC、PPT、JPG、PNG、MP4等等 ,且不超过500M
</div> </div>
</el-upload> </el-upload>
</el-form-item> </el-form-item>
...@@ -909,10 +909,10 @@ export default { ...@@ -909,10 +909,10 @@ export default {
//选择文件 //选择文件
handleChange(file, fileList) { handleChange(file, fileList) {
if (fileList.length > 0) { if (fileList.length > 0) {
if (fileList[fileList.length - 1].size > 100 * 1024 * 1024) { if (fileList[fileList.length - 1].size > 500 * 1024 * 1024) {
this.$message({ this.$message({
type: "warning", type: "warning",
message: "文件只能小于100M!", message: "文件只能小于500M!",
}); });
this.form_add.fileList = []; this.form_add.fileList = [];
return; return;
......
...@@ -298,7 +298,7 @@ ...@@ -298,7 +298,7 @@
:on-remove="handleRemove" :accept="format_files"> :on-remove="handleRemove" :accept="format_files">
<el-button slot="trigger" size="small" type="primary">选取文件</el-button> <el-button slot="trigger" size="small" type="primary">选取文件</el-button>
<div slot="tip" class="el-upload__tip"> <div slot="tip" class="el-upload__tip">
允许上传DOC、PPT、JPG、PNG、MP4等等 ,且不超过100M 允许上传DOC、PPT、JPG、PNG、MP4等等 ,且不超过500M
</div> </div>
</el-upload> </el-upload>
</el-form-item> </el-form-item>
......
...@@ -460,7 +460,7 @@ ...@@ -460,7 +460,7 @@
>选取文件</el-button >选取文件</el-button
> >
<div slot="tip" class="el-upload__tip"> <div slot="tip" class="el-upload__tip">
允许上传DOC、PPT、JPG、PNG、MP4等等 ,且不超过100M 允许上传DOC、PPT、JPG、PNG、MP4等等 ,且不超过500M
</div> </div>
</el-upload> </el-upload>
</el-form-item> </el-form-item>
...@@ -963,10 +963,10 @@ export default { ...@@ -963,10 +963,10 @@ export default {
//选择文件 //选择文件
handleChange(file, fileList) { handleChange(file, fileList) {
if (fileList.length > 0) { if (fileList.length > 0) {
if (fileList[fileList.length - 1].size > 100 * 1024 * 1024) { if (fileList[fileList.length - 1].size > 500 * 1024 * 1024) {
this.$message({ this.$message({
type: "warning", type: "warning",
message: "文件只能小于100M!", message: "文件只能小于500M!",
}); });
this.form_add.fileList = []; this.form_add.fileList = [];
return; return;
......
...@@ -13,7 +13,8 @@ ...@@ -13,7 +13,8 @@
v-text="item.name"> v-text="item.name">
</div> </div>
</div> </div>
<h1><span>东部战区心理战训练系统</span></h1> <!-- <h1><span>东部战区心理战训练系统</span></h1> -->
<h1><span>xxx业务辅助分析系统</span></h1>
<div class="home-date"> <div class="home-date">
<span class="date" v-text="myDate.day"></span>&emsp;&emsp; <span class="date" v-text="myDate.day"></span>&emsp;&emsp;
<span class="week" v-text="myDate.week"></span> <span class="week" v-text="myDate.week"></span>
......
<template> <template>
<div class="homepage"> <div class="homepage">
<div class="header"> <div class="header">
<h1><span>东部战区心理战训练系统</span></h1> <!-- <h1><span>东部战区心理战训练系统</span></h1> -->
<h1><span>xxx业务辅助分析系统</span></h1>
<div> <div>
<span class="date" v-text="myDate.day"></span>&emsp;&emsp; <span class="date" v-text="myDate.day"></span>&emsp;&emsp;
<span class="week" v-text="myDate.week"></span> <span class="week" v-text="myDate.week"></span>
......
<template> <template>
<div class="login"> <div class="login">
<div class="login-head"> <div class="login-head">
<h1><span>东部战区心理战训练系统</span></h1> <!-- <h1><span>东部战区心理战训练系统</span></h1> -->
<h1><span>xxx业务辅助分析系统</span></h1>
<div> <div>
<span class="date" v-text="myDate.day"></span>&emsp;&emsp; <span class="date" v-text="myDate.day"></span>&emsp;&emsp;
<span class="week" v-text="myDate.week"></span> <span class="week" v-text="myDate.week"></span>
......
...@@ -221,7 +221,7 @@ ...@@ -221,7 +221,7 @@
:on-remove="handleRemove" :accept="format_files"> :on-remove="handleRemove" :accept="format_files">
<el-button slot="trigger" size="small" type="primary">选取文件</el-button> <el-button slot="trigger" size="small" type="primary">选取文件</el-button>
<div slot="tip" class="el-upload__tip"> <div slot="tip" class="el-upload__tip">
允许上传DOC、PPT、JPG、PNG、MP4等等 ,且不超过100M 允许上传DOC、PPT、JPG、PNG、MP4等等 ,且不超过500M
</div> </div>
</el-upload> </el-upload>
</el-form-item> </el-form-item>
...@@ -730,10 +730,10 @@ export default { ...@@ -730,10 +730,10 @@ export default {
//选择文件 //选择文件
handleChange(file, fileList) { handleChange(file, fileList) {
if (fileList.length > 0) { if (fileList.length > 0) {
if (fileList[fileList.length - 1].size > 100 * 1024 * 1024) { if (fileList[fileList.length - 1].size > 500 * 1024 * 1024) {
this.$message({ this.$message({
type: "warning", type: "warning",
message: "文件只能小于100M!", message: "文件只能小于500M!",
}); });
this.form_add.fileList = []; this.form_add.fileList = [];
return; return;
......
...@@ -352,7 +352,7 @@ ...@@ -352,7 +352,7 @@
>选取文件</el-button >选取文件</el-button
> >
<div slot="tip" class="el-upload__tip"> <div slot="tip" class="el-upload__tip">
允许上传DOC、PPT、JPG、PNG、MP4等等 ,且不超过100M 允许上传DOC、PPT、JPG、PNG、MP4等等 ,且不超过500M
</div> </div>
</el-upload> </el-upload>
</el-form-item> </el-form-item>
...@@ -861,10 +861,10 @@ export default { ...@@ -861,10 +861,10 @@ export default {
//选择文件 //选择文件
handleChange(file, fileList) { handleChange(file, fileList) {
if (fileList.length > 0) { if (fileList.length > 0) {
if (fileList[fileList.length - 1].size > 100 * 1024 * 1024) { if (fileList[fileList.length - 1].size > 500 * 1024 * 1024) {
this.$message({ this.$message({
type: "warning", type: "warning",
message: "文件只能小于100M!", message: "文件只能小于500M!",
}); });
this.form_add.fileList = []; this.form_add.fileList = [];
return; return;
......
...@@ -352,7 +352,7 @@ ...@@ -352,7 +352,7 @@
>选取文件</el-button >选取文件</el-button
> >
<div slot="tip" class="el-upload__tip"> <div slot="tip" class="el-upload__tip">
允许上传DOC、PPT、JPG、PNG、MP4等等 ,且不超过100M 允许上传DOC、PPT、JPG、PNG、MP4等等 ,且不超过500M
</div> </div>
</el-upload> </el-upload>
</el-form-item> </el-form-item>
...@@ -861,10 +861,10 @@ export default { ...@@ -861,10 +861,10 @@ export default {
//选择文件 //选择文件
handleChange(file, fileList) { handleChange(file, fileList) {
if (fileList.length > 0) { if (fileList.length > 0) {
if (fileList[fileList.length - 1].size > 100 * 1024 * 1024) { if (fileList[fileList.length - 1].size > 500 * 1024 * 1024) {
this.$message({ this.$message({
type: "warning", type: "warning",
message: "文件只能小于100M!", message: "文件只能小于500M!",
}); });
this.form_add.fileList = []; this.form_add.fileList = [];
return; return;
......
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