| | |
| | | initVal: card.format || '', |
| | | options: [{ |
| | | value: '', |
| | | text: Formdict['header.form.empty'] |
| | | text: Formdict['model.empty'] |
| | | }, { |
| | | value: 'thdSeparator', |
| | | text: Formdict['header.form.thdSeparator'] |
| | |
| | | initVal: card.regular || '', |
| | | options: [{ |
| | | value: '', |
| | | text: Formdict['header.form.empty'] |
| | | text: Formdict['model.empty'] |
| | | }, { |
| | | value: 'number', |
| | | text: Formdict['model.form.number'] |
| | |
| | | required: false, |
| | | options: [{ |
| | | value: '', |
| | | text: Formdict['header.form.empty'] |
| | | text: Formdict['model.empty'] |
| | | }, { |
| | | value: 'table', |
| | | text: 'table' |