Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
marketing-web
marketing
Commits
ac51f44b
Commit
ac51f44b
authored
Jan 22, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 调整提示文案
parent
2bff20bf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
upload.js
src/directives/upload.js
+1
-1
importSendForm.vue
src/views/message/importSendForm.vue
+1
-1
No files found.
src/directives/upload.js
View file @
ac51f44b
...
...
@@ -46,7 +46,7 @@ export default {
else
return
;
const
size
=
binding
.
value
.
limit
&&
binding
.
value
.
limit
.
maxSize
?
binding
.
value
.
limit
.
maxSize
:
2
;
// 默认最大2M限制
if
(
el
.
files
[
0
].
size
>
size
*
1024
*
1024
)
{
binding
.
value
.
$tips
({
type
:
'warning'
,
message
:
`上传
图片
不能大于
${
size
}
M`
});
binding
.
value
.
$tips
({
type
:
'warning'
,
message
:
`上传
${
binding
.
value
.
acceptType
.
indexOf
(
'image'
)
>=
0
?
'图片'
:
'文件'
}
不能大于
${
size
}
M`
});
binding
.
value
.
loading
=
false
;
return
;
}
...
...
src/views/message/importSendForm.vue
View file @
ac51f44b
...
...
@@ -21,7 +21,7 @@
<!--
<el-button
icon=
"el-icon-upload2"
class=
"dash-btn"
>
点击上传
</el-button>
-->
<el-button
type=
"text"
class=
"ml10"
@
click=
"download"
>
点击下载文件模板
</el-button>
</div>
<p
style=
"margin-top:8px;color:#909399;font-size:12px;line-height:1;"
>
手机号数量单次最多不超过5000条
</p>
<p
style=
"margin-top:8px;color:#909399;font-size:12px;line-height:1;"
>
手机号数量单次最多不超过5000条
,上传文件不能大于2M
</p>
</el-form-item>
</el-form>
<p
class=
"title mb15 mt40"
>
短信模板设置
</p>
...
...
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