feat: flow design & page query refactor

This commit is contained in:
meilin.huang
2025-05-20 21:04:47 +08:00
parent 44d379a016
commit f676ec9e7b
269 changed files with 5072 additions and 5075 deletions

View File

@@ -19,7 +19,7 @@
<template #relateChannel="{ data }">
<el-popover placement="top-start" trigger="click" width="auto">
<template #reference>
<el-link @click="getRelateChannels(data.id)" icon="view" type="primary" :underline="false"></el-link>
<el-link @click="getRelateChannels(data.id)" icon="view" type="primary" underline="never"></el-link>
</template>
<el-row v-for="item in state.relateChannels" :key="item.id">
{{ $t(EnumValue.getLabelByValue(ChannelTypeEnum, item.type)) }}