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
f05ed0bd
Commit
f05ed0bd
authored
Apr 12, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: dist
parent
e68dda57
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletions
+2
-1
readme.md
src/components/dm-new-member-group/readme.md
+1
-1
form.vue
src/views/ai/task/form.vue
+0
-0
task.vue
src/views/ai/task/task.vue
+1
-0
No files found.
src/components/dm-new-member-group/readme.md
View file @
f05ed0bd
...
...
@@ -7,7 +7,7 @@
| projectName | 项目名称 | String | 'memberTag' | 否 |
| creatorId |创建人id | String | '' | 是 |
| maxLimit | 最大可选择分组个数 | Number | 5 | 否 |
| showTabs | 展示
那
些tab 1:我的客户分组,2:固化分组,3:金字塔会员分层 | Array |
[
1,2,3
]
| 否 |
| showTabs | 展示
哪
些tab 1:我的客户分组,2:固化分组,3:金字塔会员分层 | Array |
[
1,2,3
]
| 否 |
| onlyRead | 是否只读 | Boolean | false | 否 |
| realTimeType | 实时与非实时分组的可选
[
0:可选非实时分组 1:可选实时分组
]
| Array |
[
] | 否 |
...
...
src/views/ai/task/form.vue
View file @
f05ed0bd
This diff is collapsed.
Click to expand it.
src/views/ai/task/task.vue
View file @
f05ed0bd
...
...
@@ -429,6 +429,7 @@ export default {
type
:
'warning'
}).
then
(()
=>
{
stopActivityPlan
({
planId
:
row
.
planId
}).
then
(
res
=>
{
this
.
$message
.
success
(
'操作成功'
);
this
.
getTableData
();
});
});
...
...
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