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
3db45e7b
Commit
3db45e7b
authored
Apr 23, 2021
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 逾期控制
parent
4c18e5da
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lib-qywx.vue
src/views/ecm/marketing-event/components/lib-qywx.vue
+3
-3
No files found.
src/views/ecm/marketing-event/components/lib-qywx.vue
View file @
3db45e7b
...
...
@@ -43,7 +43,7 @@
<div
class=
"tip"
>
可点击表格处
<img
style=
"width:12px;height:12px;"
src=
"../assets/img/sort2.svg"
/>
按钮进行拖拽排序。
</div>
</el-form-item>
<el-form-item
label=
"任务逾期判定"
prop=
"expireDays"
>
<el-input-number
v-model=
"form.expireDays"
:min=
"
1
"
controls-position=
"right"
:disabled=
"readOnly"
></el-input-number>
<el-input-number
v-model=
"form.expireDays"
:min=
"
0
"
controls-position=
"right"
:disabled=
"readOnly"
></el-input-number>
<span>
天之后
</span>
</el-form-item>
</el-form>
...
...
@@ -185,7 +185,7 @@ export default {
remark
:
''
,
clerkRule
:
'1,2,3'
,
title
:
''
,
expireDays
:
1
,
expireDays
:
0
,
telFlag
:
0
,
chatFlag
:
0
,
smsFlag
:
0
,
...
...
@@ -222,7 +222,7 @@ export default {
remark
:
''
,
clerkRule
:
'1,2,3'
,
title
:
''
,
expireDays
:
1
,
expireDays
:
0
,
telFlag
:
0
,
chatFlag
:
0
,
smsFlag
:
0
,
...
...
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