king
2024-08-15 cb59703536b8fe29117ea1de415361395f4820e6
src/menu/components/carousel/data-card/options.jsx
@@ -54,9 +54,9 @@
        {value: 'dynamic', label: '动态'},
        {value: 'static', label: '静态'},
      ],
      controlFields: [
      controlFields: subtype === 'propcard' ? [
        {field: 'empty', values: ['dynamic']},
      ],
      ] : null,
      forbid: subtype !== 'propcard'
    },
    {
@@ -197,7 +197,6 @@
      initval: wrap.empty || 'show',
      tooltip: '当查询数据为空时,隐藏该组件。',
      required: false,
      skip: true,
      options: [
        {value: 'show', label: '否'},
        {value: 'hidden', label: '是'},