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
858cd8f8
Commit
858cd8f8
authored
Apr 13, 2022
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 标签ui
parent
7b70730e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
index.html
index.html
+1
-1
manual-tag-value-edit.vue
src/view/manualTag/manual-tag-value-edit.vue
+2
-1
manualTagEdit.css
src/view/manualTag/manualTagEdit.css
+1
-1
memberGroupList.vue
src/view/memberGroup/memberGroupList.vue
+3
-3
member-tag.vue
src/view/platformTag/member-tag.vue
+0
-1
No files found.
index.html
View file @
858cd8f8
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
>
<link
rel=
"shortcut icon"
href=
"./static/img/favicon.ico"
/>
<title>
GIC-会员标签
</title>
<title>
金华达摩
</title>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_688955_99jmfacmlpp.css"
>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_3276801_mkhlaisq2aq.css"
>
<script
src=
"//at.alicdn.com/t/font_3276801_w3vkjjmzzz.js"
></script>
...
...
src/view/manualTag/manual-tag-value-edit.vue
View file @
858cd8f8
...
...
@@ -529,7 +529,8 @@ export default {
});
},
exportMember
()
{
if
(
!
this
.
tagValTableData
.
length
)
return
this
.
$message
.
error
(
'没有要导出的数据'
);
const
isExiteRecordPerson
=
this
.
tagValTableData
.
some
(
el
=>
+
el
.
memberCount
>
0
);
if
(
!
this
.
tagValTableData
.
length
||
!
isExiteRecordPerson
)
return
this
.
$message
.
error
(
'没有要导出的数据'
);
this
.
tableFiledVisible
=
true
;
},
onSubmiTableFiled
(
data
)
{
...
...
src/view/manualTag/manualTagEdit.css
View file @
858cd8f8
...
...
@@ -7,7 +7,7 @@
color
:
#909399
;
}
.manualTagEdit-wrap
.el-form-item__label
{
color
:
#
606266
;
color
:
#
303133
;
}
.manualTagEdit-wrap
.el-textarea__inner
{
height
:
96px
;
...
...
src/view/memberGroup/memberGroupList.vue
View file @
858cd8f8
...
...
@@ -396,7 +396,7 @@
{{
(
scope
.
row
.
memberCount
||
0
)
|
formatNum
}}
人
</
template
>
</el-table-column>
<el-table-column
prop=
"appStatus"
label=
"好办展示"
min-width=
"100"
:limit-code=
'$buttonCode.memberTagOpenHaoBan'
v-if=
'$getButtonLimit($buttonCode.memberTagOpenHaoBan)'
>
<
!-- <
el-table-column prop="appStatus" label="好办展示" min-width="100" :limit-code='$buttonCode.memberTagOpenHaoBan' v-if='$getButtonLimit($buttonCode.memberTagOpenHaoBan)'>
<template slot="header">
好办展示
<el-tooltip effect="dark" content="开启后,默认次日更新至好办管理后台,如需立即更新,请至好办管理后台操作“同步”" placement="top">
...
...
@@ -406,8 +406,8 @@
<template slot-scope="scope">
<el-switch :active-value="1" :inactive-value="0" v-model="scope.row.appStatus" active-color="#2F54EB" @change="switchAppStatus(scope.row.appStatus, scope.row)"> </el-switch>
</template>
</el-table-column>
<el-table-column
label=
"分组描述"
min-width=
"2
0
0"
>
</el-table-column>
-->
<el-table-column
label=
"分组描述"
min-width=
"2
5
0"
>
<
template
slot-scope=
"{ row }"
>
{{
row
.
groupName
|
aliasTips
}}
</
template
>
...
...
src/view/platformTag/member-tag.vue
View file @
858cd8f8
...
...
@@ -814,7 +814,6 @@ export default {
this
.
params
.
type
=
1
;
this
.
params
.
id
=
hangObj
.
id
;
this
.
tagName
=
hangObj
.
name
;
this
.
$store
.
commit
(
'modiftTagName'
,
this
.
tagName
);
this
.
handTag
=
1
;
this
.
loadMemberTagList
(
this
.
params
);
...
...
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