feat: showInXX selected by default

This commit is contained in:
chenos 2020-12-23 20:16:51 +08:00
parent 8f5ebb846c
commit 1aaab24688

View File

@ -412,6 +412,7 @@ export default {
showInTable: true, showInTable: true,
showInDetail: true, showInDetail: true,
showInForm: true, showInForm: true,
default: true,
}, },
}, },
{ {
@ -425,6 +426,7 @@ export default {
showInTable: true, showInTable: true,
showInDetail: true, showInDetail: true,
showInForm: true, showInForm: true,
default: true,
}, },
}, },
{ {
@ -438,6 +440,7 @@ export default {
showInTable: true, showInTable: true,
showInDetail: true, showInDetail: true,
showInForm: true, showInForm: true,
default: true,
}, },
}, },
{ {