提交 239dec95 authored 作者: matian's avatar matian

updates

上级 c58bfa51
...@@ -20,7 +20,7 @@ onMounted(() => { ...@@ -20,7 +20,7 @@ onMounted(() => {
type="primary" type="primary"
v-if="infoList.other_system_customer?.xiaoe !== null" v-if="infoList.other_system_customer?.xiaoe !== null"
@click=" @click="
router.push({ path: '/user/chenfeng/detail', query: { id: infoList.other_system_customer?.xiaoe || '' } }) router.push({ path: '/user/xiaoetong/detail', query: { id: infoList.other_system_customer?.xiaoe || '' } })
" "
>小鹅通渠道</el-button >小鹅通渠道</el-button
> >
......
...@@ -27,7 +27,7 @@ getwechatUserDetail(params).then(res => { ...@@ -27,7 +27,7 @@ getwechatUserDetail(params).then(res => {
> >
<el-button <el-button
type="primary" type="primary"
@click="router.push({ path: '/user/xiaoe/detail', query: { id: other_system_customers.xiaoe } })" @click="router.push({ path: '/user/xiaoetong/detail', query: { id: other_system_customers.xiaoe } })"
v-if="other_system_customers.xiaoe !== null" v-if="other_system_customers.xiaoe !== null"
v-permission="'customer-xiaoe-view'" v-permission="'customer-xiaoe-view'"
>小鹅通渠道</el-button >小鹅通渠道</el-button
......
...@@ -41,7 +41,7 @@ const handleView = () => { ...@@ -41,7 +41,7 @@ const handleView = () => {
<div v-permission="'customer-xiaoe-view'"> <div v-permission="'customer-xiaoe-view'">
<el-button <el-button
type="primary" type="primary"
@click="router.push({ path: '/user/xiaoe/detail', query: { id: zwsInfo?.other_system_customer?.xiaoe } })" @click="router.push({ path: '/user/xiaoetong/detail', query: { id: zwsInfo?.other_system_customer?.xiaoe } })"
v-if="zwsInfo?.other_system_customer?.xiaoe !== null" v-if="zwsInfo?.other_system_customer?.xiaoe !== null"
>小鹅通渠道</el-button >小鹅通渠道</el-button
> >
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论