# amis-demo **Repository Path**: iscreamv/amis-demo ## Basic Information - **Project Name**: amis-demo - **Description**: Amis Demo,集成编辑、预览功能 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-20 - **Last Updated**: 2024-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 增删改查Schema ``` { "type": "page", "title": "APP列表查询", "body": [ { "type": "crud", "syncLocation": false, "api": { "method": "get", "url": "http://10.197.49.41/employee-api/employee-system/microApp/page", "requestAdaptor": "", "adaptor": "", "messages": {}, "headers": { "authorization": "Bearer eyJhbGciOiJIUzI1NiJ9.eyJsb2dpbl9pZCI6MSwiY3JlYXRlX3RpbWUiOjE3MjY3MDgyMDM4OTcsInVzZXJfbmFtZSI6IueuoeeQhuWRmCIsImFjY291bnQiOiJhZG1pbiIsImV4cCI6MTcyNjc1MTQwM30.bFOPSLWGYYKveqewwtBf1lRwd9Omc6uvUnSf8VoFrWs" } }, "bulkActions": [], "itemActions": [], "id": "u:6a2eea8977c2", "perPageAvailable": [ 5, 10, 20, 50, 100 ], "messages": {}, "columns": [ { "name": "id", "label": "应用ID", "type": "text", "id": "u:66db3a974d97" }, { "type": "text", "label": "应用名称", "name": "appName", "id": "u:0080fbd7475d" }, { "type": "date", "label": "更新时间", "name": "updateTime", "id": "u:c28bb0e77d04", "format": "YYYY-MM-DD HH:mm:ss" }, { "type": "operation", "label": "操作", "name": "options", "buttons": [ { "type": "button", "label": "修改", "onEvent": { "click": { "actions": [] } }, "id": "u:d92c3c405db8" }, { "type": "button", "label": "停用", "onEvent": { "click": { "actions": [] } }, "id": "u:e58c6b4e2d9c" }, { "type": "button", "label": "删除", "onEvent": { "click": { "actions": [] } }, "id": "u:cba091de1317" } ], "id": "u:84ea6e28e1f9" } ] } ], "id": "u:e3d41626894b", "asideResizor": false, "pullRefresh": { "disabled": true } } ```