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
5c372776
Commit
5c372776
authored
May 26, 2021
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 隐藏复制新建
parent
826b92f5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
form.vue
src/views/ecm/form.vue
+1
-1
list.vue
src/views/ecm/list.vue
+1
-1
No files found.
src/views/ecm/form.vue
View file @
5c372776
...
...
@@ -419,7 +419,7 @@
</el-tooltip>
</label>
</div>
<el-input-number
:disabled=
"!isAdd"
controls-position=
"right"
class=
"w150"
:min=
"
3
"
:max=
"31"
v-model=
"analyseConfig.marke_days"
></el-input-number>
<el-input-number
:disabled=
"!isAdd"
controls-position=
"right"
class=
"w150"
:min=
"
1
"
:max=
"31"
v-model=
"analyseConfig.marke_days"
></el-input-number>
<span
class=
"ml10"
>
天之内
</span>
</div>
<div
style=
"margin-top:6px;color:#A5A7AD;font-size:12px;margin-left:164px"
>
最长 31 天,最短 1 天 (以自然日计算)
</div>
...
...
src/views/ecm/list.vue
View file @
5c372776
...
...
@@ -54,7 +54,7 @@
<el-dropdown-item
:command=
"1"
>
记录
</el-dropdown-item>
<el-dropdown-item
v-if=
"scope.row.effectType !== 2 && scope.row.onlineStatus === 1 && scope.row.canEdit !== false"
@
confirm=
"offlineEcmPlan(scope.row)"
:command=
"2"
>
下线
</el-dropdown-item>
<el-dropdown-item
v-if=
"xsxsFlag && isOpenFlag(scope.row.analyseJson)"
:command=
"3"
>
触达效果
</el-dropdown-item>
<
el-dropdown-item
:command=
"4"
>
复制新建
</el-dropdown-item
>
<
!-- <el-dropdown-item :command="4">复制新建</el-dropdown-item> --
>
</el-dropdown-menu>
</el-dropdown>
</template>
...
...
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