Commit 2816e2ef by Jings

add: 导购设置页面修改

parent eda23a93
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
* @version: 1.0.0 * @version: 1.0.0
* @Author: 无尘 * @Author: 无尘
* @Date: 2018-10-10 14:44:45 * @Date: 2018-10-10 14:44:45
* @LastEditors: 无尘 * @LastEditors: Drama
* @LastEditTime: 2020-12-14 16:54:50 * @LastEditTime: 2022-09-20 15:03:02
*/ */
import Vue from 'vue'; import Vue from 'vue';
import Router from 'vue-router'; import Router from 'vue-router';
...@@ -119,7 +119,8 @@ export const constantRouterMap = [ ...@@ -119,7 +119,8 @@ export const constantRouterMap = [
{ {
path: '/guide-setting', path: '/guide-setting',
name: '导购设置', name: '导购设置',
component: _import('enterprise', 'guide-setting') // component: _import('enterprise', 'guide-setting')
component: _import('enterprise', 'guide-setting-copy')
}, },
{ {
path: '/setting', path: '/setting',
...@@ -168,6 +169,12 @@ export const constantRouterMap = [ ...@@ -168,6 +169,12 @@ export const constantRouterMap = [
name: '话务任务详情', name: '话务任务详情',
component: _import('salesleads/trafficTask', 'taskViewDetail') component: _import('salesleads/trafficTask', 'taskViewDetail')
}, },
// TODO: 导购视图
// {
// path: '/shopGuidView',
// name: '导购视图',
// component: _import('salesleads/trafficTask', 'shopGuidView')
// },
{ {
path: '/trafficTaskSet', path: '/trafficTaskSet',
name: '话务任务设置', name: '话务任务设置',
...@@ -433,6 +440,8 @@ export const constantRouterMap = [ ...@@ -433,6 +440,8 @@ export const constantRouterMap = [
path: '/goodsShowSet', path: '/goodsShowSet',
name: '商品展示设置', name: '商品展示设置',
component: _import('apps/shoppingCenter', 'goodsShowSet') component: _import('apps/shoppingCenter', 'goodsShowSet')
// component: _import('apps/shoppingCenter', 'goodsShowSetCopy')
}, },
// 订单评价 // 订单评价
{ {
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
* @version: 1.0.0 * @version: 1.0.0
* @Author: 无尘 * @Author: 无尘
* @Date: 2019-03-20 14:36:37 * @Date: 2019-03-20 14:36:37
* @LastEditors: 无尘 * @LastEditors: Drama
* @LastEditTime: 2020-08-26 10:01:07 * @LastEditTime: 2022-09-19 10:09:46
--> -->
<!-- <!--
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
</div> </div>
<div> <div>
<el-checkbox v-if="$getButtonLimit($buttonCode.groupExpire)" :limit-code="$buttonCode.groupExpire" v-model="overTimeSeeFlag" @change="saveGroupSet" :disabled="$store.state.wxEnterpriseType"> <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-checkbox>
<el-button v-if="$getButtonLimit($buttonCode.syncGroup)" :limit-code="$buttonCode.syncGroup" type="primary" :loading="loadingBtn" @click="toSync" :disabled="$store.state.wxEnterpriseType">立即同步</el-button> <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> <span v-if="syncDate" class="font-14 color-606266 p-r-10">最近一次同步时间:{{ syncDate | formatTimeStamp }}</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment