king
2021-08-17 76766991b5e2fd5c7e85fdb1c8323f4dbacb4eb3
src/menu/components/card/data-card/options.jsx
@@ -1,7 +1,7 @@
/**
 * @description Wrap表单配置信息
 */
export default function (wrap, subtype) {
export default function (wrap, subtype, columns) {
  let appType = sessionStorage.getItem('appType')
  let MenuType = ''
@@ -144,6 +144,16 @@
      forbid: subtype !== 'propcard' || MenuType !== 'billPrint'
    },
    {
      type: 'select',
      field: 'broadcast',
      label: '语音播报',
      initval: wrap.broadcast || '',
      tooltip: '语音播报在移动端app中有效。注:使用语音播报时,数据源不要使用同步查询,添加定时器时,可循环播报',
      required: false,
      options: columns,
      forbid: !columns || appType !== 'mob'
    },
    {
      type: 'multiselect',
      field: 'blacklist',
      label: '黑名单',