This commit is contained in:
yanran200730
2022-12-26 10:22:27 +08:00
parent e270cb25ee
commit 741460d55b

View File

@@ -88,9 +88,8 @@
<ai-dialog
:visible.sync="isShowAuth"
width="890px"
title="权限管理"
@close="isShowAuth = false"
@onConfirm="isShowAuth = false">
customFooter
title="权限管理">
<ai-user-selecter ref="aiUserSelecter" v-if="isShowUser" :disabledList="disabledList" :props="{label: 'name', id: 'wxUserId'}" :instance="instance" v-model="authInfos" @change="onUserChange">
<el-button size="small" type="primary" icon="iconfont iconAdd">添加成员</el-button>
</ai-user-selecter>
@@ -111,6 +110,9 @@
</template>
</el-table-column>
</ai-table>
<div class="dialog-footer" slot="footer">
<el-button @click="isShowAuth = false">关闭</el-button>
</div>
</ai-dialog>
</template>
</ai-list>