Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
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-3
Commits
3ebb0f33
Commit
3ebb0f33
authored
Oct 13, 2022
by
Jings
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改bug
parent
c2847335
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
6 deletions
+14
-6
memberGroupList.vue
src/views/apps/customerApp/memberGroupList.vue
+14
-6
No files found.
src/views/apps/customerApp/memberGroupList.vue
View file @
3ebb0f33
...
...
@@ -3,8 +3,8 @@
* @version: 1.0.0
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @LastEditors:
无尘
* @LastEditTime: 202
0-08-26 10:01:07
* @LastEditors:
Drama
* @LastEditTime: 202
2-10-13 16:08:46
-->
<!--
...
...
@@ -15,7 +15,7 @@
<div
class=
"app-detail-pane border-box p-lbr-20"
>
<div
class=
"condition-wrap flex flex-space-between"
>
<div>
<el-input
placeholder=
"请输入分组名称"
maxlength=
"50"
v-model=
"conditionObj.searchInput"
class=
"w-264"
style=
"width: 217px
;
"
prefix-icon=
"el-icon-search"
@
keyup
.
native=
"value => toInput(value, conditionObj.searchInput)"
clearable
@
clear=
"clearInput"
></el-input
<el-input
placeholder=
"请输入分组名称"
maxlength=
"50"
v-model=
"conditionObj.searchInput"
class=
"w-264"
style=
"width: 217px"
prefix-icon=
"el-icon-search"
@
keyup
.
native=
"value => toInput(value, conditionObj.searchInput)"
clearable
@
clear=
"clearInput"
></el-input
><el-select
class=
"w-168 m-l-10"
v-model=
"conditionObj.classifyName"
placeholder=
"全部分类"
@
change=
"changeCondition"
>
<el-option
label=
"全部分类"
value=
""
></el-option>
<el-option
v-for=
"item in classifyList"
:key=
"item"
:label=
"item"
:value=
"item"
>
</el-option>
</el-select
...
...
@@ -27,7 +27,7 @@
</div>
<div>
<el-checkbox
v-if=
"$getButtonLimit($buttonCode.groupExpire)"
:limit-code=
"$buttonCode.groupExpire"
v-model=
"overTimeSeeFlag"
@
change=
"saveGroupSet"
:disabled=
"$store.state.wxEnterpriseType"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"
开启后,GIC中设置的好办端会员分组失效后,即使在GIC开启好办展示,好办移动端也不再展示该条分组"
placement=
"top-start"
>
<span
style=
"cursor: pointer;padding-bottom: 2px; border-bottom: 1px dashed #2F54EB;margin-left:-4px;
"
class=
"font-14 color-606266 m-r-20"
>
会员分组失效后不展示
</span></el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"
勾选后,失效的分组不在好办小程序端展示"
placement=
"top-start"
>
<span
style=
"cursor: pointer; padding-bottom: 2px; border-bottom: 1px dashed #2f54eb; margin-left: -4px
"
class=
"font-14 color-606266 m-r-20"
>
会员分组失效后不展示
</span></el-tooltip>
</el-checkbox>
<el-button
v-if=
"$getButtonLimit($buttonCode.syncGroup)"
:limit-code=
"$buttonCode.syncGroup"
type=
"primary"
:loading=
"loadingBtn"
@
click=
"toSync"
:disabled=
"$store.state.wxEnterpriseType"
>
立即同步
</el-button>
<span
v-if=
"syncDate"
class=
"font-14 color-606266 p-r-10"
>
最近一次同步时间:
{{
syncDate
|
formatTimeStamp
}}
</span>
...
...
@@ -58,8 +58,16 @@
</el-table-column> -->
<el-table-column
prop=
""
label=
"到期时间"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
<div
class=
"line-18"
>
{{
scope
.
row
.
effectiveDate
|
timeStampToYmd
}}
</div>
<div
class=
"line-18"
>
{{
scope
.
row
.
effectiveDate
|
timeStampToHms
}}
</div>
<!--
<div
class=
"line-18"
>
{{
scope
.
row
.
effectiveDate
|
timeStampToYmd
}}
</div>
<div
class=
"line-18"
>
{{
scope
.
row
.
effectiveDate
|
timeStampToHms
}}
</div>
-->
<div
v-if=
"scope.row.isRealTime == 1"
>
<div
class=
"line-18"
>
--
</div>
<div
class=
"line-18"
>
--
</div>
</div>
<div
v-else
>
<div
class=
"line-18"
>
{{
scope
.
row
.
effectiveDate
|
timeStampToYmd
}}
</div>
<div
class=
"line-18"
>
{{
scope
.
row
.
effectiveDate
|
timeStampToHms
}}
</div>
</div>
</
template
>
</el-table-column>
</el-table>
...
...
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