fix: 解决冲突
This commit is contained in:
parent
ba3661ae49
commit
d0c7f9dc9c
|
@ -74,14 +74,11 @@
|
||||||
>
|
>
|
||||||
<template #description>
|
<template #description>
|
||||||
暂无数据,请先
|
暂无数据,请先
|
||||||
<!-- <j-button type="link" @click="handleAdd">
|
|
||||||
添加{{ providerType[props.channel] }} 接入网关
|
|
||||||
</j-button> -->
|
|
||||||
<PermissionButton
|
<PermissionButton
|
||||||
type="link"
|
type="link"
|
||||||
style="padding: 0"
|
style="padding: 0"
|
||||||
hasPermission="link/AccessConfig:add"
|
hasPermission="link/AccessConfig:add"
|
||||||
@click="onJump"
|
@click="handleAdd"
|
||||||
>
|
>
|
||||||
添加{{ providerType[props.channel] }}接入网关
|
添加{{ providerType[props.channel] }}接入网关
|
||||||
</PermissionButton>
|
</PermissionButton>
|
||||||
|
@ -319,13 +316,6 @@ const handleAdd = () => {
|
||||||
handleClick(value);
|
handleClick(value);
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
const onJump = () => {
|
|
||||||
menuStory.jumpPage(
|
|
||||||
`link/AccessConfig/Detail`,
|
|
||||||
{ id: ':id' },
|
|
||||||
{ view: false },
|
|
||||||
);
|
|
||||||
};
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
|
|
Loading…
Reference in New Issue