Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
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
office
haoban-4
Commits
98b52d62
Commit
98b52d62
authored
Sep 14, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改标签
parent
eb251184
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
edit-tag-dialog.vue
src/components/app/my-customer/edit-tag-dialog.vue
+4
-4
No files found.
src/components/app/my-customer/edit-tag-dialog.vue
View file @
98b52d62
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-09-01 17:16:25
* @LastEditors: 无尘
* @LastEditTime: 2020-09-
09 09:24:47
* @LastEditTime: 2020-09-
14 11:32:39
-->
<!--
...
...
@@ -34,7 +34,7 @@
</el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"标签值"
prop=
"
tagValueDTOList
"
>
<el-form-item
label=
"标签值"
prop=
""
>
<el-tag
:key=
"index+'tag'"
v-for=
"(item, index) in form.tagValueDTOList"
...
...
@@ -112,9 +112,9 @@ export default {
categoryId
:
[
{
required
:
true
,
message
:
'请选择所属分类'
,
trigger
:
'change'
}
],
tagValueDTOList
:
[
/*
tagValueDTOList: [
{ type: 'array', required: true, message: '请添加标签值', trigger: 'change' }
],
],
*/
},
inputValue
:
''
,
editVisible
:
true
,
...
...
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