提交 2bce3e95 作者: 施汉文

关联账号样式修改

上级 df99bb5f
...@@ -6,7 +6,13 @@ ...@@ -6,7 +6,13 @@
{{ title }} {{ title }}
</div> </div>
<!-- 绑定的 w 账号 --> <!-- 绑定的 w 账号 -->
<bindUserList class="!min-h-auto" /> <template v-if="token && external_userid && showMemberId">
<bindUserList
class="!min-h-auto"
v-show="$route.path !== '/agentStatusManagement'"
/>
</template>
<div class="flex-1 w-full h-full overflow-hidden"> <div class="flex-1 w-full h-full overflow-hidden">
<router-view></router-view> <router-view></router-view>
</div> </div>
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
type="primary" type="primary"
size="small" size="small"
:disabled="okDisabled" :disabled="okDisabled"
@click="this.$emit('ok')" @click="$emit('ok')"
> >
确 定 确 定
</el-button> </el-button>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论