| | |
| | | }] |
| | | }, |
| | | { |
| | | label: '程序临时目录', |
| | | prop: 'progTempDir', |
| | | type: 'input', |
| | | span: 12, |
| | | dataType: 'string', |
| | | }, |
| | | { |
| | | label: '程序下发目录', |
| | | prop: 'progSendDir', |
| | | type: 'input', |
| | | span: 12, |
| | | dataType: 'string', |
| | | }, |
| | | { |
| | | label: '下发目录保存时间', |
| | | prop: 'sendDirExpiryHours', |
| | | placeholder:"(小时)", |
| | | max:24, |
| | | min:1, |
| | | type: 'number', |
| | | span: 12, |
| | | }, |
| | | { |
| | | label: '程序回传目录', |
| | |
| | | span: 12, |
| | | dataType: 'string', |
| | | }, |
| | | { |
| | | label: '程序临时目录', |
| | | prop: 'progTempDir', |
| | | type: 'input', |
| | | { |
| | | label: '回传目录保存时间', |
| | | prop: 'receiveDirExpiryHours', |
| | | max:24, |
| | | min:1, |
| | | placeholder:"(小时)", |
| | | type: 'number', |
| | | span: 12, |
| | | dataType: 'string', |
| | | }, |
| | | |
| | | { |
| | | label: '备注', |
| | | prop: 'remark', |