Ran lin
This commit is contained in:
parent
245da0ffdc
commit
5d7960746d
@ -56,7 +56,7 @@
|
||||
</p>
|
||||
|
||||
<permissions v-model:perm="user.perm" />
|
||||
<commands v-if="enableExec " v-model:commands="user.commands" />
|
||||
<commands v-if="enableExec" v-model:commands="user.commands" />
|
||||
|
||||
<div v-if="!isDefault">
|
||||
<h3>{{ $t("settings.rules") }}</h3>
|
||||
|
||||
@ -39,7 +39,7 @@ export const useLayoutStore = defineStore("layout", {
|
||||
},
|
||||
showError() {
|
||||
this.show = "error";
|
||||
console.error(' error')
|
||||
console.error(" error");
|
||||
},
|
||||
showSuccess() {
|
||||
this.show = "success";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user