mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-08 15:38:25 +00:00
REVIEW 公众号选择的下拉框
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
|
||||
<!-- 搜索工作栏 -->
|
||||
<ContentWrap>
|
||||
<WxAccountSelect @change="(accountId) => accountChanged(accountId)">
|
||||
<!-- TODO @芋艿:调整成 el-form 和 WxAccountSelect -->
|
||||
<WxAccountSelect @change="accountChanged">
|
||||
<template #actions>
|
||||
<el-button type="primary" plain @click="handleAdd" v-hasPermi="['mp:draft:create']">
|
||||
<Icon icon="ep:plus" />新增
|
||||
|
||||
Reference in New Issue
Block a user