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
46aaf70b
Commit
46aaf70b
authored
Apr 13, 2022
by
曾经
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分类 提示文案
parent
d58c6e6e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
holiday-category-dialog.vue
src/views/activity/component/holiday-category-dialog.vue
+1
-1
No files found.
src/views/activity/component/holiday-category-dialog.vue
View file @
46aaf70b
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<li
class=
"list-group-item"
v-for=
"(item, idx) in list"
:key=
"idx"
>
<li
class=
"list-group-item"
v-for=
"(item, idx) in list"
:key=
"idx"
>
<el-form-item
:prop=
"idx + '.categoryName'"
:rules=
"rules.categoryName"
>
<el-form-item
:prop=
"idx + '.categoryName'"
:rules=
"rules.categoryName"
>
<!--
<p
class=
"show-name"
v-show=
"!item.isEdit"
>
{{
list
[
idx
].
categoryName
}}
</p>
-->
<!--
<p
class=
"show-name"
v-show=
"!item.isEdit"
>
{{
list
[
idx
].
categoryName
}}
</p>
-->
<el-input
v-model=
"list[idx].categoryName"
style=
"width: 466px"
maxlength=
"8"
placeholder=
"请输入分类名称"
>
</el-input>
<el-input
v-model=
"list[idx].categoryName"
style=
"width: 466px"
maxlength=
"8"
placeholder=
"请输入分类名称
,不超过8个字
"
>
</el-input>
</el-form-item>
</el-form-item>
<div
class=
"btn-wrap"
v-if=
"list.length > 1"
>
<div
class=
"btn-wrap"
v-if=
"list.length > 1"
>
<span
class=
"icon-span"
@
click=
"onDeleteItem(idx)"
><i
class=
"iconfont-components3 icon-cp-DeleteOutlined"
/></span>
<span
class=
"icon-span"
@
click=
"onDeleteItem(idx)"
><i
class=
"iconfont-components3 icon-cp-DeleteOutlined"
/></span>
...
...
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