@@ -61,6 +61,7 @@ export default {
},
shows: {
type: Object,
+ // defaultProp => 需要特定条件的字段
default: () => ({ showIndex: true, showSelect: true, defaultProp: null})
tableItems: {