src/menu/components/module/voucher/options.jsx
@@ -29,14 +29,16 @@ // required: false // }, { type: 'radio', type: 'select', field: 'type', label: '类型', initval: wrap.type || 'edit', initval: wrap.type || 'createVoucher', required: true, options: [ {value: 'edit', label: '编辑'}, {value: 'check', label: '查看'}, {value: 'createVoucher', label: '新增凭证'}, {value: 'checkVoucher', label: '查看凭证'}, {value: 'createTemp', label: '新增模板'}, {value: 'checkTemp', label: '编辑模板'}, ] }, {