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
b1834f16
Commit
b1834f16
authored
May 29, 2019
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整样式
parent
197c0ae2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
13 deletions
+7
-13
manualTagEdit.css
src/view/manualTag/manualTagEdit.css
+6
-1
manualTagEdit.vue
src/view/manualTag/manualTagEdit.vue
+1
-12
No files found.
src/view/manualTag/manualTagEdit.css
View file @
b1834f16
...
...
@@ -6,9 +6,14 @@
font-size
:
12px
!important
;
color
:
#909399
;
}
.manualTagEdit-wrap
.
manualTagEdit-wrap__form
.
el-form-item__label
{
.manualTagEdit-wrap
.el-form-item__label
{
color
:
#606266
;
}
.manualTagEdit-wrap
.el-textarea__inner
{
height
:
96px
;
resize
:
none
;
box-sizing
:
border-box
;
}
.tag-value-table
.tag-cell
{
height
:
70px
;
}
...
...
src/view/manualTag/manualTagEdit.vue
View file @
b1834f16
<
template
>
<el-dialog
:visible
.
sync=
"showPop"
:title=
"options.popTitle"
width=
"566px"
@
close=
"closePop"
>
<div
class=
"manualTagEdit-wrap
manualTagEdit-wrap__form
"
>
<div
class=
"manualTagEdit-wrap"
>
<el-form
:model=
"ruleForm"
:rules=
"rules"
ref=
"ruleForm"
label-width=
"78px"
>
<el-form-item
label=
"标签名称"
prop=
"tagName"
class=
"w-329"
>
<el-input
class=
"w-220"
placeholder=
"请输入内容"
v-model=
"ruleForm.tagName"
:maxlength=
"10"
></el-input>
...
...
@@ -46,17 +46,6 @@ import './manualTagEdit.css';
import
showMsg
from
'@/common/js/showmsg'
;
import
{
getRequest
}
from
'@/api/api'
;
/**
* 通过excel导入会员的业务逻辑 2019-5-27
* 新增分组
* 需要先标签基本信息并保存之后,添加标签值按钮才会亮起
* 添加一个标签值之后,才能对这个标签值进行导入会员和删除的操作
* 导入会员和删除操作需要轮询接口查询进度
* 编辑分组
* 标签基本信息不改变,保存按钮就禁用
* 可以添加标签值
* 存在的标签值可以进行导入会员和删除的操作
* 导入会员和删除操作需要轮询接口查询进度
*
* 轮询接口的实现方式
* refreshTag用来保存需要轮询的标签值tagItemIndex索引和tagItemId ID
* 页面打开后,会调用getValueData根据取到的标签值的状态,将需要轮询的标签值存入refreshTag中,然后开始轮询
...
...
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