fix: always show coin seller parent unbind action

This commit is contained in:
zhx 2026-07-17 18:57:06 +08:00
parent 6011fca268
commit 03cf7a5b9f

View File

@ -241,8 +241,8 @@
<el-button type="text" @click="runningWaterVisible = true"
>{{ $t('pages.userFreight.action.runningWater') }}</el-button
>
<!-- 解绑入口始终展示弹窗根据真实绑定关系决定是否允许提交 -->
<el-button
v-if="!scope.row.dealer && !scope.row.superDealer"
type="text"
@click="showParentUnbind(scope.row)"
>{{ $t('pages.userFreight.action.unbindParent') }}</el-button