king
2022-09-01 a49f4888e0bc09f4e03b1d5e12be19eb2ae8636b
src/menu/components/table/edit-table/columns/editColumn/formconfig.jsx
@@ -409,7 +409,7 @@
      initVal: card.format || 'none',
      options: [{
        value: 'none',
        text: Formdict['model.empty']
        text: '无'
      }, {
        value: 'thdSeparator',
        text: '千分位'
@@ -429,7 +429,10 @@
      initVal: card.textFormat || 'none',
      options: [{
        value: 'none',
        text: Formdict['model.empty']
        text: '无'
      }, {
        value: 'encryption',
        text: '加密'
      }, {
        value: 'YYYY-MM-DD',
        text: 'YYYY-MM-DD'