MrShi
2024-11-19 0c6aa6e556a8771897b9251a296a7a0c15c57c46
company/src/components/system/user/allocationEnterprises.vue
@@ -2,8 +2,8 @@
    <GlobalWindow
        :visible.sync="visible"
        :confirm-working="isWorking"
        width="582px"
        title="配置用户角色"
        width="800px"
        title="分配企业"
        @confirm="confirm"
    >
        <p class="tip" v-if="user != null">为用户 <em>{{user.realname}}</em> 分配企业</p>
@@ -91,9 +91,14 @@
        }
    }
</script>
<style>
    .el-transfer-panel {
        width: 300px !important;
    }
</style>
<style scoped lang="scss">
    @import "@/assets/style/variables.scss";
    // 角色配置
    .global-window {
        .tip {