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
dae6f713
Commit
dae6f713
authored
Mar 11, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 弹窗推广菜单调整
parent
9e555e0b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
19 deletions
+2
-19
form.vue
src/views/popup/form.vue
+2
-14
list.vue
src/views/popup/list.vue
+0
-5
No files found.
src/views/popup/form.vue
View file @
dae6f713
...
...
@@ -145,9 +145,9 @@
</div>
</el-form>
</div>
<d
iv
class=
"bottomBtn"
>
<d
m-form-bottom
>
<el-button
@
click=
"$router.go(-1)"
>
取消
</el-button>
<el-button
type=
"primary"
@
click=
"submit"
>
{{ group.id ? '保存' : '确认新建' }}
</el-button>
</d
iv
>
</d
m-form-bottom
>
</section>
</template>
<
script
>
...
...
@@ -989,18 +989,6 @@ export default {
.select-page
{
width
:
45%
;
}
.bottomBtn
{
position
:
fixed
;
bottom
:
0
;
right
:
0
;
display
:
flex
;
z-index
:
99
;
justify-content
:
center
;
align-items
:
center
;
height
:
60px
;
width
:
100%
;
background
:
#ffffff
;
}
.delete_btn
{
background
:
#f0f5ff
;
color
:
#909399
;
...
...
src/views/popup/list.vue
View file @
dae6f713
...
...
@@ -152,11 +152,6 @@ export default {
}
},
created
()
{
this
.
$store
.
commit
(
'mutations_breadcrumb'
,
[
{
name
:
'营销管理'
,
path
:
''
},
{
name
:
'弹窗推广'
,
path
:
''
},
{
name
:
'计划列表'
,
path
:
''
}
]);
this
.
getTableList
();
},
methods
:
{
...
...
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