src/menu/components/card/data-card/options.jsx
@@ -70,6 +70,7 @@ linkFields: ['priKeyType'], controlFields: [ {field: 'goback', values: ['dynamic']}, {field: 'empty', values: ['dynamic']}, {field: 'supModule', values: ['static']}, ], forbid: subtype !== 'propcard' @@ -233,11 +234,11 @@ initval: wrap.empty || 'show', tooltip: '当查询数据为空时,隐藏该组件。', required: false, skip: true, options: [ {value: 'show', label: '否'}, {value: 'hidden', label: '是'}, ], forbid: subtype !== 'datacard' }, { type: 'radio',