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
a477454d
Commit
a477454d
authored
Apr 13, 2021
by
陈羽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 新建计划按钮文案更新
parent
230cbd29
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
index.vue
src/views/pop/index.vue
+4
-0
list.vue
src/views/pop/list.vue
+1
-1
No files found.
src/views/pop/index.vue
View file @
a477454d
...
...
@@ -7,7 +7,11 @@
export
default
{
name
:
'pop'
,
created
()
{
this
.
$store
.
commit
(
'mutations.breadcrumb'
,
[{
name
:
'营销管理'
},
{
name
:
'弹窗推广'
,
path
:
'/pop'
},{
name
:
'弹窗推广'
,
path
:
'/pop/list'
}]);
this
.
$store
.
commit
(
'aside_handler'
,
false
);
this
.
$nextTick
(
_
=>
{
this
.
$store
.
commit
(
'aside_handler'
,
true
);
});
}
};
</
script
>
src/views/pop/list.vue
View file @
a477454d
...
...
@@ -11,7 +11,7 @@
</el-select>
<el-checkbox
v-model=
"listParams.onlySelf"
:true-label=
"1"
:false-label=
"0"
@
change=
"refresh"
>
仅看本人
</el-checkbox>
<div
class=
"fr"
>
<el-button
type=
"primary"
:disabled=
"tableList.length >= 30"
@
click=
"goForm(
{}, 'add')">新建计划 (
{{
tableList
.
length
}}
/30)
</el-button>
<el-button
type=
"primary"
@
click=
"goForm(
{}, 'add')">新建计划
</el-button>
</div>
</div>
<el-table
tooltipEffect=
"light"
style=
"width: 100%"
:class=
"
{ emptyTable: Array.isArray(tableList)
&&
tableList.length > 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