fix: always show coin seller parent unbind action
This commit is contained in:
parent
6011fca268
commit
03cf7a5b9f
@ -241,8 +241,8 @@
|
|||||||
<el-button type="text" @click="runningWaterVisible = true"
|
<el-button type="text" @click="runningWaterVisible = true"
|
||||||
>{{ $t('pages.userFreight.action.runningWater') }}</el-button
|
>{{ $t('pages.userFreight.action.runningWater') }}</el-button
|
||||||
>
|
>
|
||||||
|
<!-- 解绑入口始终展示,弹窗根据真实绑定关系决定是否允许提交。 -->
|
||||||
<el-button
|
<el-button
|
||||||
v-if="!scope.row.dealer && !scope.row.superDealer"
|
|
||||||
type="text"
|
type="text"
|
||||||
@click="showParentUnbind(scope.row)"
|
@click="showParentUnbind(scope.row)"
|
||||||
>{{ $t('pages.userFreight.action.unbindParent') }}</el-button
|
>{{ $t('pages.userFreight.action.unbindParent') }}</el-button
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user