perf: 允许用户修改Source

This commit is contained in:
Orange
2021-02-02 17:50:08 +08:00
committed by 老广
parent 8bfd6b8654
commit cfa8fcf352

View File

@@ -50,9 +50,6 @@ export default {
return this.$route.meta.action !== 'update' || formValue.source !== 'local'
}
},
source: {
hidden: () => { return true }
},
password: {
component: UserPassword,
hidden: (formValue) => {