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
2816e2ef
Commit
2816e2ef
authored
Sep 20, 2022
by
Jings
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add: 导购设置页面修改
parent
eda23a93
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
6 deletions
+15
-6
index.js
src/router/index.js
+12
-3
memberGroupList.vue
src/views/apps/customerApp/memberGroupList.vue
+3
-3
guide-setting-copy.vue
src/views/enterprise/guide-setting-copy.vue
+0
-0
No files found.
src/router/index.js
View file @
2816e2ef
...
...
@@ -3,8 +3,8 @@
* @version: 1.0.0
* @Author: 无尘
* @Date: 2018-10-10 14:44:45
* @LastEditors:
无尘
* @LastEditTime: 202
0-12-14 16:54:50
* @LastEditors:
Drama
* @LastEditTime: 202
2-09-20 15:03:02
*/
import
Vue
from
'vue'
;
import
Router
from
'vue-router'
;
...
...
@@ -119,7 +119,8 @@ export const constantRouterMap = [
{
path
:
'/guide-setting'
,
name
:
'导购设置'
,
component
:
_import
(
'enterprise'
,
'guide-setting'
)
// component: _import('enterprise', 'guide-setting')
component
:
_import
(
'enterprise'
,
'guide-setting-copy'
)
},
{
path
:
'/setting'
,
...
...
@@ -168,6 +169,12 @@ export const constantRouterMap = [
name
:
'话务任务详情'
,
component
:
_import
(
'salesleads/trafficTask'
,
'taskViewDetail'
)
},
// TODO: 导购视图
// {
// path: '/shopGuidView',
// name: '导购视图',
// component: _import('salesleads/trafficTask', 'shopGuidView')
// },
{
path
:
'/trafficTaskSet'
,
name
:
'话务任务设置'
,
...
...
@@ -433,6 +440,8 @@ export const constantRouterMap = [
path
:
'/goodsShowSet'
,
name
:
'商品展示设置'
,
component
:
_import
(
'apps/shoppingCenter'
,
'goodsShowSet'
)
// component: _import('apps/shoppingCenter', 'goodsShowSetCopy')
},
// 订单评价
{
...
...
src/views/apps/customerApp/memberGroupList.vue
View file @
2816e2ef
...
...
@@ -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-09-19 10:09:46
-->
<!--
...
...
@@ -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>
...
...
src/views/enterprise/guide-setting-copy.vue
View file @
2816e2ef
This diff is collapsed.
Click to expand it.
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