DROP TABLE IF EXISTS `blade_visual_category`; CREATE TABLE `blade_visual_category` ( `id` bigint(0) NOT NULL COMMENT '主键', `category_key` varchar(12) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '分类键值', `category_value` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '分类名称', `is_deleted` int(0) NULL DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '可视化分类表' ROW_FORMAT = Dynamic; DROP TABLE IF EXISTS `blade_visual_config`; CREATE TABLE `blade_visual_config` ( `id` bigint(0) NOT NULL COMMENT '主键', `visual_id` bigint(0) NULL DEFAULT NULL COMMENT '可视化表主键', `detail` text CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL COMMENT '配置json', `component` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL COMMENT '组件json', PRIMARY KEY (`id`) USING BTREE ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '可视化配置表' ROW_FORMAT = Dynamic; DROP TABLE IF EXISTS `blade_visual_db`; CREATE TABLE `blade_visual_db` ( `id` bigint(0) NOT NULL COMMENT '主键', `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '名称', `driver_class` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '驱动类', `url` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '连接地址', `username` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '用户名', `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '密码', `remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '备注', `create_user` bigint(0) NULL DEFAULT NULL COMMENT '创建人', `create_dept` bigint(0) NULL DEFAULT NULL COMMENT '创建部门', `create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间', `update_user` bigint(0) NULL DEFAULT NULL COMMENT '修改人', `update_time` datetime(0) NULL DEFAULT NULL COMMENT '修改时间', `status` int(0) NULL DEFAULT NULL COMMENT '状态', `is_deleted` int(0) NULL DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '可视化数据源配置表' ROW_FORMAT = Dynamic; DROP TABLE IF EXISTS `blade_visual_map`; CREATE TABLE `blade_visual_map` ( `id` bigint(0) NOT NULL COMMENT '主键', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '地图名称', `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL COMMENT '地图数据', PRIMARY KEY (`id`) USING BTREE ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '可视化地图配置表' ROW_FORMAT = Dynamic; DROP TABLE IF EXISTS `blade_visual_comp_type`; CREATE TABLE `blade_visual_comp_type` ( `id` bigint(0) NOT NULL, `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '菜单名称', `type` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '菜单类型', `parent_id` bigint(0) NULL DEFAULT NULL COMMENT '父菜单id', `icon` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '图表名称', `status` tinyint(0) NULL DEFAULT 1 COMMENT '业务状态 1启用 0 停用', `order_num` int(0) NULL DEFAULT 0 COMMENT '排序', `is_deleted` bigint(0) UNSIGNED NULL DEFAULT NULL COMMENT '删除标记:0-未删除,1-已删除', `create_user` bigint(0) NULL DEFAULT NULL COMMENT '创建人', `create_dept` bigint(0) NULL DEFAULT NULL COMMENT '创建部门', `create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间', `update_user` bigint(0) NULL DEFAULT NULL COMMENT '更新人', `update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新时间', PRIMARY KEY (`id`) USING BTREE ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic; -- ---------------------------- -- Table structure for blade_visual_comp -- ---------------------------- DROP TABLE IF EXISTS `blade_visual_comp`; CREATE TABLE `blade_visual_comp` ( `id` bigint(0) NOT NULL, `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '组件中文名称', `component` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '组件详情', `type` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '组件类型', `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '缩略图地址', `order_num` int(0) NULL DEFAULT 0 COMMENT '排列顺序', `status` tinyint(0) NULL DEFAULT 1 COMMENT '业务状态 1启用 0 停用', `is_deleted` bigint(0) UNSIGNED NULL DEFAULT NULL COMMENT '删除标记:0-未删除,1-已删除', `create_user` bigint(0) NULL DEFAULT NULL COMMENT '创建人', `create_dept` bigint(0) NULL DEFAULT NULL COMMENT '创建部门', `create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间', `update_user` bigint(0) NULL DEFAULT NULL COMMENT '更新人', `update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新时间', PRIMARY KEY (`id`) USING BTREE ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic; INSERT INTO `blade_visual_category` VALUES (1235454865361166337, '我的数据大屏', '3', 0), (1235454865361166338, '模板', '1', 0), (1235455054851432448, '组件库', '2', 1647502991), (1235455054851432449, '产线实况', '4', 0); INSERT INTO `blade_visual` (`id`, `title`, `background_url`, `category`, `password`, `create_user`, `create_dept`, `create_time`, `update_user`, `update_time`, `status`, `is_deleted`, `group_name`, `group_index`, `sliding_second`) VALUES (1510135236343095298, '兴航大数据模板', '/img/692bda428b2336a5b3f86ffddff7f8f8.jpg', 1, '', 1123598821738675201, 2825020601448242, '2022-04-02 14:01:12', 1123598821738675201, '2022-04-02 16:28:38', 1, 0, '', 0, 0); INSERT INTO `blade_visual_config` (`id`, `visual_id`, `detail`, `component`) VALUES (1510135236368261122, 1510135236343095298, '{\"width\":3840,\"height\":2160,\"query\":{},\"header\":\"\",\"mark\":{\"show\":false,\"text\":\"avue数据大屏水印\",\"fontSize\":20,\"color\":\"rgba(100,100,100,0.2)\",\"degree\":-20},\"scale\":25.104166666666668,\"backgroundImage\":\"/img/3a979c992dd82f85de20a630cf59cf9a.png\",\"url\":\"\",\"gradeShow\":false,\"gradeLen\":30,\"name\":\"兴航智慧大屏2\",\"backgroundColor\":\"rgba(67, 67, 169, 1)\"}', '[{\"name\":\"柱状图\",\"title\":\"柱状图\",\"icon\":\"icon-bar\",\"img\":\"/img/bar.179e480c.png\",\"dataType\":0,\"dataMethod\":\"get\",\"data\":{\"categories\":[\"苹果\",\"三星\",\"小米\",\"oppo\",\"vivo\"],\"series\":[{\"name\":\"手机品牌\",\"data\":[1000879,3400879,2300879,5400879,3400879]}]},\"dataFormatter\":\"\",\"stylesFormatter\":\"\",\"time\":5000,\"component\":{\"width\":687.82,\"height\":610.42,\"name\":\"bar\",\"prop\":\"bar\"},\"option\":{\"gridX\":90,\"gridY\":0,\"gridX2\":0,\"gridY2\":0,\"legend\":true,\"nameColor\":\"#eee\",\"lineColor\":\"#eee\",\"xNameFontSize\":16,\"yNameFontSize\":16,\"labelShow\":true,\"labelShowColor\":\"#fff\",\"labelShowFontSize\":14,\"labelShowFontWeight\":300,\"yAxisInverse\":false,\"xAxisInverse\":false,\"xAxisShow\":true,\"yAxisShow\":true,\"xAxisSplitLineShow\":false,\"yAxisSplitLineShow\":false,\"barWidth\":27,\"barRadius\":0,\"barColor\":[{\"color1\":\"#83bff6\",\"color2\":\"#188df0\",\"postion\":90,\"$index\":0,\"_show\":true},{\"color1\":\"#23B7E5\",\"color2\":\"#564AA3\",\"postion\":50,\"$index\":1,\"_show\":true}],\"barMinHeight\":17,\"switchTheme\":false,\"category\":false},\"left\":104.98,\"top\":293.22,\"index\":\"ba7550aa-6e6b-4dbb-82d4-b98ff2274f00\",\"zIndex\":46,\"child\":{},\"urlType\":0},{\"name\":\"饼图\",\"title\":\"饼图\",\"icon\":\"icon-pie\",\"img\":\"/img/pie.14e72c57.png\",\"dataType\":0,\"dataMethod\":\"get\",\"time\":5000,\"data\":[{\"name\":\"苹果\",\"value\":1000879,\"url\":\"http://www.baidu.com\"},{\"name\":\"三星\",\"value\":3400879,\"url\":\"http://www.baidu.com\"},{\"name\":\"小米\",\"value\":2300879,\"url\":\"http://www.baidu.com\"},{\"name\":\"oppo\",\"value\":5400879,\"url\":\"http://www.baidu.com\"},{\"name\":\"大疆\",\"value\":3000,\"url\":\"http://www.baidu.com\"},{\"name\":\"抖音\",\"value\":2000,\"url\":\"http://www.baidu.com\"}],\"dataFormatter\":\"function(data,params,refs){\\n return [...data.data]\\n }\",\"stylesFormatter\":\"\",\"resize\":false,\"component\":{\"width\":681.6,\"height\":888.2,\"name\":\"pie\",\"prop\":\"pie\"},\"option\":{\"legend\":true,\"labelShow\":true,\"barColor\":[{\"color1\":\"#83bff6\",\"$index\":0},{\"color1\":\"#23B7E5\",\"$index\":1},{\"color1\":\"rgba(154, 168, 212, 1)\",\"$index\":2},{\"color1\":\"#188df0\",\"$index\":3},{\"color1\":\"#564AA3\",\"$index\":4}],\"roseType\":true,\"legendPostion\":\"center\",\"legendOrient\":\"horizontal\",\"legendFontSize\":22},\"left\":98.6,\"top\":1135.6,\"index\":\"920bd7b0-593c-4081-8182-e01a0662b742\",\"zIndex\":45,\"child\":{},\"urlType\":0},{\"name\":\"甘特图\",\"title\":\"甘特图\",\"icon\":\"icon-map\",\"img\":\"/img/gantt.0647cce9.png\",\"data\":{\"colorStatusInfo\":[{\"color\":\"#73D13D\",\"status\":2,\"statusName\":\"运行\"},{\"color\":\"#FFC53D\",\"status\":3,\"statusName\":\"待机\"},{\"color\":\"#40A9FF\",\"status\":5,\"statusName\":\"调试\"},{\"color\":\"#FF4D4F\",\"status\":1,\"statusName\":\"报警\"},{\"color\":\"#595959\",\"status\":4,\"statusName\":\"离线\"}],\"series\":[{\"name\":\"judy12~+12\",\"data\":[{\"startTime\":\"2022-03-23 11:24:21\",\"endTime\":\"2022-03-23 11:43:04\",\"status\":2}]},{\"name\":\"judy16~+16\",\"data\":[{\"startTime\":\"2022-03-23 11:24:27\",\"endTime\":\"2022-03-23 11:43:04\",\"status\":2}]},{\"name\":\"judy工位名称\",\"data\":[]}]},\"dataFormatter\":\"\",\"stylesFormatter\":\"function(data,params,refs){\\n return {}\\n}\",\"component\":{\"width\":727.27,\"height\":634.57,\"name\":\"gantt\",\"prop\":\"gantt\"},\"left\":3066.42,\"top\":277.14,\"index\":\"792681f0-2482-404a-8399-bd09d552fea8\",\"zIndex\":44,\"child\":{},\"urlType\":1,\"gridY\":0,\"gridY2\":0,\"gridX\":0,\"gridX2\":0,\"dataType\":0,\"url\":\"/api/blade-system/test/gantt\",\"dataMethod\":\"get\",\"dataHeader\":\"function(data){\\n return {}\\n}\",\"display\":false},{\"title\":\"文件夹\",\"name\":\"动图\",\"index\":\"0ba6596b-d701-4a8c-8f75-016b03bc4427\",\"children\":[{\"name\":\"datav\",\"title\":\"datav\",\"icon\":\"icon-bar\",\"img\":\"/img/text6.f13c7072.png\",\"dataType\":0,\"dataMethod\":\"get\",\"data\":{\"categories\":[\"苹果\",\"三星\",\"小米\",\"oppo\",\"vivo\"],\"series\":[{\"name\":\"手机品牌\",\"data\":[1000879,3400879,2300879,5400879,3400879]}]},\"dataFormatter\":\"\",\"echartFormatter\":\"(data)=>{\\n console.log(data);\\n return {\\n config:{\\n\\t data: [66] \\n\\t}\\n }\\n}\",\"time\":5000,\"component\":{\"width\":782.76,\"height\":682.41,\"name\":\"datav\",\"prop\":\"datav\"},\"option\":{\"is\":\"dv-border-box-8\"},\"left\":3025.15,\"top\":243.6,\"index\":\"b7663651-b92b-40c6-902f-5305721ff633\",\"zIndex\":43,\"child\":{},\"urlType\":0},{\"name\":\"datav\",\"title\":\"datav\",\"icon\":\"icon-bar\",\"img\":\"/img/text6.f13c7072.png\",\"dataType\":0,\"dataMethod\":\"get\",\"data\":{\"categories\":[\"苹果\",\"三星\",\"小米\",\"oppo\",\"vivo\"],\"series\":[{\"name\":\"手机品牌\",\"data\":[1000879,3400879,2300879,5400879,3400879]}]},\"dataFormatter\":\"\",\"echartFormatter\":\"(data)=>{\\n console.log(data);\\n return {\\n config:{\\n\\t data: [66] \\n\\t}\\n }\\n}\",\"time\":5000,\"component\":{\"width\":781.49,\"height\":1072.17,\"name\":\"datav\",\"prop\":\"datav\"},\"option\":{\"is\":\"dv-border-box-8\"},\"left\":3027.47,\"top\":1033.41,\"index\":\"478d30c9-adbf-4bce-a0fe-4c624b161500\",\"zIndex\":42,\"child\":{},\"urlType\":0},{\"name\":\"datav\",\"title\":\"datav\",\"icon\":\"icon-bar\",\"img\":\"/img/text6.f13c7072.png\",\"dataType\":0,\"dataMethod\":\"get\",\"data\":{\"categories\":[\"苹果\",\"三星\",\"小米\",\"oppo\",\"vivo\"],\"series\":[{\"name\":\"手机品牌\",\"data\":[1000879,3400879,2300879,5400879,3400879]}]},\"dataFormatter\":\"\",\"echartFormatter\":\"(data)=>{\\n console.log(data);\\n return {\\n config:{\\n\\t data: [66] \\n\\t}\\n }\\n}\",\"time\":5000,\"component\":{\"width\":723.92,\"height\":1070.4,\"name\":\"datav\",\"prop\":\"datav\"},\"option\":{\"is\":\"dv-border-box-8\"},\"left\":81.6,\"top\":1041.76,\"index\":\"182ba369-2c11-4ce6-8eeb-b464dcfd6947\",\"zIndex\":41,\"child\":{},\"urlType\":0},{\"name\":\"datav\",\"title\":\"datav\",\"icon\":\"icon-bar\",\"img\":\"/img/text6.f13c7072.png\",\"dataType\":0,\"dataMethod\":\"get\",\"data\":{\"categories\":[\"苹果\",\"三星\",\"小米\",\"oppo\",\"vivo\"],\"series\":[{\"name\":\"手机品牌\",\"data\":[1000879,3400879,2300879,5400879,3400879]}]},\"dataFormatter\":\"\",\"echartFormatter\":\"(data)=>{\\n console.log(data);\\n return {\\n config:{\\n\\t data: [66] \\n\\t}\\n }\\n}\",\"time\":5000,\"component\":{\"width\":726.02,\"height\":682.46,\"name\":\"datav\",\"prop\":\"datav\"},\"option\":{\"is\":\"dv-border-box-8\"},\"left\":81.1,\"top\":245.14,\"index\":\"878f1647-be91-49fc-9d41-eb92400cd67f\",\"zIndex\":40,\"child\":{},\"urlType\":0}],\"menu\":false,\"isname\":false},{\"title\":\"文件夹\",\"name\":\"底图\",\"index\":\"8bed4914-79ab-484c-8faa-90739c13b9d9\",\"children\":[{\"title\":\"图片\",\"name\":\"图片\",\"icon\":\"icon-img\",\"img\":\"/img/img.97e50755.png\",\"top\":190,\"left\":84,\"dataType\":0,\"data\":{\"value\":\"/img/8311466064e29b1093b47bbc7e583c79.png\"},\"dataFormatter\":\"function(data,params,refs){\\n return {\\n label: data.data[0].name,\\n value: data.data[0].value,\\n data: data.data[0].data,\\n unit: \'%\',\\n max: 100,\\n min: 1\\n }\\n }\",\"stylesFormatter\":\"\",\"component\":{\"width\":725,\"height\":737,\"name\":\"img\",\"prop\":\"img\"},\"option\":{\"duration\":\"1000\",\"opacity\":0},\"index\":\"99b04cd5-9490-4538-a012-70d1c00e526a\",\"zIndex\":39,\"child\":{},\"urlType\":0},{\"title\":\"图片\",\"name\":\"图片\",\"icon\":\"icon-img\",\"img\":\"/img/img.97e50755.png\",\"top\":992,\"left\":84,\"dataType\":0,\"data\":{\"value\":\"/img/6ebc301442c489a8ca83c4745f000b9d.png\"},\"dataFormatter\":\"function(data,params,refs){\\n return {\\n label: data.data[0].name,\\n value: data.data[0].value,\\n data: data.data[0].data,\\n unit: \'%\',\\n max: 100,\\n min: 1\\n }\\n }\",\"stylesFormatter\":\"\",\"component\":{\"width\":725,\"height\":1115,\"name\":\"img\",\"prop\":\"img\"},\"option\":{\"duration\":\"1000\",\"opacity\":0},\"index\":\"b05a825e-56b9-4933-8051-8f5e63bdb28e\",\"zIndex\":38,\"child\":{},\"urlType\":0},{\"title\":\"图片\",\"name\":\"图片\",\"icon\":\"icon-img\",\"img\":\"/img/img.97e50755.png\",\"top\":190,\"left\":3027,\"dataType\":0,\"data\":{\"value\":\"/img/feacc0b513b8257866fe8bf8939ed6f2.png\"},\"dataFormatter\":\"function(data,params,refs){\\n return {\\n label: data.data[0].name,\\n value: data.data[0].value,\\n data: data.data[0].data,\\n unit: \'%\',\\n max: 100,\\n min: 1\\n }\\n }\",\"stylesFormatter\":\"\",\"component\":{\"width\":781,\"height\":739,\"name\":\"img\",\"prop\":\"img\"},\"option\":{\"duration\":\"1000\",\"opacity\":0},\"index\":\"298e2451-a46e-4c83-8db4-3bc8151362f3\",\"zIndex\":37,\"child\":{},\"urlType\":0},{\"title\":\"图片\",\"name\":\"图片\",\"icon\":\"icon-img\",\"img\":\"/img/img.97e50755.png\",\"top\":984,\"left\":3027,\"dataType\":0,\"data\":{\"value\":\"/img/69c7c5f7ccf9cc5323f24a36ec0df0bc.png\"},\"dataFormatter\":\"function(data,params,refs){\\n return {\\n label: data.data[0].name,\\n value: data.data[0].value,\\n data: data.data[0].data,\\n unit: \'%\',\\n max: 100,\\n min: 1\\n }\\n }\",\"stylesFormatter\":\"\",\"component\":{\"width\":781,\"height\":1123,\"name\":\"img\",\"prop\":\"img\"},\"option\":{\"duration\":\"1000\",\"opacity\":0},\"index\":\"9404c03a-840a-468c-bb32-d39beabb49cc\",\"zIndex\":36,\"child\":{},\"urlType\":0}],\"menu\":false,\"isname\":false},{\"name\":\"饼图\",\"title\":\"饼图\",\"icon\":\"icon-pie\",\"img\":\"/img/pie.14e72c57.png\",\"dataType\":0,\"dataMethod\":\"get\",\"time\":5000,\"data\":[{\"name\":\"苹果\",\"value\":1000879,\"url\":\"http://www.baidu.com\"},{\"name\":\"三星\",\"value\":3400879,\"url\":\"http://www.baidu.com\"},{\"name\":\"小米\",\"value\":2300879,\"url\":\"http://www.baidu.com\"},{\"name\":\"oppo\",\"value\":5400879,\"url\":\"http://www.baidu.com\"},{\"name\":\"大疆\",\"value\":3000,\"url\":\"http://www.baidu.com\"},{\"name\":\"抖音\",\"value\":2000,\"url\":\"http://www.baidu.com\"}],\"dataFormatter\":\"function(data,params,refs){\\n return [...data.data]\\n }\",\"stylesFormatter\":\"\",\"resize\":false,\"component\":{\"width\":212.93,\"height\":216.52,\"name\":\"pie\",\"prop\":\"pie\"},\"option\":{\"legend\":false,\"labelShow\":true,\"barColor\":[{\"color1\":\"#83bff6\",\"$index\":0},{\"color1\":\"#23B7E5\",\"$index\":1},{\"color1\":\"rgba(154, 168, 212, 1)\",\"$index\":2},{\"color1\":\"#188df0\",\"$index\":3},{\"color1\":\"#564AA3\",\"$index\":4}],\"radius\":true,\"labelShowFontSize\":7},\"left\":3574.05,\"top\":1821.16,\"index\":\"ebfd6afb-3615-4e64-8490-a1ddd624db05\",\"zIndex\":35,\"child\":{},\"urlType\":0},{\"name\":\"饼图\",\"title\":\"饼图\",\"icon\":\"icon-pie\",\"img\":\"/img/pie.14e72c57.png\",\"dataType\":0,\"dataMethod\":\"get\",\"time\":5000,\"data\":[{\"name\":\"苹果\",\"value\":1000879,\"url\":\"http://www.baidu.com\"},{\"name\":\"三星\",\"value\":3400879,\"url\":\"http://www.baidu.com\"},{\"name\":\"小米\",\"value\":2300879,\"url\":\"http://www.baidu.com\"},{\"name\":\"oppo\",\"value\":5400879,\"url\":\"http://www.baidu.com\"},{\"name\":\"大疆\",\"value\":3000,\"url\":\"http://www.baidu.com\"},{\"name\":\"抖音\",\"value\":2000,\"url\":\"http://www.baidu.com\"}],\"dataFormatter\":\"function(data,params,refs){\\n return [...data.data]\\n }\",\"stylesFormatter\":\"\",\"resize\":false,\"component\":{\"width\":212.93,\"height\":216.52,\"name\":\"pie\",\"prop\":\"pie\"},\"option\":{\"legend\":false,\"labelShow\":true,\"barColor\":[{\"color1\":\"#83bff6\",\"$index\":0},{\"color1\":\"#23B7E5\",\"$index\":1},{\"color1\":\"rgba(154, 168, 212, 1)\",\"$index\":2},{\"color1\":\"#188df0\",\"$index\":3},{\"color1\":\"#564AA3\",\"$index\":4}],\"radius\":true,\"labelShowFontSize\":7},\"left\":3055.11,\"top\":1131.1,\"index\":\"aa562563-6036-4d9f-a144-b37db1d5ee06\",\"zIndex\":34,\"child\":{},\"urlType\":0},{\"name\":\"饼图\",\"title\":\"饼图\",\"icon\":\"icon-pie\",\"img\":\"/img/pie.14e72c57.png\",\"dataType\":0,\"dataMethod\":\"get\",\"time\":5000,\"data\":[{\"name\":\"苹果\",\"value\":1000879,\"url\":\"http://www.baidu.com\"},{\"name\":\"三星\",\"value\":3400879,\"url\":\"http://www.baidu.com\"},{\"name\":\"小米\",\"value\":2300879,\"url\":\"http://www.baidu.com\"},{\"name\":\"oppo\",\"value\":5400879,\"url\":\"http://www.baidu.com\"},{\"name\":\"大疆\",\"value\":3000,\"url\":\"http://www.baidu.com\"},{\"name\":\"抖音\",\"value\":2000,\"url\":\"http://www.baidu.com\"}],\"dataFormatter\":\"function(data,params,refs){\\n return [...data.data]\\n }\",\"stylesFormatter\":\"\",\"resize\":false,\"component\":{\"width\":212.93,\"height\":216.52,\"name\":\"pie\",\"prop\":\"pie\"},\"option\":{\"legend\":false,\"labelShow\":true,\"barColor\":[{\"color1\":\"#83bff6\",\"$index\":0},{\"color1\":\"#23B7E5\",\"$index\":1},{\"color1\":\"rgba(154, 168, 212, 1)\",\"$index\":2},{\"color1\":\"#188df0\",\"$index\":3},{\"color1\":\"#564AA3\",\"$index\":4}],\"radius\":true,\"labelShowFontSize\":7},\"left\":3319.23,\"top\":1127.38,\"index\":\"4fe48539-c194-45e0-8242-39762bd8b522\",\"zIndex\":33,\"child\":{},\"urlType\":0},{\"name\":\"饼图\",\"title\":\"饼图\",\"icon\":\"icon-pie\",\"img\":\"/img/pie.14e72c57.png\",\"dataType\":0,\"dataMethod\":\"get\",\"time\":5000,\"data\":[{\"name\":\"苹果\",\"value\":1000879,\"url\":\"http://www.baidu.com\"},{\"name\":\"三星\",\"value\":3400879,\"url\":\"http://www.baidu.com\"},{\"name\":\"小米\",\"value\":2300879,\"url\":\"http://www.baidu.com\"},{\"name\":\"oppo\",\"value\":5400879,\"url\":\"http://www.baidu.com\"},{\"name\":\"大疆\",\"value\":3000,\"url\":\"http://www.baidu.com\"},{\"name\":\"抖音\",\"value\":2000,\"url\":\"http://www.baidu.com\"}],\"dataFormatter\":\"function(data,params,refs){\\n return [...data.data]\\n }\",\"stylesFormatter\":\"\",\"resize\":false,\"component\":{\"width\":212.93,\"height\":216.52,\"name\":\"pie\",\"prop\":\"pie\"},\"option\":{\"legend\":false,\"labelShow\":true,\"barColor\":[{\"color1\":\"#83bff6\",\"$index\":0},{\"color1\":\"#23B7E5\",\"$index\":1},{\"color1\":\"rgba(154, 168, 212, 1)\",\"$index\":2},{\"color1\":\"#188df0\",\"$index\":3},{\"color1\":\"#564AA3\",\"$index\":4}],\"radius\":true,\"labelShowFontSize\":7},\"left\":3574.05,\"top\":1127.38,\"index\":\"4d35221e-bc7e-4dd7-8377-e96b3e2d9880\",\"zIndex\":32,\"child\":{},\"urlType\":0},{\"name\":\"饼图\",\"title\":\"饼图\",\"icon\":\"icon-pie\",\"img\":\"/img/pie.14e72c57.png\",\"dataType\":0,\"dataMethod\":\"get\",\"time\":5000,\"data\":[{\"name\":\"苹果\",\"value\":1000879,\"url\":\"http://www.baidu.com\"},{\"name\":\"三星\",\"value\":3400879,\"url\":\"http://www.baidu.com\"},{\"name\":\"小米\",\"value\":2300879,\"url\":\"http://www.baidu.com\"},{\"name\":\"oppo\",\"value\":5400879,\"url\":\"http://www.baidu.com\"},{\"name\":\"大疆\",\"value\":3000,\"url\":\"http://www.baidu.com\"},{\"name\":\"抖音\",\"value\":2000,\"url\":\"http://www.baidu.com\"}],\"dataFormatter\":\"function(data,params,refs){\\n return [...data.data]\\n }\",\"stylesFormatter\":\"\",\"resize\":false,\"component\":{\"width\":212.93,\"height\":216.52,\"name\":\"pie\",\"prop\":\"pie\"},\"option\":{\"legend\":false,\"labelShow\":true,\"barColor\":[{\"color1\":\"#83bff6\",\"$index\":0},{\"color1\":\"#23B7E5\",\"$index\":1},{\"color1\":\"rgba(154, 168, 212, 1)\",\"$index\":2},{\"color1\":\"#188df0\",\"$index\":3},{\"color1\":\"#564AA3\",\"$index\":4}],\"radius\":true,\"labelShowFontSize\":7},\"left\":3060.69,\"top\":1456.6,\"index\":\"4ef1e97c-af77-4469-8c76-b12e4396b349\",\"zIndex\":31,\"child\":{},\"urlType\":0},{\"name\":\"饼图\",\"title\":\"饼图\",\"icon\":\"icon-pie\",\"img\":\"/img/pie.14e72c57.png\",\"dataType\":0,\"dataMethod\":\"get\",\"time\":5000,\"data\":[{\"name\":\"苹果\",\"value\":1000879,\"url\":\"http://www.baidu.com\"},{\"name\":\"三星\",\"value\":3400879,\"url\":\"http://www.baidu.com\"},{\"name\":\"小米\",\"value\":2300879,\"url\":\"http://www.baidu.com\"},{\"name\":\"oppo\",\"value\":5400879,\"url\":\"http://www.baidu.com\"},{\"name\":\"大疆\",\"value\":3000,\"url\":\"http://www.baidu.com\"},{\"name\":\"抖音\",\"value\":2000,\"url\":\"http://www.baidu.com\"}],\"dataFormatter\":\"function(data,params,refs){\\n return [...data.data]\\n }\",\"stylesFormatter\":\"\",\"resize\":false,\"component\":{\"width\":212.93,\"height\":216.52,\"name\":\"pie\",\"prop\":\"pie\"},\"option\":{\"legend\":false,\"labelShow\":true,\"barColor\":[{\"color1\":\"#83bff6\",\"$index\":0},{\"color1\":\"#23B7E5\",\"$index\":1},{\"color1\":\"rgba(154, 168, 212, 1)\",\"$index\":2},{\"color1\":\"#188df0\",\"$index\":3},{\"color1\":\"#564AA3\",\"$index\":4}],\"radius\":true,\"labelShowFontSize\":7},\"left\":3324.81,\"top\":1467.76,\"index\":\"e1cb6856-2376-491f-83e6-ddd1a9a2b2c9\",\"zIndex\":30,\"child\":{},\"urlType\":0},{\"name\":\"饼图\",\"title\":\"饼图\",\"icon\":\"icon-pie\",\"img\":\"/img/pie.14e72c57.png\",\"dataType\":0,\"dataMethod\":\"get\",\"time\":5000,\"data\":[{\"name\":\"苹果\",\"value\":1000879,\"url\":\"http://www.baidu.com\"},{\"name\":\"三星\",\"value\":3400879,\"url\":\"http://www.baidu.com\"},{\"name\":\"小米\",\"value\":2300879,\"url\":\"http://www.baidu.com\"},{\"name\":\"oppo\",\"value\":5400879,\"url\":\"http://www.baidu.com\"},{\"name\":\"大疆\",\"value\":3000,\"url\":\"http://www.baidu.com\"},{\"name\":\"抖音\",\"value\":2000,\"url\":\"http://www.baidu.com\"}],\"dataFormatter\":\"function(data,params,refs){\\n return [...data.data]\\n }\",\"stylesFormatter\":\"\",\"resize\":false,\"component\":{\"width\":212.93,\"height\":216.52,\"name\":\"pie\",\"prop\":\"pie\"},\"option\":{\"legend\":false,\"labelShow\":true,\"barColor\":[{\"color1\":\"#83bff6\",\"$index\":0},{\"color1\":\"#23B7E5\",\"$index\":1},{\"color1\":\"rgba(154, 168, 212, 1)\",\"$index\":2},{\"color1\":\"#188df0\",\"$index\":3},{\"color1\":\"#564AA3\",\"$index\":4}],\"radius\":true,\"labelShowFontSize\":7},\"left\":3575.91,\"top\":1471.48,\"index\":\"04ed08d8-9229-4696-886d-e4f866cf18a1\",\"zIndex\":29,\"child\":{},\"urlType\":0},{\"name\":\"饼图\",\"title\":\"饼图\",\"icon\":\"icon-pie\",\"img\":\"/img/pie.14e72c57.png\",\"dataType\":0,\"dataMethod\":\"get\",\"time\":5000,\"data\":[{\"name\":\"苹果\",\"value\":1000879,\"url\":\"http://www.baidu.com\"},{\"name\":\"三星\",\"value\":3400879,\"url\":\"http://www.baidu.com\"},{\"name\":\"小米\",\"value\":2300879,\"url\":\"http://www.baidu.com\"},{\"name\":\"oppo\",\"value\":5400879,\"url\":\"http://www.baidu.com\"},{\"name\":\"大疆\",\"value\":3000,\"url\":\"http://www.baidu.com\"},{\"name\":\"抖音\",\"value\":2000,\"url\":\"http://www.baidu.com\"}],\"dataFormatter\":\"function(data,params,refs){\\n return [...data.data]\\n }\",\"stylesFormatter\":\"\",\"resize\":false,\"component\":{\"width\":212.93,\"height\":216.52,\"name\":\"pie\",\"prop\":\"pie\"},\"option\":{\"legend\":false,\"labelShow\":true,\"barColor\":[{\"color1\":\"#83bff6\",\"$index\":0},{\"color1\":\"#23B7E5\",\"$index\":1},{\"color1\":\"rgba(154, 168, 212, 1)\",\"$index\":2},{\"color1\":\"#188df0\",\"$index\":3},{\"color1\":\"#564AA3\",\"$index\":4}],\"radius\":true,\"labelShowFontSize\":7},\"left\":3077.43,\"top\":1800.7,\"index\":\"f13c7d83-217b-4d7d-a506-a9641e37ba46\",\"zIndex\":28,\"child\":{},\"urlType\":0},{\"name\":\"饼图\",\"title\":\"饼图\",\"icon\":\"icon-pie\",\"img\":\"/img/pie.14e72c57.png\",\"dataType\":0,\"dataMethod\":\"get\",\"time\":5000,\"data\":[{\"name\":\"苹果\",\"value\":1000879,\"url\":\"http://www.baidu.com\"},{\"name\":\"三星\",\"value\":3400879,\"url\":\"http://www.baidu.com\"},{\"name\":\"小米\",\"value\":2300879,\"url\":\"http://www.baidu.com\"},{\"name\":\"oppo\",\"value\":5400879,\"url\":\"http://www.baidu.com\"},{\"name\":\"大疆\",\"value\":3000,\"url\":\"http://www.baidu.com\"},{\"name\":\"抖音\",\"value\":2000,\"url\":\"http://www.baidu.com\"}],\"dataFormatter\":\"function(data,params,refs){\\n return [...data.data]\\n }\",\"stylesFormatter\":\"\",\"resize\":false,\"component\":{\"width\":212.93,\"height\":216.52,\"name\":\"pie\",\"prop\":\"pie\"},\"option\":{\"legend\":false,\"labelShow\":true,\"barColor\":[{\"color1\":\"#83bff6\",\"$index\":0},{\"color1\":\"#23B7E5\",\"$index\":1},{\"color1\":\"rgba(154, 168, 212, 1)\",\"$index\":2},{\"color1\":\"#188df0\",\"$index\":3},{\"color1\":\"#564AA3\",\"$index\":4}],\"radius\":true,\"labelShowFontSize\":7},\"left\":3332.25,\"top\":1815.58,\"index\":\"b3493083-caa4-43e8-8bfe-0ccaac2e7b77\",\"zIndex\":27,\"child\":{},\"urlType\":0},{\"title\":\"文件夹\",\"name\":\"文件夹\",\"index\":\"5351447f-7c11-4f43-89c0-7400c9c51ac9\",\"children\":[{\"title\":\"文本框\",\"name\":\"文本框\",\"icon\":\"icon-text\",\"img\":\"/img/text.852a3c54.png\",\"dataType\":0,\"dataFormatter\":\"function(data,params,refs){\\n return {\\n label: data.data[0].name,\\n value: data.data[0].value,\\n data: data.data[0].data,\\n unit: \'%\',\\n max: 100,\\n min: 1\\n }\\n }\",\"stylesFormatter\":\"\",\"child\":{\"index\":[],\"paramName\":\"\"},\"data\":{\"value\":\"YZ03\"},\"component\":{\"width\":224.2,\"height\":67.6,\"name\":\"text\",\"prop\":\"text\"},\"option\":{\"textAlign\":\"center\",\"fontSize\":40,\"fontWeight\":\"normal\",\"color\":\"rgba(0, 186, 189, 1)\",\"split\":0,\"lineHeight\":0},\"left\":1896.12,\"top\":678.96,\"index\":\"5dd98b7e-fbec-4835-83a0-93e5a9939271\",\"zIndex\":26,\"urlType\":0},{\"title\":\"设备组件\",\"name\":\"设备组件\",\"icon\":\"icon-flop\",\"img\":\"/img/device.ea103055.png\",\"child\":{\"index\":[],\"paramName\":\"\"},\"top\":854.92,\"left\":1406.27,\"dataType\":0,\"data\":{\"header\":{\"Z0\":\"Z\",\"ProgramName1\":\"ProgramName\",\"DeviceStatus2\":\"DeviceStatus\",\"Output3\":\"Output\",\"X4\":\"X\",\"Y5\":\"Y\",\"Z6\":\"Z\",\"ProgramName7\":\"ProgramName\",\"DeviceStatus8\":\"DeviceStatus\",\"Output9\":\"Output\",\"X10\":\"X\",\"Y11\":\"Y\",\"Z12\":\"Z\",\"ProgramName13\":\"ProgramName\",\"DeviceStatus14\":\"DeviceStatus\",\"Output15\":\"Output\",\"X16\":\"X\",\"Y17\":\"Y\"},\"data\":[{\"bkImage\":null,\"machineId\":\"1509785745180778497\",\"ProgramName1\":\"4\",\"Z0\":\"63001\",\"bkColor\":\"#FF4D4F\",\"Output3\":\"62986\",\"DeviceStatus2\":\"1\",\"id\":\"1509785745101086722\",\"X4\":\"62991\",\"Y5\":\"62996\",\"cardTitle\":\"YZ04\",\"statusCode\":1},{\"DeviceStatus8\":\"4\",\"bkImage\":null,\"Output9\":\"63006\",\"machineId\":\"1509785745403076609\",\"X10\":\"63011\",\"bkColor\":\"#595959\",\"Y11\":\"63016\",\"id\":\"1509785745361133569\",\"Z6\":\"63021\",\"cardTitle\":\"YZ05\",\"ProgramName7\":\"2\",\"statusCode\":4},{\"bkImage\":null,\"machineId\":\"1509785745604403201\",\"bkColor\":\"#40A9FF\",\"Z12\":\"63041\",\"id\":\"1509785745528905729\",\"ProgramName13\":\"5\",\"Output15\":\"63026\",\"X16\":\"63031\",\"cardTitle\":\"YZ06\",\"DeviceStatus14\":\"5\",\"Y17\":\"63036\",\"statusCode\":5}]},\"dataFormatter\":null,\"stylesFormatter\":\"\",\"component\":{\"width\":1189.92,\"height\":235.87,\"name\":\"device\",\"prop\":\"device\"},\"option\":{\"span\":3,\"padding\":12,\"textAlign\":\"left\",\"workStationFontSize\":20,\"titlePicMargin\":20,\"workStationColor\":\"#fff\",\"rowMargin\":20,\"picWidth\":200,\"splity\":23,\"splitx\":17,\"fontSize\":16,\"prefixSplity\":4,\"prefixFontSize\":13,\"backgroundColor\":\"#F56C6C\",\"suffixText\":\"人\",\"suffixInline\":true,\"suffixSplitx\":10,\"suffixFontSize\":18,\"diam\":80,\"lampWidth\":60,\"isHideDeviceName\":true,\"isHideImg\":true,\"isLamp\":true,\"showColorRect\":true,\"isLampRotate\":true},\"index\":\"b23548c5-b5a7-4692-86f4-9e0c39fedcf1\",\"zIndex\":25,\"urlType\":1,\"url\":\"/api/blade-visual/status/workstation-status\",\"dataMethod\":\"post\",\"dataParams\":{\"workStationIdList\":[\"1509785745101086722\",\"1509785745361133569\",\"1509785745528905729\"]}},{\"name\":\"轮播卡片\",\"title\":\"轮播卡片\",\"icon\":\"icon-bar\",\"img\":\"/img/text4.6ceac5ea.png\",\"dataType\":0,\"data\":{\"header\":{\"code\":\"报警编码\",\"msg\":\"报警详情\"},\"data\":[{\"code\":\"999\",\"msg\":\"600104\"}]},\"dataFormatter\":\"\",\"stylesFormatter\":\"\",\"component\":{\"width\":192.62,\"height\":165.97,\"name\":\"cards\",\"prop\":\"cards\"},\"option\":{\"direction\":\"horizontal\",\"interval\":3000,\"time\":5000,\"autoplay\":true,\"fontColor\":\"#fff\",\"fontSize\":24,\"bgColor\":\"#000\",\"isAlarm\":true},\"left\":1711.29,\"top\":462.93,\"index\":\"9f8809bb-ec3d-492f-8f52-41c789b6e6be\",\"zIndex\":24,\"child\":{},\"urlType\":1,\"url\":\"/api/blade-visual/status/workstation-alarm\",\"dataMethod\":\"post\",\"dataParams\":{\"bbb\":[],\"workStationIdList\":[\"1509785743549194242\"]}},{\"title\":\"图片\",\"name\":\"图片\",\"icon\":\"icon-img\",\"img\":\"/img/img.97e50755.png\",\"top\":1968.36,\"left\":1002.1,\"dataType\":0,\"data\":{\"value\":\"/img/b406d3542926732a4d068fc1cf63331a.png\"},\"dataFormatter\":\"function(data,params,refs){\\n return {\\n label: data.data[0].name,\\n value: data.data[0].value,\\n data: data.data[0].data,\\n unit: \'%\',\\n max: 100,\\n min: 1\\n }\\n }\",\"stylesFormatter\":\"\",\"component\":{\"width\":1887.05,\"height\":74.45,\"name\":\"img\",\"prop\":\"img\"},\"option\":{\"duration\":\"1000\",\"opacity\":0},\"index\":\"1f7bc95d-3bb1-42a8-a0ce-a030e8648273\",\"zIndex\":23,\"child\":{},\"urlType\":0},{\"title\":\"图片\",\"name\":\"图片\",\"icon\":\"icon-img\",\"img\":\"/img/img.97e50755.png\",\"top\":2046.3,\"left\":1006.05,\"dataType\":0,\"data\":{\"value\":\"/img/e075407c0e6063a592c3ae771c399e49.png\"},\"dataFormatter\":\"function(data,params,refs){\\n return {\\n label: data.data[0].name,\\n value: data.data[0].value,\\n data: data.data[0].data,\\n unit: \'%\',\\n max: 100,\\n min: 1\\n }\\n }\",\"stylesFormatter\":\"\",\"component\":{\"width\":2046.65,\"height\":140,\"name\":\"img\",\"prop\":\"img\"},\"option\":{\"duration\":\"1000\",\"opacity\":0},\"index\":\"b1c7d826-2db5-4c8c-9d0c-5deec2833511\",\"zIndex\":22,\"child\":{},\"urlType\":0},{\"title\":\"图片\",\"name\":\"图片\",\"icon\":\"icon-img\",\"img\":\"/img/img.97e50755.png\",\"top\":0,\"left\":0,\"dataType\":0,\"data\":{\"value\":\"/img/7b5593d14f7ab7b83aab9c0bdd43a0b6.png\"},\"dataFormatter\":\"function(data,params,refs){\\n return {\\n label: data.data[0].name,\\n value: data.data[0].value,\\n data: data.data[0].data,\\n unit: \'%\',\\n max: 100,\\n min: 1\\n }\\n }\",\"stylesFormatter\":\"\",\"component\":{\"width\":3840,\"height\":132,\"name\":\"img\",\"prop\":\"img\"},\"option\":{\"duration\":\"1000\",\"opacity\":0},\"index\":\"ab931d7b-98ca-4d30-8fdf-94abece969c6\",\"zIndex\":21,\"child\":{},\"urlType\":0,\"lock\":true},{\"title\":\"设备组件\",\"name\":\"设备组件\",\"icon\":\"icon-flop\",\"img\":\"/img/device.ea103055.png\",\"child\":{\"index\":[],\"paramName\":\"\"},\"top\":536.22,\"left\":1250.23,\"dataType\":0,\"data\":{\"header\":{\"Z0\":\"Z\",\"DeviceStatus1\":\"DeviceStatus\",\"ProgramName2\":\"ProgramName\",\"Output3\":\"Output\",\"X4\":\"X\",\"Y5\":\"Y\",\"Z6\":\"Z\",\"ProgramName7\":\"ProgramName\",\"DeviceStatus8\":\"DeviceStatus\",\"Output9\":\"Output\",\"X10\":\"X\",\"Y11\":\"Y\",\"Z12\":\"Z\",\"ProgramName13\":\"ProgramName\",\"DeviceStatus14\":\"DeviceStatus\",\"Output15\":\"Output\",\"X16\":\"X\",\"Y17\":\"Y\"},\"data\":[{\"bkImage\":null,\"machineId\":\"1509785743398199298\",\"ProgramName2\":\"4\",\"Z0\":\"62741\",\"bkColor\":\"#73D13D\",\"Output3\":\"62726\",\"DeviceStatus1\":\"2\",\"id\":\"1509785743373033474\",\"X4\":\"62731\",\"Y5\":\"62736\",\"cardTitle\":\"YZ01\",\"statusCode\":2},{\"DeviceStatus8\":\"2\",\"bkImage\":null,\"Output9\":\"62746\",\"machineId\":\"1509785743578554370\",\"X10\":\"62751\",\"bkColor\":\"#73D13D\",\"Y11\":\"62756\",\"id\":\"1509785743549194242\",\"Z6\":\"62761\",\"cardTitle\":\"YZ02\",\"ProgramName7\":\"1\",\"statusCode\":2},{\"bkImage\":null,\"machineId\":\"1509785744023150594\",\"bkColor\":\"#FFC53D\",\"Z12\":\"62781\",\"id\":\"1509785743679217665\",\"ProgramName13\":\"2\",\"Output15\":\"62766\",\"X16\":\"62771\",\"cardTitle\":\"YZ03\",\"DeviceStatus14\":\"3\",\"Y17\":\"62776\",\"statusCode\":3}]},\"dataFormatter\":null,\"stylesFormatter\":\"\",\"component\":{\"width\":2102.8,\"height\":253.36,\"name\":\"device\",\"prop\":\"device\"},\"option\":{\"span\":3,\"padding\":12,\"textAlign\":\"left\",\"workStationFontSize\":20,\"titlePicMargin\":20,\"workStationColor\":\"#fff\",\"rowMargin\":20,\"picWidth\":200,\"splity\":23,\"splitx\":17,\"fontSize\":16,\"prefixSplity\":4,\"prefixFontSize\":13,\"backgroundColor\":\"#F56C6C\",\"suffixText\":\"人\",\"suffixInline\":true,\"suffixSplitx\":10,\"suffixFontSize\":18,\"diam\":80,\"lampWidth\":60,\"isHideDeviceName\":true,\"isHideImg\":true,\"isLamp\":true,\"showColorRect\":true},\"index\":\"ddf13038-b63f-4ac2-ae89-283547a30e18\",\"zIndex\":20,\"urlType\":1,\"url\":\"/api/blade-visual/status/workstation-status\",\"dataMethod\":\"post\",\"dataParams\":{\"workStationIdList\":[\"1509785743373033474\",\"1509785743549194242\",\"1509785743679217665\"]}},{\"title\":\"设备组件\",\"name\":\"设备组件\",\"icon\":\"icon-flop\",\"img\":\"/img/device.ea103055.png\",\"child\":{\"index\":[],\"paramName\":\"\"},\"top\":1329.42,\"left\":1277.97,\"dataType\":0,\"data\":{\"header\":{\"Z0\":\"Z\",\"ProgramName1\":\"ProgramName\",\"DeviceStatus2\":\"DeviceStatus\",\"Output3\":\"Output\",\"X4\":\"X\",\"Y5\":\"Y\",\"Z6\":\"Z\",\"ProgramName7\":\"ProgramName\",\"DeviceStatus8\":\"DeviceStatus\",\"Output9\":\"Output\",\"X10\":\"X\",\"Y11\":\"Y\",\"Z12\":\"Z\",\"ProgramName13\":\"ProgramName\",\"DeviceStatus14\":\"DeviceStatus\",\"Output15\":\"Output\",\"X16\":\"X\",\"Y17\":\"Y\"},\"data\":[{\"bkImage\":null,\"machineId\":\"1509785745721843713\",\"ProgramName1\":\"3\",\"Z0\":\"63061\",\"bkColor\":\"#595959\",\"Output3\":\"63046\",\"DeviceStatus2\":\"4\",\"id\":\"1509785745696677889\",\"X4\":\"63051\",\"Y5\":\"63056\",\"cardTitle\":\"YZ07\",\"statusCode\":4},{\"DeviceStatus8\":\"5\",\"bkImage\":null,\"Output9\":\"63086\",\"machineId\":\"1509785746489401345\",\"X10\":\"63091\",\"bkColor\":\"#40A9FF\",\"Y11\":\"63096\",\"id\":\"1509785746422292482\",\"Z6\":\"63101\",\"cardTitle\":\"YZ09\",\"ProgramName7\":\"3\",\"statusCode\":5},{\"bkImage\":null,\"machineId\":\"1509785746216771585\",\"bkColor\":\"#FFC53D\",\"Z12\":\"63081\",\"id\":\"1509785746145468417\",\"ProgramName13\":\"3\",\"Output15\":\"63066\",\"X16\":\"63071\",\"cardTitle\":\"YZ08\",\"DeviceStatus14\":\"3\",\"Y17\":\"63076\",\"statusCode\":3}]},\"dataFormatter\":null,\"stylesFormatter\":\"\",\"component\":{\"width\":1919.52,\"height\":279.75,\"name\":\"device\",\"prop\":\"device\"},\"option\":{\"span\":3,\"padding\":12,\"textAlign\":\"left\",\"workStationFontSize\":20,\"titlePicMargin\":20,\"workStationColor\":\"#fff\",\"rowMargin\":20,\"picWidth\":200,\"splity\":23,\"splitx\":17,\"fontSize\":16,\"prefixSplity\":4,\"prefixFontSize\":13,\"backgroundColor\":\"#F56C6C\",\"suffixText\":\"人\",\"suffixInline\":true,\"suffixSplitx\":10,\"suffixFontSize\":18,\"diam\":80,\"lampWidth\":60,\"isHideDeviceName\":true,\"isHideImg\":true,\"isLamp\":true,\"showColorRect\":true},\"index\":\"5a8ff5fa-bf6f-48e8-a22c-805b744d064c\",\"zIndex\":19,\"urlType\":1,\"url\":\"/api/blade-visual/status/workstation-status\",\"dataMethod\":\"post\",\"dataParams\":{\"workStationIdList\":[\"1509785745696677889\",\"1509785746422292482\",\"1509785746145468417\"]},\"lock\":false},{\"title\":\"文本框\",\"name\":\"文本框\",\"icon\":\"icon-text\",\"img\":\"/img/text.852a3c54.png\",\"dataType\":0,\"dataFormatter\":\"function(data,params,refs){\\n return {\\n label: data.data[0].name,\\n value: data.data[0].value,\\n data: data.data[0].data,\\n unit: \'%\',\\n max: 100,\\n min: 1\\n }\\n }\",\"stylesFormatter\":\"\",\"child\":{\"index\":[],\"paramName\":\"\"},\"data\":{\"value\":\"YZ01\"},\"component\":{\"width\":224.2,\"height\":67.6,\"name\":\"text\",\"prop\":\"text\"},\"option\":{\"textAlign\":\"center\",\"fontSize\":40,\"fontWeight\":\"normal\",\"color\":\"rgba(0, 186, 189, 1)\",\"split\":0,\"lineHeight\":0},\"left\":2475.72,\"top\":1633.92,\"index\":\"c417b245-148d-490d-8cc5-8eb30a2a9415\",\"zIndex\":18,\"urlType\":0},{\"title\":\"文本框\",\"name\":\"文本框\",\"icon\":\"icon-text\",\"img\":\"/img/text.852a3c54.png\",\"dataType\":0,\"dataFormatter\":\"function(data,params,refs){\\n return {\\n label: data.data[0].name,\\n value: data.data[0].value,\\n data: data.data[0].data,\\n unit: \'%\',\\n max: 100,\\n min: 1\\n }\\n }\",\"stylesFormatter\":\"\",\"child\":{\"index\":[],\"paramName\":\"\"},\"data\":{\"value\":\"YZ06\"},\"component\":{\"width\":224.2,\"height\":67.6,\"name\":\"text\",\"prop\":\"text\"},\"option\":{\"textAlign\":\"center\",\"fontSize\":40,\"fontWeight\":\"normal\",\"color\":\"rgba(0, 186, 189, 1)\",\"split\":0,\"lineHeight\":0},\"left\":2478.48,\"top\":695.52,\"index\":\"18c963c3-4755-4410-8fc4-0d6dd2d86886\",\"zIndex\":17,\"urlType\":0},{\"title\":\"文本框\",\"name\":\"文本框\",\"icon\":\"icon-text\",\"img\":\"/img/text.852a3c54.png\",\"dataType\":0,\"dataFormatter\":\"function(data,params,refs){\\n return {\\n label: data.data[0].name,\\n value: data.data[0].value,\\n data: data.data[0].data,\\n unit: \'%\',\\n max: 100,\\n min: 1\\n }\\n }\",\"stylesFormatter\":\"\",\"child\":{\"index\":[],\"paramName\":\"\"},\"data\":{\"value\":\"YZ01\"},\"component\":{\"width\":224.2,\"height\":67.6,\"name\":\"text\",\"prop\":\"text\"},\"option\":{\"textAlign\":\"center\",\"fontSize\":40,\"fontWeight\":\"normal\",\"color\":\"rgba(0, 186, 189, 1)\",\"split\":0,\"lineHeight\":0},\"left\":1098.48,\"top\":706.56,\"index\":\"0ecf44f1-a98f-4f99-b6b0-4a12843256e7\",\"zIndex\":16,\"urlType\":0},{\"title\":\"文本框\",\"name\":\"文本框\",\"icon\":\"icon-text\",\"img\":\"/img/text.852a3c54.png\",\"dataType\":0,\"dataFormatter\":\"function(data,params,refs){\\n return {\\n label: data.data[0].name,\\n value: data.data[0].value,\\n data: data.data[0].data,\\n unit: \'%\',\\n max: 100,\\n min: 1\\n }\\n }\",\"stylesFormatter\":\"\",\"child\":{\"index\":[],\"paramName\":\"\"},\"data\":{\"value\":\"YZ04\"},\"component\":{\"width\":224.2,\"height\":67.6,\"name\":\"text\",\"prop\":\"text\"},\"option\":{\"textAlign\":\"center\",\"fontSize\":40,\"fontWeight\":\"normal\",\"color\":\"rgba(0, 186, 189, 1)\",\"split\":0,\"lineHeight\":0},\"left\":1316.52,\"top\":695.52,\"index\":\"26ee8e8c-ad36-4026-b4c0-05998490e884\",\"zIndex\":15,\"urlType\":0},{\"title\":\"文本框\",\"name\":\"文本框\",\"icon\":\"icon-text\",\"img\":\"/img/text.852a3c54.png\",\"dataType\":0,\"dataFormatter\":\"function(data,params,refs){\\n return {\\n label: data.data[0].name,\\n value: data.data[0].value,\\n data: data.data[0].data,\\n unit: \'%\',\\n max: 100,\\n min: 1\\n }\\n }\",\"stylesFormatter\":\"\",\"child\":{\"index\":[],\"paramName\":\"\"},\"data\":{\"value\":\"YZ02\"},\"component\":{\"width\":224.2,\"height\":67.6,\"name\":\"text\",\"prop\":\"text\"},\"option\":{\"textAlign\":\"center\",\"fontSize\":40,\"fontWeight\":\"normal\",\"color\":\"rgba(0, 186, 189, 1)\",\"split\":0,\"lineHeight\":0},\"left\":1719.48,\"top\":690,\"index\":\"1b08343f-03e2-46da-981b-f68a4ffc3ba6\",\"zIndex\":14,\"urlType\":0},{\"title\":\"文本框\",\"name\":\"文本框\",\"icon\":\"icon-text\",\"img\":\"/img/text.852a3c54.png\",\"dataType\":0,\"dataFormatter\":\"function(data,params,refs){\\n return {\\n label: data.data[0].name,\\n value: data.data[0].value,\\n data: data.data[0].data,\\n unit: \'%\',\\n max: 100,\\n min: 1\\n }\\n }\",\"stylesFormatter\":\"\",\"child\":{\"index\":[],\"paramName\":\"\"},\"data\":{\"value\":\"YZ05\"},\"component\":{\"width\":224.2,\"height\":67.6,\"name\":\"text\",\"prop\":\"text\"},\"option\":{\"textAlign\":\"center\",\"fontSize\":40,\"fontWeight\":\"normal\",\"color\":\"rgba(0, 186, 189, 1)\",\"split\":0,\"lineHeight\":0},\"left\":2105.88,\"top\":690,\"index\":\"dc6796cb-1da7-4eb6-b6d8-b8cb6cc17532\",\"zIndex\":13,\"urlType\":0},{\"title\":\"文本框\",\"name\":\"文本框\",\"icon\":\"icon-text\",\"img\":\"/img/text.852a3c54.png\",\"dataType\":0,\"dataFormatter\":\"function(data,params,refs){\\n return {\\n label: data.data[0].name,\\n value: data.data[0].value,\\n data: data.data[0].data,\\n unit: \'%\',\\n max: 100,\\n min: 1\\n }\\n }\",\"stylesFormatter\":\"\",\"child\":{\"index\":[],\"paramName\":\"\"},\"data\":{\"value\":\"YZ07\"},\"component\":{\"width\":224.2,\"height\":67.6,\"name\":\"text\",\"prop\":\"text\"},\"option\":{\"textAlign\":\"center\",\"fontSize\":40,\"fontWeight\":\"normal\",\"color\":\"rgba(0, 186, 189, 1)\",\"split\":0,\"lineHeight\":0},\"left\":1164.72,\"top\":1628.4,\"index\":\"2890d74d-099b-4d8a-b391-e303629b9c4e\",\"zIndex\":12,\"urlType\":0},{\"title\":\"文本框\",\"name\":\"文本框\",\"icon\":\"icon-text\",\"img\":\"/img/text.852a3c54.png\",\"dataType\":0,\"dataFormatter\":\"function(data,params,refs){\\n return {\\n label: data.data[0].name,\\n value: data.data[0].value,\\n data: data.data[0].data,\\n unit: \'%\',\\n max: 100,\\n min: 1\\n }\\n }\",\"stylesFormatter\":\"\",\"child\":{\"index\":[],\"paramName\":\"\"},\"data\":{\"value\":\"YZ08\"},\"component\":{\"width\":224.2,\"height\":67.6,\"name\":\"text\",\"prop\":\"text\"},\"option\":{\"textAlign\":\"center\",\"fontSize\":40,\"fontWeight\":\"normal\",\"color\":\"rgba(0, 186, 189, 1)\",\"split\":0,\"lineHeight\":0},\"left\":1813.32,\"top\":1644.96,\"index\":\"a0a40629-d116-4081-8290-2b7e8728909c\",\"zIndex\":11,\"urlType\":0},{\"title\":\"文本框\",\"name\":\"文本框\",\"icon\":\"icon-text\",\"img\":\"/img/text.852a3c54.png\",\"dataType\":0,\"dataFormatter\":\"function(data,params,refs){\\n return {\\n label: data.data[0].name,\\n value: data.data[0].value,\\n data: data.data[0].data,\\n unit: \'%\',\\n max: 100,\\n min: 1\\n }\\n }\",\"stylesFormatter\":\"\",\"child\":{\"index\":[],\"paramName\":\"\"},\"data\":{\"value\":\"YZ09\"},\"component\":{\"width\":224.2,\"height\":-680.36,\"name\":\"text\",\"prop\":\"text\"},\"option\":{\"textAlign\":\"center\",\"fontSize\":40,\"fontWeight\":\"normal\",\"color\":\"rgba(0, 186, 189, 1)\",\"split\":0,\"lineHeight\":0},\"left\":2180.4,\"top\":1656,\"index\":\"3d754ebd-e0ec-4f46-9d65-503cc9010703\",\"zIndex\":10,\"urlType\":0},{\"name\":\"轮播卡片\",\"title\":\"轮播卡片\",\"icon\":\"icon-bar\",\"img\":\"/img/text4.6ceac5ea.png\",\"dataType\":0,\"data\":{\"header\":{\"code\":\"报警编码\",\"msg\":\"报警详情\"},\"data\":[{\"code\":\"999\",\"msg\":\"600104\"}]},\"dataFormatter\":\"\",\"stylesFormatter\":\"\",\"component\":{\"width\":201.02,\"height\":140.92,\"name\":\"cards\",\"prop\":\"cards\"},\"option\":{\"direction\":\"horizontal\",\"interval\":3000,\"time\":5000,\"autoplay\":true,\"fontColor\":\"#fff\",\"fontSize\":24,\"bgColor\":\"#000\",\"isAlarm\":true},\"left\":2406.21,\"top\":465.81,\"index\":\"c11cdf5a-42f1-45e3-8b0e-ed1416f75850\",\"zIndex\":9,\"child\":{},\"urlType\":1,\"url\":\"/api/blade-visual/status/workstation-alarm\",\"dataMethod\":\"post\",\"dataParams\":{\"bbb\":[],\"workStationIdList\":[\"1509785743549194242\"]}},{\"name\":\"轮播卡片\",\"title\":\"轮播卡片\",\"icon\":\"icon-bar\",\"img\":\"/img/text4.6ceac5ea.png\",\"dataType\":0,\"data\":{\"header\":{\"code\":\"报警编码\",\"msg\":\"报警详情\"},\"data\":[{\"code\":\"999\",\"msg\":\"600104\"}]},\"dataFormatter\":\"\",\"stylesFormatter\":\"\",\"component\":{\"width\":200.57,\"height\":136.39,\"name\":\"cards\",\"prop\":\"cards\"},\"option\":{\"direction\":\"horizontal\",\"interval\":3000,\"time\":5000,\"autoplay\":true,\"fontColor\":\"#fff\",\"fontSize\":24,\"bgColor\":\"#000\",\"isAlarm\":true},\"left\":1209.45,\"top\":944.64,\"index\":\"6e3b2c58-0d25-41f5-a1c8-bfd20f744266\",\"zIndex\":8,\"child\":{},\"urlType\":1,\"url\":\"/api/blade-visual/status/workstation-alarm\",\"dataMethod\":\"post\",\"dataParams\":{\"bbb\":[],\"workStationIdList\":[\"1509785743549194242\"]}},{\"name\":\"轮播卡片\",\"title\":\"轮播卡片\",\"icon\":\"icon-bar\",\"img\":\"/img/text4.6ceac5ea.png\",\"dataType\":0,\"data\":{\"header\":{\"code\":\"报警编码\",\"msg\":\"报警详情\"},\"data\":[{\"code\":\"999\",\"msg\":\"600104\"}]},\"dataFormatter\":\"\",\"stylesFormatter\":\"\",\"component\":{\"width\":187.01,\"height\":162.55,\"name\":\"cards\",\"prop\":\"cards\"},\"option\":{\"direction\":\"horizontal\",\"interval\":3000,\"time\":5000,\"autoplay\":true,\"fontColor\":\"#fff\",\"fontSize\":24,\"bgColor\":\"#000\",\"isAlarm\":true},\"left\":1735.47,\"top\":1031.64,\"index\":\"3d4c520a-2680-462c-9e58-6c9fdee4242e\",\"zIndex\":7,\"child\":{},\"urlType\":1,\"url\":\"/api/blade-visual/status/workstation-alarm\",\"dataMethod\":\"post\",\"dataParams\":{\"bbb\":[],\"workStationIdList\":[\"1509785743549194242\"]}},{\"name\":\"轮播卡片\",\"title\":\"轮播卡片\",\"icon\":\"icon-bar\",\"img\":\"/img/text4.6ceac5ea.png\",\"dataType\":0,\"data\":{\"header\":{\"code\":\"报警编码\",\"msg\":\"报警详情\"},\"data\":[{\"code\":\"999\",\"msg\":\"600104\"}]},\"dataFormatter\":\"\",\"stylesFormatter\":\"\",\"component\":{\"width\":218.54,\"height\":164.86,\"name\":\"cards\",\"prop\":\"cards\"},\"option\":{\"direction\":\"horizontal\",\"interval\":3000,\"time\":5000,\"autoplay\":true,\"fontColor\":\"#fff\",\"fontSize\":24,\"bgColor\":\"#000\",\"isAlarm\":true},\"left\":2478.15,\"top\":929.79,\"index\":\"ffcea8fd-a9c0-4fe3-8a6e-e59029400a6d\",\"zIndex\":6,\"child\":{},\"urlType\":1,\"url\":\"/api/blade-visual/status/workstation-alarm\",\"dataMethod\":\"post\",\"dataParams\":{\"bbb\":[],\"workStationIdList\":[\"1509785743549194242\"]}},{\"name\":\"轮播卡片\",\"title\":\"轮播卡片\",\"icon\":\"icon-bar\",\"img\":\"/img/text4.6ceac5ea.png\",\"dataType\":0,\"data\":{\"header\":{\"code\":\"报警编码\",\"msg\":\"报警详情\"},\"data\":[{\"code\":\"999\",\"msg\":\"600104\"}]},\"dataFormatter\":\"\",\"stylesFormatter\":\"\",\"component\":{\"width\":215.9,\"height\":156.04,\"name\":\"cards\",\"prop\":\"cards\"},\"option\":{\"direction\":\"horizontal\",\"interval\":3000,\"time\":5000,\"autoplay\":true,\"fontColor\":\"#fff\",\"fontSize\":24,\"bgColor\":\"#000\",\"isAlarm\":true},\"left\":1114.59,\"top\":1284.45,\"index\":\"4136c918-fbb4-4afe-82ef-67629e0b6c25\",\"zIndex\":5,\"child\":{},\"urlType\":1,\"url\":\"/api/blade-visual/status/workstation-alarm\",\"dataMethod\":\"post\",\"dataParams\":{\"bbb\":[],\"workStationIdList\":[\"1509785743549194242\"]}},{\"name\":\"轮播卡片\",\"title\":\"轮播卡片\",\"icon\":\"icon-bar\",\"img\":\"/img/text4.6ceac5ea.png\",\"dataType\":0,\"data\":{\"header\":{\"code\":\"报警编码\",\"msg\":\"报警详情\"},\"data\":[{\"code\":\"999\",\"msg\":\"600104\"}]},\"dataFormatter\":\"\",\"stylesFormatter\":\"\",\"component\":{\"width\":208.7,\"height\":156.58,\"name\":\"cards\",\"prop\":\"cards\"},\"option\":{\"direction\":\"horizontal\",\"interval\":3000,\"time\":5000,\"autoplay\":true,\"fontColor\":\"#fff\",\"fontSize\":24,\"bgColor\":\"#000\",\"isAlarm\":true},\"left\":1699.77,\"top\":1290.78,\"index\":\"6ade9c07-295e-4f7b-83f1-627402690ad3\",\"zIndex\":4,\"child\":{},\"urlType\":1,\"url\":\"/api/blade-visual/status/workstation-alarm\",\"dataMethod\":\"post\",\"dataParams\":{\"bbb\":[],\"workStationIdList\":[\"1509785743549194242\"]}},{\"name\":\"轮播卡片\",\"title\":\"轮播卡片\",\"icon\":\"icon-bar\",\"img\":\"/img/text4.6ceac5ea.png\",\"dataType\":0,\"data\":{\"header\":{\"code\":\"报警编码\",\"msg\":\"报警详情\"},\"data\":[{\"code\":\"999\",\"msg\":\"600104\"}]},\"dataFormatter\":\"\",\"stylesFormatter\":\"\",\"component\":{\"width\":236.45,\"height\":144.34,\"name\":\"cards\",\"prop\":\"cards\"},\"option\":{\"direction\":\"horizontal\",\"interval\":3000,\"time\":5000,\"autoplay\":true,\"fontColor\":\"#fff\",\"fontSize\":24,\"bgColor\":\"#000\",\"isAlarm\":true},\"left\":2310.99,\"top\":1299.12,\"index\":\"7ec46b3d-c448-45b8-926f-410306bf637f\",\"zIndex\":3,\"child\":{},\"urlType\":1,\"url\":\"/api/blade-visual/status/workstation-alarm\",\"dataMethod\":\"post\",\"dataParams\":{\"bbb\":[],\"workStationIdList\":[\"1509785743549194242\"]}},{\"name\":\"轮播卡片\",\"title\":\"轮播卡片\",\"icon\":\"icon-bar\",\"img\":\"/img/text4.6ceac5ea.png\",\"dataType\":0,\"data\":{\"header\":{\"code\":\"报警编码\",\"msg\":\"报警详情\"},\"data\":[{\"code\":\"999\",\"msg\":\"600104\"}]},\"dataFormatter\":\"\",\"stylesFormatter\":\"\",\"component\":{\"width\":230.93,\"height\":177.22,\"name\":\"cards\",\"prop\":\"cards\"},\"option\":{\"direction\":\"horizontal\",\"interval\":3000,\"time\":5000,\"autoplay\":true,\"fontColor\":\"#fff\",\"fontSize\":24,\"bgColor\":\"#000\",\"isAlarm\":true},\"left\":1056.36,\"top\":455.4,\"index\":\"16324b7d-5e59-4f92-81b0-68198df70c04\",\"zIndex\":2,\"child\":{},\"urlType\":1,\"url\":\"/api/blade-visual/status/workstation-alarm\",\"dataMethod\":\"post\",\"dataParams\":{\"bbb\":[],\"workStationIdList\":[\"1509785743549194242\"]}},{\"title\":\"图片\",\"name\":\"图片\",\"icon\":\"icon-img\",\"img\":\"/img/img.97e50755.png\",\"top\":306.41,\"left\":901.3,\"dataType\":0,\"data\":{\"value\":\"/img/1015bf1eb7da56d903e66dac71109c28.png\"},\"dataFormatter\":\"function(data,params,refs){\\n return {\\n label: data.data[0].name,\\n value: data.data[0].value,\\n data: data.data[0].data,\\n unit: \'%\',\\n max: 100,\\n min: 1\\n }\\n }\",\"stylesFormatter\":\"\",\"component\":{\"width\":2110.94,\"height\":1610.87,\"name\":\"img\",\"prop\":\"img\"},\"option\":{\"duration\":\"1000\",\"opacity\":0},\"index\":\"00700729-14fb-4c3d-99db-3b1f59dacb53\",\"zIndex\":1,\"child\":{},\"urlType\":0,\"lock\":true},{\"title\":\"图片\",\"name\":\"图片\",\"icon\":\"icon-img\",\"img\":\"/img/img.97e50755.png\",\"top\":0,\"left\":0,\"dataType\":0,\"data\":{\"value\":\"/img/e62a7c16472c8f0c7bad104d95ebe3c3.jpg\"},\"dataFormatter\":\"function(data,params,refs){\\n return {\\n label: data.data[0].name,\\n value: data.data[0].value,\\n data: data.data[0].data,\\n unit: \'%\',\\n max: 100,\\n min: 1\\n }\\n }\",\"stylesFormatter\":\"\",\"component\":{\"width\":3890.6,\"height\":2180.79,\"name\":\"img\",\"prop\":\"img\"},\"option\":{\"duration\":\"1000\",\"opacity\":0.1},\"index\":\"7d98cef9-b77a-462e-875b-5b45f8fc213f\",\"zIndex\":0,\"child\":{},\"urlType\":0,\"lock\":false}],\"menu\":false,\"isname\":false}]'); INSERT INTO blade_visual_comp_type(id, name, type, parent_id, icon, status, order_num, is_deleted, create_user, create_dept, create_time, update_user, update_time) VALUES (1518807897627492354, '图表', 'chart', 0, 'iconfont iconicon_message', 1, 2, 0, NULL, NULL, '2022-04-26 12:23:16', NULL, '2022-04-26 12:23:16'), (1518807898017562626, '柱形图', 'bar', 1518807897627492354, NULL, 1, 1, 0, NULL, NULL, '2022-04-26 12:23:16', 1123598821738675201, '2022-05-31 15:53:40'), (1518807898478936065, '折线图', 'line', 1518807897627492354, NULL, 1, 2, 0, NULL, NULL, '2022-04-26 12:23:16', 1123598821738675201, '2022-05-31 15:53:27'), (1518807899384905730, '饼图', 'pie', 1518807897627492354, NULL, 1, 3, 0, NULL, NULL, '2022-04-26 12:23:16', 1123598821738675201, '2022-05-31 15:53:17'), (1518807902287364097, '仪表盘', 'dashboard', 1518807897627492354, '', 1, 4, 0, NULL, NULL, '2022-04-26 12:23:17', 1123598821738675201, '2022-05-31 15:53:52'), (1518807915021271041, '信息', 'info', 0, '', 1, 34, 0, NULL, NULL, '2022-04-26 12:23:20', NULL, '2022-04-26 12:23:20'), (1518807915541364738, '文本', 'text', 1518807915021271041, '', 1, 35, 0, NULL, NULL, '2022-04-26 12:23:20', 1123598821738675201, '2022-04-27 16:14:05'), (1518807921094623233, '边框', 'border', 1531802529423138818, '', 1, 44, 0, NULL, NULL, '2022-04-26 12:23:21', 1123598821738675201, '2022-06-01 09:03:30'), (1518807921824432129, '装饰', 'decorate', 1531802529423138818, '', 1, 45, 0, NULL, NULL, '2022-04-26 12:23:21', 1123598821738675201, '2022-06-01 09:02:15'), (1518807926647881730, '设备', 'devices', 0, '', 1, 54, 0, NULL, NULL, '2022-04-26 12:23:22', 1123598821738675201, '2022-04-27 16:20:20'), (1519230031388160002, '设备', 'device', 1518807926647881730, 'iconfont iconicon_phone', 1, 0, 0, 1123598821738675201, 1123598813738675201, '2022-04-27 16:20:40', 1123598821738675201, '2022-04-27 16:20:40'), (1519250981332660226, '其他', 'chart_other', 1518807897627492354, '', 1, 120, 0, 1123598821738675201, 1123598813738675201, '2022-04-27 17:43:55', 1123598821738675201, '2022-05-31 15:53:58'), (1519251132059168769, '其他', 'info_others', 1518807915021271041, '', 1, 99, 0, 1123598821738675201, 1123598813738675201, '2022-04-27 17:44:31', 1123598821738675201, '2022-05-31 15:55:17'), (1519251313542508545, '其他', 'others', 0, '', 1, 99, 0, 1123598821738675201, 1123598813738675201, '2022-04-27 17:45:14', 1123598821738675201, '2022-06-01 08:54:21'), (1519306028947025921, '象形图', 'pictogram', 1518807897627492354, 'iconfont iconicon_scan_namecard', 1, 5, 0, 1123598821738675201, 1123598813738675201, '2022-04-27 21:22:39', 1123598821738675201, '2022-04-27 21:22:39'), (1519306692209094658, '进度图', 'progress', 1518807897627492354, '', 1, 4, 0, 1123598821738675201, 1123598813738675201, '2022-04-27 21:25:17', 1123598821738675201, '2022-04-27 22:14:33'), (1519318320526864385, '雷达图', 'radar', 1518807897627492354, '', 1, 8, 0, 1123598821738675201, 1123598813738675201, '2022-04-27 22:11:30', 1123598821738675201, '2022-04-27 22:11:30'), (1519318721410052097, '散点图', 'scatter', 1518807897627492354, '', 1, 10, 0, 1123598821738675201, 1123598813738675201, '2022-04-27 22:13:05', 1123598821738675201, '2022-04-27 22:13:05'), (1519319385850720257, '漏斗图', 'funnel', 1518807897627492354, '', 1, 111, 0, 1123598821738675201, 1123598813738675201, '2022-04-27 22:15:44', 1123598821738675201, '2022-04-27 22:15:44'), (1519325202251460610, '表格', 'tables', 0, '', 1, 3, 0, 1123598821738675201, 1123598813738675201, '2022-04-27 22:38:51', 1123598821738675201, '2022-04-27 22:41:09'), (1519325386276548609, '基础表格', 'base_table', 1519325202251460610, '', 1, 0, 0, 1123598821738675201, 1123598813738675201, '2022-04-27 22:39:34', 1123598821738675201, '2022-04-27 22:39:34'), (1519325536503934978, '轮播表格', 'rotation_table', 1519325202251460610, '', 1, 1, 0, 1123598821738675201, 1123598813738675201, '2022-04-27 22:40:10', 1123598821738675201, '2022-04-27 22:40:10'), (1531802529423138818, '装饰', 'decorates', 0, '', 1, 4, 0, 1123598821738675201, 1123598813738675201, '2022-06-01 08:59:17', 1123598821738675201, '2022-06-01 08:59:17'), (1531804373545361410, '设备报警', 'device_alarm', 1518807926647881730, '', 1, 2, 0, 1123598821738675201, 1123598813738675201, '2022-06-01 09:06:37', 1123598821738675201, '2022-06-01 09:06:37'), (1531804453996306434, '设备状态', 'device_status', 1518807926647881730, '', 1, 0, 0, 1123598821738675201, 1123598813738675201, '2022-06-01 09:06:56', 1123598821738675201, '2022-06-01 09:06:56'), (1531828213826691073, '媒体', 'media', 1519251313542508545, '', 1, 0, 0, 1123598821738675201, 1123598813738675201, '2022-06-01 10:41:21', 1123598821738675201, '2022-06-01 11:20:17'), (1546699488074326017, '产线', 'production-line', 0, '', 1, 100, 0, 1123598821738675201, 1123598813738675201, '2022-07-12 11:34:29', 1123598821738675201, '2022-07-21 16:49:14'), (1546699569250885634, '基础', ' base', 1546699488074326017, '', 1, 0, 0, 1123598821738675201, 1123598813738675201, '2022-07-12 11:34:48', 1123598821738675201, '2022-07-12 11:34:55'), (1546699760750223362, '图例', 'legend', 1546699488074326017, '', 1, 11, 0, 1123598821738675201, 1123598813738675201, '2022-07-12 11:35:34', 1123598821738675201, '2022-07-12 11:35:34');