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

修改配置

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