Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dizhen-ui
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jiangyun
dizhen-ui
Commits
dfd5cc55
Commit
dfd5cc55
authored
Dec 30, 2025
by
jiang'yun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
fa53ed97
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
src/views/plots/index2-1.vue
+0
-0
src/views/yscgWjscqk/wjscqk/index.vue
+6
-6
src/views/ysqqXmxx/ysgc/index2.vue
+0
-0
No files found.
src/views/plots/index2-1.vue
0 → 100644
View file @
dfd5cc55
This diff is collapsed.
Click to expand it.
src/views/yscgWjscqk/wjscqk/index.vue
View file @
dfd5cc55
...
...
@@ -188,7 +188,7 @@
<i
class=
"el-icon-upload"
></i>
<div
class=
"el-upload__text"
>
将文件拖到此处,或
<em>
点击上传
</em></div>
<div
class=
"el-upload__tip"
slot=
"tip"
>
支持 doc、docx、pdf、xls、xlsx、ppt、pptx、txt、jpg、jpeg、png、gif 格式文件
,单个文件不超过50MB
<br/>
支持 doc、docx、pdf、xls、xlsx、ppt、pptx、txt、jpg、jpeg、png、gif 格式文件
<br/>
<span
style=
"color: #409EFF;"
>
上传新文件将自动替换已有文件
</span>
</div>
</el-upload>
...
...
@@ -617,11 +617,11 @@ export default {
}
// 校验文件大小
const
isLt50M
=
file
.
size
/
1024
/
1024
<
50
if
(
!
isLt50M
)
{
this
.
$modal
.
msgError
(
'上传文件大小不能超过 50MB!'
)
return
false
}
// const isLt50M = file.size / 1024 / 1024
<
50
// if (!isLt50M) {
// this.$modal.msgError('上传文件大小不能超过 50MB!')
// return false
// }
return
true
},
...
...
src/views/ysqqXmxx/ysgc/index2.vue
View file @
dfd5cc55
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment