This commit is contained in:
qsh
2024-05-27 15:58:17 +08:00
parent 34b4f84293
commit 1f9be6227c
14 changed files with 173 additions and 43 deletions

View File

@@ -49,7 +49,13 @@
</el-card>
</el-form-item>
<el-form-item label-width="0">
<el-button :disabled="formLoading" type="primary" @click="submitForm">保存权限</el-button>
<el-button
:disabled="formLoading"
type="primary"
@click="submitForm"
v-hasPermi="['basic:role:update-data']"
>保存权限</el-button
>
</el-form-item>
</el-form>
</template>