| export const schema = { | |
| type: 'object', | |
| labelWidth: 80, | |
| properties: { | |
| state: { | |
| title: '้ ๅบ็ถๆ', | |
| type: 'string', | |
| widget: 'select', | |
| props: { | |
| options: [ | |
| { label: '่ฅไธไธญ', value: 'open' }, | |
| { label: 'ๅทฒๆ็', value: 'closed' }, | |
| ], | |
| }, | |
| }, | |
| labels: { | |
| title: '้ ๅบๆ็บง', | |
| type: 'string', | |
| }, | |
| created_at: { | |
| title: 'ๆ็ซๆถ้ด', | |
| type: 'string', | |
| format: 'date', | |
| }, | |
| }, | |
| }; | |
| export const schema2 = { | |
| type: 'object', | |
| labelWidth: 80, | |
| properties: { | |
| state: { | |
| title: '้ ๅบ็ถๆ', | |
| type: 'string', | |
| widget: 'select', | |
| props: { | |
| options: [ | |
| { label: '่ฅไธไธญ', value: 'open' }, | |
| { label: 'ๅทฒๆ็', value: 'closed' }, | |
| { label: 'ๆๅ่ฅไธ', value: 'stop' }, | |
| ], | |
| }, | |
| }, | |
| labels: { | |
| title: '้ ๅบๆ็บง', | |
| type: 'string', | |
| }, | |
| created_at: { | |
| title: 'ๆ็ซๆถ้ด', | |
| type: 'string', | |
| format: 'date', | |
| }, | |
| labels1: { | |
| title: '้ ๅบๆ็บง', | |
| type: 'string', | |
| }, | |
| labels2: { | |
| title: '้ ๅบๅฐๅ', | |
| type: 'string', | |
| }, | |
| labels3: { | |
| title: '้ ๅบ็ถๆ', | |
| type: 'string', | |
| }, | |
| labels4: { | |
| title: '้ ๅบๅบๅ', | |
| type: 'string', | |
| }, | |
| labels5: { | |
| title: '้ ๅบๅบๅ', | |
| type: 'string', | |
| }, | |
| created_at1: { | |
| title: 'ๆ็ซๆถ้ด', | |
| type: 'string', | |
| format: 'date', | |
| }, | |
| labels11: { | |
| title: '้ ๅบๆ็บง', | |
| type: 'string', | |
| }, | |
| labels21: { | |
| title: '้ ๅบๅฐๅ', | |
| type: 'string', | |
| }, | |
| labels31: { | |
| title: '้ ๅบ็ถๆ', | |
| type: 'string', | |
| }, | |
| labels41: { | |
| title: '้ ๅบๅบๅ', | |
| type: 'string', | |
| }, | |
| labels51: { | |
| title: '้ ๅบๅบๅ', | |
| type: 'string', | |
| }, | |
| }, | |
| }; | |