Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
memberTag-web
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
memberTag
memberTag-web
Commits
9e5d0f1a
Commit
9e5d0f1a
authored
Apr 18, 2022
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 文案
parent
a070293d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
9 deletions
+8
-9
manual-tag-value-edit.vue
src/view/manualTag/manual-tag-value-edit.vue
+1
-1
manualTagEdit.vue
src/view/manualTag/manualTagEdit.vue
+7
-2
tag-container-system.vue
src/view/platformTag/tag-container-system.vue
+0
-6
No files found.
src/view/manualTag/manual-tag-value-edit.vue
View file @
9e5d0f1a
...
...
@@ -5,7 +5,7 @@
<div
class=
"manualTagEdit-wrap__title"
>
<span>
<dm-sub-title
:text=
"tagInfo.tagName"
/>
<p
class=
"tip"
>
导购标签排序应用于好办小程序,好办端展示按照排序从上到下展示
</p>
<p
class=
"tip"
v-if=
"$route.query.type == 'manual'"
>
导购标签排序应用于好办小程序,好办端展示按照排序从上到下展示
</p>
</span>
<div
class=
"operation-btn"
>
<el-button
v-if=
"$route.query.type == 'manual'"
type=
"primary"
class=
"ghost-btn"
@
click=
"importMember"
>
...
...
src/view/manualTag/manualTagEdit.vue
View file @
9e5d0f1a
...
...
@@ -18,7 +18,13 @@
</el-form-item>
</el-form-item>
<el-form-item
label=
"排序:"
prop=
"tagSort"
v-if=
"currentType == 'manual'"
>
<template
#
label
>
排序
<i
class=
"iconfont icon-QuestionCircleOutlined icon"
/>
:
</
template
>
<template
#
label
>
排序
<el-tooltip
placement=
"top"
content=
"控制好办上标签展示顺序,按照数字降序排序"
trigger=
"hover"
>
<i
class=
"iconfont icon-QuestionCircleOutlined icon"
/>
</el-tooltip>
:
</
template
>
<el-input
v-model=
"ruleForm.tagSort"
placeholder=
"请输入1-100000之间的整数"
class=
"w-full"
@
input=
"validateInputSort"
@
blur=
"blurSort"
/>
</el-form-item>
<el-form-item
label=
"标签类型:"
prop=
"tagType"
v-if=
"currentType == 'manual'"
>
...
...
@@ -356,7 +362,6 @@ export default {
.icon
{
font-size
:
14px
;
color
:
#606266
;
margin-left
:
1px
;
position
:
relative
;
top
:
1px
;
}
...
...
src/view/platformTag/tag-container-system.vue
View file @
9e5d0f1a
...
...
@@ -136,12 +136,6 @@ export default {
}
}
.base
{
height
:
22px
;
border-radius
:
2px
;
padding
:
0
8px
;
display
:
inline-block
;
text-align
:
center
;
line-height
:
22px
;
font-size
:
14px
;
}
</
style
>
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