king
2024-05-20 8f9f9322f32e0553cb58068b39ae57e3d997ec65
src/templates/zshare/formconfig.jsx
@@ -1794,6 +1794,19 @@
    },
    {
      type: 'radio',
      key: 'notZero',
      label: "不可为0",
      initVal: card.notZero || 'false',
      options: [{
        value: 'true',
        text: '是'
      }, {
        value: 'false',
        text: '否'
      }]
    },
    {
      type: 'radio',
      key: 'database',
      label: '数据库',
      initVal: card.database || 'local',