src/menu/components/card/double-data-card/options.jsx
@@ -173,6 +173,21 @@ {value: 'show', label: '否'}, {value: 'hidden', label: '是'}, ], controlFields: [ {field: 'empSign', values: ['show']}, ] }, { type: 'radio', field: 'empSign', label: '空值图标', initval: wrap.empSign || 'show', tooltip: '当查询数据为空时,是否显示空值提示图标。', required: false, options: [ {value: 'show', label: '显示'}, {value: 'hidden', label: '隐藏'}, ] }, { type: 'select', @@ -182,6 +197,7 @@ tooltip: '用于控制行数据是否可选择。', required: false, allowClear: true, joint: true, options: columns, controlFields: [ {field: 'controlVal', notNull: true},