This commit is contained in:
孟帅
2023-05-10 23:54:50 +08:00
parent bbe655a4d8
commit 49a96750bf
314 changed files with 15138 additions and 6244 deletions

View File

@@ -221,6 +221,7 @@
<n-gi>
<n-form-item label="分配权限" path="permissions">
<n-input
:type="formParams.permissions.length > 30 ? 'textarea' : ''"
placeholder="请输入分配权限,多个权限用,分割"
v-model:value="formParams.permissions"
/>