Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing-opeartion
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
gic-web
marketing-opeartion
Commits
2f1760c1
Commit
2f1760c1
authored
Mar 16, 2022
by
chenyu
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/3月迭代' of
http://git.gicdev.com/gic-web/marketing-opeartion
into dev
parents
ceb6500c
68d69d73
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CategoryDialog.vue
src/views/activity/component/CategoryDialog.vue
+1
-1
NewActivity.vue
src/views/activity/component/NewActivity.vue
+1
-1
No files found.
src/views/activity/component/CategoryDialog.vue
View file @
2f1760c1
...
...
@@ -17,7 +17,7 @@
</el-form-item>
<div
class=
"btn-wrap"
>
<template
v-if=
"item.isEdit"
>
<el-button
type=
"text"
@
click=
"cancelEdit(idx)"
>
取消
</el-button>
<el-button
type=
"text"
@
click=
"cancelEdit(idx)"
style=
"color:#303133;"
>
取消
</el-button>
<el-button
type=
"text"
@
click=
"saveEdit(idx)"
>
保存
</el-button>
</
template
>
<
template
v-else
>
...
...
src/views/activity/component/NewActivity.vue
View file @
2f1760c1
<
template
>
<el-dialog
custom-class=
"category-dialog"
:visible
.
sync=
" dialogVisible"
:rules=
"rules"
class=
"category-dialog-wrap"
<el-dialog
custom-class=
"category-dialog"
:visible
.
sync=
" dialogVisible"
:rules=
"rules"
class=
"category-dialog-wrap"
width=
"600px"
:close-on-click-modal=
"false"
:close-on-press-escape=
"false"
>
<div
v-loading=
"loading"
>
<el-row
type=
"flex"
justify=
"space-between"
>
...
...
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