king
2022-03-03 2b45840e53d250f517874bea495bffaeda172807
src/menu/components/table/edit-table/options.jsx
@@ -146,6 +146,18 @@
      ]
    },
    {
      type: 'radio',
      field: 'cache',
      label: '缓存',
      initval: wrap.cache || 'true',
      tooltip: '对于使用数据源的下拉菜单,下拉选项是否缓存到本地。',
      required: false,
      options: [
        {value: 'true', label: '使用'},
        {value: 'false', label: '不使用'},
      ]
    },
    {
      type: 'color',
      field: 'borderColor',
      label: '边框颜色',