From 5420e69b590b0ebd86aa7e51c1d0100c4e92f2e5 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Mon, 11 Dec 2023 09:58:04 +0800 Subject: [PATCH] =?UTF-8?q?3.6.0=E5=88=B03.6.1=E5=8D=87=E7=BA=A7sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jeecgboot-sqlserver2019.sql" | 1626 +++++++++++------ ...7\347\272\247\350\204\232\346\234\254.sql" | 155 -- ...7\347\272\247\350\204\232\346\234\254.sql" | 11 + 3 files changed, 1077 insertions(+), 715 deletions(-) delete mode 100644 "db/\345\242\236\351\207\217SQL/3.5.5\345\215\207\347\272\247\345\210\2603.6.0\345\215\207\347\272\247\350\204\232\346\234\254.sql" create mode 100644 "db/\345\242\236\351\207\217SQL/3.6.0\345\215\207\347\272\247\345\210\2603.6.1\345\215\207\347\272\247\350\204\232\346\234\254.sql" diff --git "a/db/\345\205\266\344\273\226\346\225\260\346\215\256\345\272\223/jeecgboot-sqlserver2019.sql" "b/db/\345\205\266\344\273\226\346\225\260\346\215\256\345\272\223/jeecgboot-sqlserver2019.sql" index 9c49bcca53..df87bfa8b3 100644 --- "a/db/\345\205\266\344\273\226\346\225\260\346\215\256\345\272\223/jeecgboot-sqlserver2019.sql" +++ "b/db/\345\205\266\344\273\226\346\225\260\346\215\256\345\272\223/jeecgboot-sqlserver2019.sql" @@ -12,7 +12,7 @@ Target Server Version : 15004188 File Encoding : 65001 - Date: 18/10/2023 19:32:05 + Date: 11/12/2023 09:48:04 */ @@ -36,7 +36,8 @@ CREATE TABLE [dbo].[ceshi_note] ( [dep_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [dep_leader] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [ccc] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL, - [pic] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL + [pic] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL, + [aaa] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL ) GO @@ -127,11 +128,21 @@ EXEC sp_addextendedproperty 'COLUMN', N'pic' GO +EXEC sp_addextendedproperty +'MS_Description', N'aaa', +'SCHEMA', N'dbo', +'TABLE', N'ceshi_note', +'COLUMN', N'aaa' +GO + -- ---------------------------- -- Records of ceshi_note -- ---------------------------- -INSERT INTO [dbo].[ceshi_note] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [sex], [days], [dep_id], [dep_leader], [ccc], [pic]) VALUES (N'1714472554162954241', N'ceshi', N'2023-10-18 10:44:44.0000000', N'ceshi', N'2023-10-18 10:44:59.0000000', NULL, N'叶淼1', N'1', N'22', N'c6d7cb4deeac411cb3384b1b31278596', N'zhangsan', N'1112', N'temp/20180607175028Fn1Lq7zw_1697597070467.png') +INSERT INTO [dbo].[ceshi_note] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [sex], [days], [dep_id], [dep_leader], [ccc], [pic], [aaa]) VALUES (N'1714472554162954241', N'ceshi', N'2023-10-18 10:44:44.0000000', N'admin', N'2023-12-06 17:19:01.0000000', NULL, N'叶淼1', N'1', N'22', N'c6d7cb4deeac411cb3384b1b31278596', N'zhangsan', N'1112', N'temp/国奥村_1701854340680.jpg', NULL) +GO + +INSERT INTO [dbo].[ceshi_note] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [sex], [days], [dep_id], [dep_leader], [ccc], [pic], [aaa]) VALUES (N'1732331378735460354', N'admin', N'2023-12-06 17:29:20.0000000', N'admin', N'2023-12-07 15:40:55.0000000', N'A01', N'222', N'1', NULL, N'', N'', N'', N'temp/国奥村_1701854959455.jpg', N'') GO @@ -5647,17 +5658,17 @@ IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[on GO CREATE TABLE [dbo].[onl_cgform_button] ( - [ID] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, - [BUTTON_CODE] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, - [BUTTON_ICON] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL, - [BUTTON_NAME] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, - [BUTTON_STATUS] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL, - [BUTTON_STYLE] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL, - [EXP] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, - [CGFORM_HEAD_ID] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, - [OPT_TYPE] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL, - [ORDER_NUM] int NULL, - [OPT_POSITION] nvarchar(3) COLLATE Chinese_PRC_CI_AS NULL + [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, + [button_code] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [button_icon] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL, + [button_name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [button_status] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL, + [button_style] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL, + [exp] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, + [cgform_head_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, + [opt_type] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL, + [order_num] int NULL, + [opt_position] nvarchar(3) COLLATE Chinese_PRC_CI_AS NULL ) GO @@ -5668,77 +5679,77 @@ EXEC sp_addextendedproperty 'MS_Description', N'主键ID', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_button', -'COLUMN', N'ID' +'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'按钮编码', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_button', -'COLUMN', N'BUTTON_CODE' +'COLUMN', N'button_code' GO EXEC sp_addextendedproperty 'MS_Description', N'按钮图标', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_button', -'COLUMN', N'BUTTON_ICON' +'COLUMN', N'button_icon' GO EXEC sp_addextendedproperty 'MS_Description', N'按钮名称', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_button', -'COLUMN', N'BUTTON_NAME' +'COLUMN', N'button_name' GO EXEC sp_addextendedproperty 'MS_Description', N'按钮状态', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_button', -'COLUMN', N'BUTTON_STATUS' +'COLUMN', N'button_status' GO EXEC sp_addextendedproperty 'MS_Description', N'按钮样式', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_button', -'COLUMN', N'BUTTON_STYLE' +'COLUMN', N'button_style' GO EXEC sp_addextendedproperty 'MS_Description', N'表达式', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_button', -'COLUMN', N'EXP' +'COLUMN', N'exp' GO EXEC sp_addextendedproperty 'MS_Description', N'表单ID', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_button', -'COLUMN', N'CGFORM_HEAD_ID' +'COLUMN', N'cgform_head_id' GO EXEC sp_addextendedproperty 'MS_Description', N'按钮类型', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_button', -'COLUMN', N'OPT_TYPE' +'COLUMN', N'opt_type' GO EXEC sp_addextendedproperty 'MS_Description', N'排序', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_button', -'COLUMN', N'ORDER_NUM' +'COLUMN', N'order_num' GO EXEC sp_addextendedproperty 'MS_Description', N'按钮位置1侧面 2底部', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_button', -'COLUMN', N'OPT_POSITION' +'COLUMN', N'opt_position' GO EXEC sp_addextendedproperty @@ -5751,31 +5762,31 @@ GO -- ---------------------------- -- Records of onl_cgform_button -- ---------------------------- -INSERT INTO [dbo].[onl_cgform_button] ([ID], [BUTTON_CODE], [BUTTON_ICON], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [CGFORM_HEAD_ID], [OPT_TYPE], [ORDER_NUM], [OPT_POSITION]) VALUES (N'007de67711d08337f7c246b6cfe306ae', N'jihuo', NULL, N'激活', N'1', N'link', NULL, N'9ab817fd4c2e4e7ba6652c4fa46af389', N'js', N'2', N'2') +INSERT INTO [dbo].[onl_cgform_button] ([id], [button_code], [button_icon], [button_name], [button_status], [button_style], [exp], [cgform_head_id], [opt_type], [order_num], [opt_position]) VALUES (N'007de67711d08337f7c246b6cfe306ae', N'jihuo', NULL, N'激活', N'1', N'link', NULL, N'9ab817fd4c2e4e7ba6652c4fa46af389', N'js', N'2', N'2') GO -INSERT INTO [dbo].[onl_cgform_button] ([ID], [BUTTON_CODE], [BUTTON_ICON], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [CGFORM_HEAD_ID], [OPT_TYPE], [ORDER_NUM], [OPT_POSITION]) VALUES (N'108a564643763de3f4c81bc2deb463df', N'bt1', NULL, N'激活', N'1', N'button', NULL, N'05a3a30dada7411c9109306aa4117068', N'js', NULL, N'2') +INSERT INTO [dbo].[onl_cgform_button] ([id], [button_code], [button_icon], [button_name], [button_status], [button_style], [exp], [cgform_head_id], [opt_type], [order_num], [opt_position]) VALUES (N'108a564643763de3f4c81bc2deb463df', N'bt1', NULL, N'激活', N'1', N'button', NULL, N'05a3a30dada7411c9109306aa4117068', N'js', NULL, N'2') GO -INSERT INTO [dbo].[onl_cgform_button] ([ID], [BUTTON_CODE], [BUTTON_ICON], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [CGFORM_HEAD_ID], [OPT_TYPE], [ORDER_NUM], [OPT_POSITION]) VALUES (N'5173e0b138c808f03d17d08ec4e66f3a', N'hangjihuo', NULL, N'行激活', N'0', N'link', NULL, N'9ab817fd4c2e4e7ba6652c4fa46af389', N'js', NULL, N'2') +INSERT INTO [dbo].[onl_cgform_button] ([id], [button_code], [button_icon], [button_name], [button_status], [button_style], [exp], [cgform_head_id], [opt_type], [order_num], [opt_position]) VALUES (N'5173e0b138c808f03d17d08ec4e66f3a', N'hangjihuo', NULL, N'行激活', N'0', N'link', NULL, N'9ab817fd4c2e4e7ba6652c4fa46af389', N'js', NULL, N'2') GO -INSERT INTO [dbo].[onl_cgform_button] ([ID], [BUTTON_CODE], [BUTTON_ICON], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [CGFORM_HEAD_ID], [OPT_TYPE], [ORDER_NUM], [OPT_POSITION]) VALUES (N'7c140322fb6b1da7a5daed8b6edc0fb7', N'tjbpm', NULL, N'提交流程', N'1', N'link', NULL, N'05a3a30dada7411c9109306aa4117068', N'js', NULL, N'2') +INSERT INTO [dbo].[onl_cgform_button] ([id], [button_code], [button_icon], [button_name], [button_status], [button_style], [exp], [cgform_head_id], [opt_type], [order_num], [opt_position]) VALUES (N'7c140322fb6b1da7a5daed8b6edc0fb7', N'tjbpm', NULL, N'提交流程', N'1', N'link', NULL, N'05a3a30dada7411c9109306aa4117068', N'js', NULL, N'2') GO -INSERT INTO [dbo].[onl_cgform_button] ([ID], [BUTTON_CODE], [BUTTON_ICON], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [CGFORM_HEAD_ID], [OPT_TYPE], [ORDER_NUM], [OPT_POSITION]) VALUES (N'a45bc1c6fba96be6b0c91ffcdd6b54aa', N'genereate_person_config', N'icon-edit', N'生成配置', N'1', N'link', NULL, N'e2faf977fdaf4b25a524f58c2441a51c', N'js', NULL, N'2') +INSERT INTO [dbo].[onl_cgform_button] ([id], [button_code], [button_icon], [button_name], [button_status], [button_style], [exp], [cgform_head_id], [opt_type], [order_num], [opt_position]) VALUES (N'a45bc1c6fba96be6b0c91ffcdd6b54aa', N'genereate_person_config', N'icon-edit', N'生成配置', N'1', N'link', NULL, N'e2faf977fdaf4b25a524f58c2441a51c', N'js', NULL, N'2') GO -INSERT INTO [dbo].[onl_cgform_button] ([ID], [BUTTON_CODE], [BUTTON_ICON], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [CGFORM_HEAD_ID], [OPT_TYPE], [ORDER_NUM], [OPT_POSITION]) VALUES (N'cc1d12de57a1a41d3986ed6d13e3ac11', N'链接按钮测试', N'icon-edit', N'自定义link', N'1', N'link', NULL, N'd35109c3632c4952a19ecc094943dd71', N'js', NULL, N'2') +INSERT INTO [dbo].[onl_cgform_button] ([id], [button_code], [button_icon], [button_name], [button_status], [button_style], [exp], [cgform_head_id], [opt_type], [order_num], [opt_position]) VALUES (N'cc1d12de57a1a41d3986ed6d13e3ac11', N'链接按钮测试', N'icon-edit', N'自定义link', N'1', N'link', NULL, N'd35109c3632c4952a19ecc094943dd71', N'js', NULL, N'2') GO -INSERT INTO [dbo].[onl_cgform_button] ([ID], [BUTTON_CODE], [BUTTON_ICON], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [CGFORM_HEAD_ID], [OPT_TYPE], [ORDER_NUM], [OPT_POSITION]) VALUES (N'e2a339b9fdb4091bee98408c233ab36d', N'zuofei', NULL, N'作废', N'1', N'form', NULL, N'05a3a30dada7411c9109306aa4117068', N'js', NULL, N'2') +INSERT INTO [dbo].[onl_cgform_button] ([id], [button_code], [button_icon], [button_name], [button_status], [button_style], [exp], [cgform_head_id], [opt_type], [order_num], [opt_position]) VALUES (N'e2a339b9fdb4091bee98408c233ab36d', N'zuofei', NULL, N'作废', N'1', N'form', NULL, N'05a3a30dada7411c9109306aa4117068', N'js', NULL, N'2') GO -INSERT INTO [dbo].[onl_cgform_button] ([ID], [BUTTON_CODE], [BUTTON_ICON], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [CGFORM_HEAD_ID], [OPT_TYPE], [ORDER_NUM], [OPT_POSITION]) VALUES (N'e95e84b749761b574a9cc0967c06c2a9', N'test1', NULL, N'弹出表单', N'1', N'button', NULL, N'9ab817fd4c2e4e7ba6652c4fa46af389', N'js', N'1', N'2') +INSERT INTO [dbo].[onl_cgform_button] ([id], [button_code], [button_icon], [button_name], [button_status], [button_style], [exp], [cgform_head_id], [opt_type], [order_num], [opt_position]) VALUES (N'e95e84b749761b574a9cc0967c06c2a9', N'test1', NULL, N'弹出表单', N'1', N'button', NULL, N'9ab817fd4c2e4e7ba6652c4fa46af389', N'js', N'1', N'2') GO -INSERT INTO [dbo].[onl_cgform_button] ([ID], [BUTTON_CODE], [BUTTON_ICON], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [CGFORM_HEAD_ID], [OPT_TYPE], [ORDER_NUM], [OPT_POSITION]) VALUES (N'ebcc48ef0bde4433a6faf940a5e170c1', N'button按钮测试', N'icon-edit', N'自定义button', N'1', N'button', NULL, N'd35109c3632c4952a19ecc094943dd71', N'js', NULL, N'2') +INSERT INTO [dbo].[onl_cgform_button] ([id], [button_code], [button_icon], [button_name], [button_status], [button_style], [exp], [cgform_head_id], [opt_type], [order_num], [opt_position]) VALUES (N'ebcc48ef0bde4433a6faf940a5e170c1', N'button按钮测试', N'icon-edit', N'自定义button', N'1', N'button', NULL, N'd35109c3632c4952a19ecc094943dd71', N'js', NULL, N'2') GO @@ -5787,13 +5798,13 @@ IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[on GO CREATE TABLE [dbo].[onl_cgform_enhance_java] ( - [ID] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, - [BUTTON_CODE] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, - [CG_JAVA_TYPE] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, - [CG_JAVA_VALUE] nvarchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL, - [CGFORM_HEAD_ID] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, - [ACTIVE_STATUS] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL, - [EVENT] nvarchar(10) COLLATE Chinese_PRC_CI_AS NOT NULL + [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, + [button_code] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, + [cg_java_type] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, + [cg_java_value] nvarchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL, + [cgform_head_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, + [active_status] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL, + [event] nvarchar(10) COLLATE Chinese_PRC_CI_AS NOT NULL ) GO @@ -5804,42 +5815,42 @@ EXEC sp_addextendedproperty 'MS_Description', N'按钮编码', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_java', -'COLUMN', N'BUTTON_CODE' +'COLUMN', N'button_code' GO EXEC sp_addextendedproperty 'MS_Description', N'类型', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_java', -'COLUMN', N'CG_JAVA_TYPE' +'COLUMN', N'cg_java_type' GO EXEC sp_addextendedproperty 'MS_Description', N'数值', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_java', -'COLUMN', N'CG_JAVA_VALUE' +'COLUMN', N'cg_java_value' GO EXEC sp_addextendedproperty 'MS_Description', N'表单ID', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_java', -'COLUMN', N'CGFORM_HEAD_ID' +'COLUMN', N'cgform_head_id' GO EXEC sp_addextendedproperty 'MS_Description', N'生效状态', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_java', -'COLUMN', N'ACTIVE_STATUS' +'COLUMN', N'active_status' GO EXEC sp_addextendedproperty 'MS_Description', N'事件状态(end:结束,start:开始)', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_java', -'COLUMN', N'EVENT' +'COLUMN', N'event' GO @@ -5855,11 +5866,11 @@ IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[on GO CREATE TABLE [dbo].[onl_cgform_enhance_js] ( - [ID] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, - [CG_JS] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, - [CG_JS_TYPE] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL, - [CONTENT] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL, - [CGFORM_HEAD_ID] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL + [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, + [cg_js] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, + [cg_js_type] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL, + [content] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL, + [cgform_head_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL ) GO @@ -5870,42 +5881,42 @@ EXEC sp_addextendedproperty 'MS_Description', N'主键ID', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_js', -'COLUMN', N'ID' +'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'JS增强内容', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_js', -'COLUMN', N'CG_JS' +'COLUMN', N'cg_js' GO EXEC sp_addextendedproperty 'MS_Description', N'类型', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_js', -'COLUMN', N'CG_JS_TYPE' +'COLUMN', N'cg_js_type' GO EXEC sp_addextendedproperty 'MS_Description', N'备注', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_js', -'COLUMN', N'CONTENT' +'COLUMN', N'content' GO EXEC sp_addextendedproperty 'MS_Description', N'表单ID', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_js', -'COLUMN', N'CGFORM_HEAD_ID' +'COLUMN', N'cgform_head_id' GO -- ---------------------------- -- Records of onl_cgform_enhance_js -- ---------------------------- -INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'0b326acbbc8e52c9c9ecdb19342fc3cf', N'show(){ +INSERT INTO [dbo].[onl_cgform_enhance_js] ([id], [cg_js], [cg_js_type], [content], [cgform_head_id]) VALUES (N'0b326acbbc8e52c9c9ecdb19342fc3cf', N'show(){ console.log(''form'',that) //this.form.setFieldsValue({"name":"name值"}) that.$nextTick(() => { @@ -5933,13 +5944,13 @@ onlChange(){ ', N'form', NULL, N'05a3a30dada7411c9109306aa4117068') GO -INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'274b5d741a0262d3411958f0c465c5f0', N'genereate_person_config(row){ +INSERT INTO [dbo].[onl_cgform_enhance_js] ([id], [cg_js], [cg_js_type], [content], [cgform_head_id]) VALUES (N'274b5d741a0262d3411958f0c465c5f0', N'genereate_person_config(row){ console.log(''选择'',row) alert(row.name + '',个人积分配置生成成功!''); }', N'list', NULL, N'e2faf977fdaf4b25a524f58c2441a51c') GO -INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'2cbaf25f1edb620bea2d8de07f8233a1', N'air_china_post_materiel_item_onlChange(){ +INSERT INTO [dbo].[onl_cgform_enhance_js] ([id], [cg_js], [cg_js_type], [content], [cgform_head_id]) VALUES (N'2cbaf25f1edb620bea2d8de07f8233a1', N'air_china_post_materiel_item_onlChange(){ return { wl_name(){ @@ -5960,13 +5971,13 @@ INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT }', N'form', NULL, N'e67d26b610dd414c884c4dbb24e71ce3') GO -INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'32e7b7373abe0fb9c4dd608b4517f814', N'', N'form', NULL, N'53a3e82b54b946c2b904f605875a275c') +INSERT INTO [dbo].[onl_cgform_enhance_js] ([id], [cg_js], [cg_js_type], [content], [cgform_head_id]) VALUES (N'32e7b7373abe0fb9c4dd608b4517f814', N'', N'form', NULL, N'53a3e82b54b946c2b904f605875a275c') GO -INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'35d4ef464e5e8c87c9aa82ea89215fc1', N'', N'list', NULL, N'e67d26b610dd414c884c4dbb24e71ce3') +INSERT INTO [dbo].[onl_cgform_enhance_js] ([id], [cg_js], [cg_js_type], [content], [cgform_head_id]) VALUES (N'35d4ef464e5e8c87c9aa82ea89215fc1', N'', N'list', NULL, N'e67d26b610dd414c884c4dbb24e71ce3') GO -INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'44cad4eec436328ed3cc134855f8d1d5', N' onlChange(){ +INSERT INTO [dbo].[onl_cgform_enhance_js] ([id], [cg_js], [cg_js_type], [content], [cgform_head_id]) VALUES (N'44cad4eec436328ed3cc134855f8d1d5', N' onlChange(){   return {   name(that, event) { that.executeMainFillRule() @@ -5975,10 +5986,10 @@ INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT }', N'form', NULL, N'4adec929a6594108bef5b35ee9966e9f') GO -INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'4569bc0e6126d2b8a0e0c69b9a47e8db', N'', N'list', NULL, N'56efb74326e74064b60933f6f8af30ea') +INSERT INTO [dbo].[onl_cgform_enhance_js] ([id], [cg_js], [cg_js_type], [content], [cgform_head_id]) VALUES (N'4569bc0e6126d2b8a0e0c69b9a47e8db', N'', N'list', NULL, N'56efb74326e74064b60933f6f8af30ea') GO -INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'5e9ccc1e2b977bdd5a873a6bd6311290', N'jihuo_hook(){ +INSERT INTO [dbo].[onl_cgform_enhance_js] ([id], [cg_js], [cg_js_type], [content], [cgform_head_id]) VALUES (N'5e9ccc1e2b977bdd5a873a6bd6311290', N'jihuo_hook(){ console.log(''当前选中行的id'', this); console.log(''this.abc'', this.abc); import {useMessage} from "@/hooks/useMessage" @@ -6010,7 +6021,7 @@ setup(){ }', N'list', NULL, N'9ab817fd4c2e4e7ba6652c4fa46af389') GO -INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'6dd82d8eac166627302230a809233481', N'ces_order_goods_onlChange(){ +INSERT INTO [dbo].[onl_cgform_enhance_js] ([id], [cg_js], [cg_js_type], [content], [cgform_head_id]) VALUES (N'6dd82d8eac166627302230a809233481', N'ces_order_goods_onlChange(){ return { num(){ @@ -6034,7 +6045,7 @@ INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT }', N'form', NULL, N'56efb74326e74064b60933f6f8af30ea') GO -INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'73ff4666e0cf5c2070263345e1e11835', N'one(){ +INSERT INTO [dbo].[onl_cgform_enhance_js] ([id], [cg_js], [cg_js_type], [content], [cgform_head_id]) VALUES (N'73ff4666e0cf5c2070263345e1e11835', N'one(){ console.log(''当前选中行的id'', this.selectedRowKeys); } @@ -6046,16 +6057,16 @@ beforeDelete(row){ }', N'list', NULL, N'553a4172fde446419cb602dc70f9ee67') GO -INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'85e7acd772c8ec322b97a1fd548007e0', N'', N'form', NULL, N'09fd28e4b7184c1a9668496a5c496450') +INSERT INTO [dbo].[onl_cgform_enhance_js] ([id], [cg_js], [cg_js_type], [content], [cgform_head_id]) VALUES (N'85e7acd772c8ec322b97a1fd548007e0', N'', N'form', NULL, N'09fd28e4b7184c1a9668496a5c496450') GO -INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'8b76f282ddc81ce99a129e90fdd977ce', N'', N'form', NULL, N'86bf17839a904636b7ed96201b2fa6ea') +INSERT INTO [dbo].[onl_cgform_enhance_js] ([id], [cg_js], [cg_js_type], [content], [cgform_head_id]) VALUES (N'8b76f282ddc81ce99a129e90fdd977ce', N'', N'form', NULL, N'86bf17839a904636b7ed96201b2fa6ea') GO -INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'90394fbc3d48978cc0937bc56f2d5370', N'', N'list', NULL, N'deea5a8ec619460c9245ba85dbc59e80') +INSERT INTO [dbo].[onl_cgform_enhance_js] ([id], [cg_js], [cg_js_type], [content], [cgform_head_id]) VALUES (N'90394fbc3d48978cc0937bc56f2d5370', N'', N'list', NULL, N'deea5a8ec619460c9245ba85dbc59e80') GO -INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'a0ca1d842f138ba2cda00bc44e95edd9', N'loaded(){ +INSERT INTO [dbo].[onl_cgform_enhance_js] ([id], [cg_js], [cg_js_type], [content], [cgform_head_id]) VALUES (N'a0ca1d842f138ba2cda00bc44e95edd9', N'loaded(){ this.$nextTick(()=>{ let text = ''测试js增强设置默认值''; if(this.isUpdate.value === true){ @@ -6092,13 +6103,13 @@ beforeSubmit(row){ }', N'form', NULL, N'553a4172fde446419cb602dc70f9ee67') GO -INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'ae9cf52fbe13cc718de2de6e1b3d6792', N'', N'list', NULL, N'18f064d1ef424c93ba7a16148851664f') +INSERT INTO [dbo].[onl_cgform_enhance_js] ([id], [cg_js], [cg_js_type], [content], [cgform_head_id]) VALUES (N'ae9cf52fbe13cc718de2de6e1b3d6792', N'', N'list', NULL, N'18f064d1ef424c93ba7a16148851664f') GO -INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'beec235f0b2d633ff3a6c395affdf59d', N'', N'list', NULL, N'4adec929a6594108bef5b35ee9966e9f') +INSERT INTO [dbo].[onl_cgform_enhance_js] ([id], [cg_js], [cg_js_type], [content], [cgform_head_id]) VALUES (N'beec235f0b2d633ff3a6c395affdf59d', N'', N'list', NULL, N'4adec929a6594108bef5b35ee9966e9f') GO -INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'c5ac9a2b2fd92ef68274f630b8aec78a', N'tjbpm(row){ +INSERT INTO [dbo].[onl_cgform_enhance_js] ([id], [cg_js], [cg_js_type], [content], [cgform_head_id]) VALUES (N'c5ac9a2b2fd92ef68274f630b8aec78a', N'tjbpm(row){ alert(''提交流程'') console.log(''row'',row) } @@ -6110,10 +6121,10 @@ bt1(){ }', N'list', NULL, N'05a3a30dada7411c9109306aa4117068') GO -INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'd7ddb7aa407f6deed75aac11f0a25f0e', N'222', N'list', NULL, N'09fd28e4b7184c1a9668496a5c496450') +INSERT INTO [dbo].[onl_cgform_enhance_js] ([id], [cg_js], [cg_js_type], [content], [cgform_head_id]) VALUES (N'd7ddb7aa407f6deed75aac11f0a25f0e', N'222', N'list', NULL, N'09fd28e4b7184c1a9668496a5c496450') GO -INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'de79fe5530e19ccb71b750900892a3a4', N'setup(){ +INSERT INTO [dbo].[onl_cgform_enhance_js] ([id], [cg_js], [cg_js_type], [content], [cgform_head_id]) VALUES (N'de79fe5530e19ccb71b750900892a3a4', N'setup(){ console.log("进入form: ",this) import { defineComponent, computed, CSSProperties, unref, ref, watchEffect, watch, PropType } from ''vue''; @@ -6124,10 +6135,10 @@ INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT }', N'form', NULL, N'9ab817fd4c2e4e7ba6652c4fa46af389') GO -INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'f6f8f230566d09d4b66338955ffb5691', N'', N'form', NULL, N'18f064d1ef424c93ba7a16148851664f') +INSERT INTO [dbo].[onl_cgform_enhance_js] ([id], [cg_js], [cg_js_type], [content], [cgform_head_id]) VALUES (N'f6f8f230566d09d4b66338955ffb5691', N'', N'form', NULL, N'18f064d1ef424c93ba7a16148851664f') GO -INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'fd711738f58d5481ca0ce9bc3a415223', N'', N'list', NULL, N'86bf17839a904636b7ed96201b2fa6ea') +INSERT INTO [dbo].[onl_cgform_enhance_js] ([id], [cg_js], [cg_js_type], [content], [cgform_head_id]) VALUES (N'fd711738f58d5481ca0ce9bc3a415223', N'', N'list', NULL, N'86bf17839a904636b7ed96201b2fa6ea') GO @@ -6139,12 +6150,12 @@ IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[on GO CREATE TABLE [dbo].[onl_cgform_enhance_sql] ( - [ID] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, - [BUTTON_CODE] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, - [CGB_SQL] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, - [CGB_SQL_NAME] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, - [CONTENT] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL, - [CGFORM_HEAD_ID] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL + [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, + [button_code] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [cgb_sql] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, + [cgb_sql_name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [content] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL, + [cgform_head_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL ) GO @@ -6155,61 +6166,61 @@ EXEC sp_addextendedproperty 'MS_Description', N'主键ID', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_sql', -'COLUMN', N'ID' +'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'按钮编码', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_sql', -'COLUMN', N'BUTTON_CODE' +'COLUMN', N'button_code' GO EXEC sp_addextendedproperty 'MS_Description', N'SQL内容', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_sql', -'COLUMN', N'CGB_SQL' +'COLUMN', N'cgb_sql' GO EXEC sp_addextendedproperty 'MS_Description', N'Sql名称', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_sql', -'COLUMN', N'CGB_SQL_NAME' +'COLUMN', N'cgb_sql_name' GO EXEC sp_addextendedproperty 'MS_Description', N'备注', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_sql', -'COLUMN', N'CONTENT' +'COLUMN', N'content' GO EXEC sp_addextendedproperty 'MS_Description', N'表单ID', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_sql', -'COLUMN', N'CGFORM_HEAD_ID' +'COLUMN', N'cgform_head_id' GO -- ---------------------------- -- Records of onl_cgform_enhance_sql -- ---------------------------- -INSERT INTO [dbo].[onl_cgform_enhance_sql] ([ID], [BUTTON_CODE], [CGB_SQL], [CGB_SQL_NAME], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'0ebf418bd02f486342123eaf84cd39ad', N'add', N'', NULL, N'', N'18f064d1ef424c93ba7a16148851664f') +INSERT INTO [dbo].[onl_cgform_enhance_sql] ([id], [button_code], [cgb_sql], [cgb_sql_name], [content], [cgform_head_id]) VALUES (N'0ebf418bd02f486342123eaf84cd39ad', N'add', N'', NULL, N'', N'18f064d1ef424c93ba7a16148851664f') GO -INSERT INTO [dbo].[onl_cgform_enhance_sql] ([ID], [BUTTON_CODE], [CGB_SQL], [CGB_SQL_NAME], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'5ab418a13fd0bbf30ee9dd04203f3c28', N'add', N'', NULL, N'', N'4adec929a6594108bef5b35ee9966e9f') +INSERT INTO [dbo].[onl_cgform_enhance_sql] ([id], [button_code], [cgb_sql], [cgb_sql_name], [content], [cgform_head_id]) VALUES (N'5ab418a13fd0bbf30ee9dd04203f3c28', N'add', N'', NULL, N'', N'4adec929a6594108bef5b35ee9966e9f') GO -INSERT INTO [dbo].[onl_cgform_enhance_sql] ([ID], [BUTTON_CODE], [CGB_SQL], [CGB_SQL_NAME], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'8750b93ba5332460c76c492359d7a06b', N'edit', N'', NULL, N'', N'18f064d1ef424c93ba7a16148851664f') +INSERT INTO [dbo].[onl_cgform_enhance_sql] ([id], [button_code], [cgb_sql], [cgb_sql_name], [content], [cgform_head_id]) VALUES (N'8750b93ba5332460c76c492359d7a06b', N'edit', N'', NULL, N'', N'18f064d1ef424c93ba7a16148851664f') GO -INSERT INTO [dbo].[onl_cgform_enhance_sql] ([ID], [BUTTON_CODE], [CGB_SQL], [CGB_SQL_NAME], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'c1ba45b6ee70e4662b5ec95f8fdcb31f', N'add', N'', NULL, N'', N'05a3a30dada7411c9109306aa4117068') +INSERT INTO [dbo].[onl_cgform_enhance_sql] ([id], [button_code], [cgb_sql], [cgb_sql_name], [content], [cgform_head_id]) VALUES (N'c1ba45b6ee70e4662b5ec95f8fdcb31f', N'add', N'', NULL, N'', N'05a3a30dada7411c9109306aa4117068') GO -INSERT INTO [dbo].[onl_cgform_enhance_sql] ([ID], [BUTTON_CODE], [CGB_SQL], [CGB_SQL_NAME], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'edfab059050b19328ac81e6833b5ebc2', N'delete', N'', NULL, N'', N'18f064d1ef424c93ba7a16148851664f') +INSERT INTO [dbo].[onl_cgform_enhance_sql] ([id], [button_code], [cgb_sql], [cgb_sql_name], [content], [cgform_head_id]) VALUES (N'edfab059050b19328ac81e6833b5ebc2', N'delete', N'', NULL, N'', N'18f064d1ef424c93ba7a16148851664f') GO @@ -6744,7 +6755,7 @@ GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1130f1e252533529bb1167b896dffe32', N'deea5a8ec619460c9245ba85dbc59e80', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2020-05-03 01:01:18.0000000', N'2019-04-20 11:41:19.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO -INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'117fc4ba649d6690a3ac482ad5e4ad38', N'56870166aba54ebfacb20ba6c770bd73', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'ceshi', N'2023-10-18 10:45:35.0000000', N'2019-04-20 11:38:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') +INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'117fc4ba649d6690a3ac482ad5e4ad38', N'56870166aba54ebfacb20ba6c770bd73', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2023-12-06 15:26:54.0000000', N'2019-04-20 11:38:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'12aa08f8e948e2b60b40a7b6429c866b', N'56efb74326e74064b60933f6f8af30ea', N'order_code', N'订单编码', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'${shop_order_num}', N'0', N'1', N'1', N'1', N'single', N'', N'', N'7', N'admin', N'2020-07-10 16:53:27.0000000', N'2020-05-08 23:45:32.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') @@ -6774,7 +6785,7 @@ GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'157bcfec23eceb0bc9197c4ac13375c5', N'41de7884bf9a42b7a2c5918f9f765dff', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2022-11-23 12:01:36.0000000', N'2022-10-29 17:02:47.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO -INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'158e5e18730eeb894bf14d4ce9191605', N'15ef0c6504e04a83b0b52f5705669d50', N'pic', N'头像', NULL, N'0', N'1', N'1', N'string', N'500', N'0', N'', N'', N'', N'', N'image', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'ceshi', N'2023-10-18 10:44:16.0000000', N'2023-10-18 10:43:59.0000000', N'ceshi', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') +INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'158e5e18730eeb894bf14d4ce9191605', N'15ef0c6504e04a83b0b52f5705669d50', N'pic', N'头像', NULL, N'0', N'1', N'1', N'string', N'500', N'0', N'', N'', N'', N'', N'image', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2023-12-06 17:19:18.0000000', N'2023-10-18 10:43:59.0000000', N'ceshi', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'16363d0bc125125e395772278d0cf22e', N'4b556f0168f64976a3d20bfb932bc798', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', NULL, NULL, N'2019-04-12 23:38:28.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) @@ -6834,7 +6845,7 @@ GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1cb1bad94673821cbbe1c0cfbcb4a0e2', N'402881fd812267500181226787d90001', N'name', N'用户名', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'username', N'tj_user_report', N'name', N'popup', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', NULL, NULL, N'6', N'admin', N'2022-06-02 11:13:48.0000000', N'2022-06-02 11:13:39.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'1') GO -INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1cfb40eb76e379fb3e2a0106df635e48', N'15ef0c6504e04a83b0b52f5705669d50', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'200', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'ceshi', N'2023-10-18 10:44:16.0000000', N'2023-10-18 10:43:59.0000000', N'ceshi', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') +INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1cfb40eb76e379fb3e2a0106df635e48', N'15ef0c6504e04a83b0b52f5705669d50', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'200', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2023-12-06 17:19:18.0000000', N'2023-10-18 10:43:59.0000000', N'ceshi', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1cfe967bb457cbaa6e041e45d019b583', N'402860816bff91c0016bff91c7010001', N'update_time', N'更新时间', N'update_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'10', N'admin', N'2019-07-19 18:07:47.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) @@ -6867,7 +6878,7 @@ GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1f0c6d33b79713fe79fb30373c81f6f7', N'758334cb1e7445e2822b60e807aec4a3', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', NULL, NULL, N'2019-10-18 18:02:09.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO -INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1fa5f07b3e70d4925b69b2bf51309421', N'56870166aba54ebfacb20ba6c770bd73', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'ceshi', N'2023-10-18 10:45:35.0000000', N'2019-04-20 11:38:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') +INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1fa5f07b3e70d4925b69b2bf51309421', N'56870166aba54ebfacb20ba6c770bd73', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2023-12-06 15:26:54.0000000', N'2019-04-20 11:38:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'209ddb923d8dab9f454d56d82c0cc725', N'3d447fa919b64f6883a834036c14aa67', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2022-10-13 20:58:04.0000000', N'2020-02-20 16:19:00.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) @@ -6882,7 +6893,7 @@ GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2150e48b2cb6072d2d8ecd79a7daf7cc', N'402860816bff91c0016bff91ca7e0002', N'create_time', N'创建时间', N'create_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'10', N'admin', N'2019-07-19 18:07:13.0000000', N'2019-07-17 18:54:33.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO -INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'22de645cc027e5440f816ed011e5e4d3', N'15ef0c6504e04a83b0b52f5705669d50', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'200', N'', N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'0', N'ceshi', N'2023-10-18 10:44:16.0000000', N'2023-10-18 10:43:59.0000000', N'ceshi', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') +INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'22de645cc027e5440f816ed011e5e4d3', N'15ef0c6504e04a83b0b52f5705669d50', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'200', N'', N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'0', N'admin', N'2023-12-06 17:19:18.0000000', N'2023-10-18 10:43:59.0000000', N'ceshi', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2323239efb5a40b73034411868dfc41d', N'fb19fb067cd841f9ae93d4eb3b883dc0', N'update_by', N'更新人登录名称', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'3', NULL, NULL, N'2019-03-23 11:39:48.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) @@ -6984,7 +6995,7 @@ GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3087aa8f38c787e066a886d950a9edfa', N'05a3a30dada7411c9109306aa4117068', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2022-10-28 10:31:07.0000000', N'2020-05-06 11:34:31.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO -INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'310c86bfd1e67500774c208d601acdc3', N'56870166aba54ebfacb20ba6c770bd73', N'xiala', N'下拉多选', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'list_multi', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'8', N'ceshi', N'2023-10-18 10:45:35.0000000', N'2020-11-30 21:08:26.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') +INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'310c86bfd1e67500774c208d601acdc3', N'56870166aba54ebfacb20ba6c770bd73', N'xiala', N'下拉多选', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'list_multi', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2023-12-06 15:26:54.0000000', N'2020-11-30 21:08:26.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'31193dc8ceacf979e4042e784ea8278a', N'402880e570a5d7000170a5d700f50000', N'order_fk_id', N'订单外键ID', NULL, N'0', N'0', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'10', NULL, NULL, N'2020-03-04 21:58:16.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) @@ -7131,7 +7142,7 @@ GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'404b516d4f2229f292783db595b02ba1', N'402860816bff91c0016bff91d8830007', N'update_time', N'更新时间', N'update_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'13', N'admin', N'2019-07-19 18:04:41.0000000', N'2019-07-17 18:54:37.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO -INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'405de5ea82e54138a0613dd41b006dfb', N'56870166aba54ebfacb20ba6c770bd73', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'ceshi', N'2023-10-18 10:45:35.0000000', N'2019-04-20 11:38:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') +INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'405de5ea82e54138a0613dd41b006dfb', N'56870166aba54ebfacb20ba6c770bd73', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2023-12-06 15:26:54.0000000', N'2019-04-20 11:38:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'40675bb9f053aabf8823ddf4b5389141', N'b81de38db24047b497d476516f8a0865', N'aa', N'aa', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', NULL, NULL, N'2020-02-24 14:56:08.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) @@ -7146,10 +7157,10 @@ GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'41d4215c01b0d26871f2cb83d3e532ae', N'402860816bff91c0016bff91c0cb0000', N'bpm_status', N'流程状态', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'1', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'17', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-19 15:35:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO -INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'420dfed87e6f2201f190106ae7067afb', N'15ef0c6504e04a83b0b52f5705669d50', N'name', N'请假人', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'ceshi', N'2023-10-18 10:44:16.0000000', N'2023-10-18 10:43:59.0000000', N'ceshi', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') +INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'420dfed87e6f2201f190106ae7067afb', N'15ef0c6504e04a83b0b52f5705669d50', N'name', N'请假人', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2023-12-06 17:19:18.0000000', N'2023-10-18 10:43:59.0000000', N'ceshi', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO -INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'422a44a15fa39fd57c3c23eb601f7c03', N'56870166aba54ebfacb20ba6c770bd73', N'descc', N'描述', NULL, N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'ceshi', N'2023-10-18 10:45:35.0000000', N'2019-04-20 11:38:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') +INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'422a44a15fa39fd57c3c23eb601f7c03', N'56870166aba54ebfacb20ba6c770bd73', N'descc', N'描述', NULL, N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2023-12-06 15:26:54.0000000', N'2019-04-20 11:38:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'42cccfa014c9e131a0a1b23f563d3688', N'402860816bff91c0016bffa220a9000b', N'sex', N'性别', N'sex', N'0', N'1', N'1', N'string', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'6', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) @@ -7188,7 +7199,7 @@ GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'46c13ceab79269d151c975bf11847a2e', N'553a4172fde446419cb602dc70f9ee67', N'ldzjs', N'联动组件三', NULL, N'0', N'1', N'1', N'string', N'255', N'0', NULL, N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'31', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO -INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'46f1a875f86a4f48d0540ad0d5e667d7', N'56870166aba54ebfacb20ba6c770bd73', N'order_date', N'下单时间', NULL, N'0', N'1', N'1', N'Datetime', N'32', N'0', N'', N'', N'', N'', N'date', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'6', N'ceshi', N'2023-10-18 10:45:35.0000000', N'2019-04-20 11:38:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') +INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'46f1a875f86a4f48d0540ad0d5e667d7', N'56870166aba54ebfacb20ba6c770bd73', N'order_date', N'下单时间', NULL, N'0', N'1', N'1', N'Datetime', N'32', N'0', N'', N'', N'', N'', N'date', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2023-12-06 15:26:54.0000000', N'2019-04-20 11:38:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'470a3a02210932c55950cd673c50705b', N'553a4172fde446419cb602dc70f9ee67', N'geshu', N'integer类型', NULL, N'0', N'1', N'1', N'int', N'9', N'0', NULL, N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'34', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') @@ -7245,7 +7256,7 @@ GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4cacfa054e96791ab938b5c8f8e02cd1', N'27fc5f91274344afa7673a732b279939', N'bpm_status', N'流程状态', NULL, N'0', N'1', N'1', N'string', N'2', N'0', N'', N'bpm_status', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', NULL, NULL, N'2019-07-01 16:28:20.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO -INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4cc94bd1845ddfb21010057837e16095', N'15ef0c6504e04a83b0b52f5705669d50', N'dep_leader', N'上级领导', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'sel_user', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'11', N'ceshi', N'2023-10-18 10:44:16.0000000', N'2023-10-18 10:43:59.0000000', N'ceshi', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') +INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4cc94bd1845ddfb21010057837e16095', N'15ef0c6504e04a83b0b52f5705669d50', N'dep_leader', N'上级领导', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'sel_user', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'11', N'admin', N'2023-12-06 17:19:18.0000000', N'2023-10-18 10:43:59.0000000', N'ceshi', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4d0b04cbb7db89b5468f32edafb610bc', N'402881fd812267500181226750e90000', N'good_type_id', N'商品分类', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'0', N'ces_shop_type', N'id,pid,name,has_child', N'sel_tree', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'11', NULL, NULL, N'2022-06-02 11:13:25.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') @@ -7281,7 +7292,7 @@ GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'50a1fc04f08226f0e29a62e39d2f87fc', N'402881fd812267500181226787d90001', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'5', N'admin', N'2022-06-02 11:13:48.0000000', N'2022-06-02 11:13:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO -INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'51686bd39cbba8ab7dfde46e48f16ed6', N'15ef0c6504e04a83b0b52f5705669d50', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'200', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'ceshi', N'2023-10-18 10:44:16.0000000', N'2023-10-18 10:43:59.0000000', N'ceshi', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') +INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'51686bd39cbba8ab7dfde46e48f16ed6', N'15ef0c6504e04a83b0b52f5705669d50', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'200', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2023-12-06 17:19:18.0000000', N'2023-10-18 10:43:59.0000000', N'ceshi', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'519f68557b953fc2d38400182b187366', N'402860816bff91c0016bffa220a9000b', N'residence_type', N'户籍类别', N'residence_type', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'13', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) @@ -7332,13 +7343,13 @@ GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'56e247f12d62b49cd9bd537e3efecf16', N'402860816bff91c0016bff91c0cb0000', N'create_by', N'创建人', N'create_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'12', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO -INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5740e07bf47bc02ff677b35fdc204cfd', N'15ef0c6504e04a83b0b52f5705669d50', N'dep_id', N'部门', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'sel_depart', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'10', N'ceshi', N'2023-10-18 10:44:16.0000000', N'2023-10-18 10:43:59.0000000', N'ceshi', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') +INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5740e07bf47bc02ff677b35fdc204cfd', N'15ef0c6504e04a83b0b52f5705669d50', N'dep_id', N'部门', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'sel_depart', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'10', N'admin', N'2023-12-06 17:19:18.0000000', N'2023-10-18 10:43:59.0000000', N'ceshi', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'57552a4f0b7b5c096ab8985ced57cc7d', N'cb2d8534a2f544bc9c618dd49da66336', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2020-02-24 17:22:42.0000000', N'2020-02-24 15:15:14.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO -INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5766532f80fb64d0c7100ba7ed4aa4e7', N'15ef0c6504e04a83b0b52f5705669d50', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'datetime', N'', N'200', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'ceshi', N'2023-10-18 10:44:16.0000000', N'2023-10-18 10:43:59.0000000', N'ceshi', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') +INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5766532f80fb64d0c7100ba7ed4aa4e7', N'15ef0c6504e04a83b0b52f5705669d50', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'datetime', N'', N'200', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2023-12-06 17:19:18.0000000', N'2023-10-18 10:43:59.0000000', N'ceshi', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'581d8e8ce270b762458121b1dea0be9a', N'8d66ea41c7cc4ef9ab3aab9055657fc9', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', NULL, NULL, N'2020-05-07 22:46:32.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') @@ -7398,7 +7409,7 @@ GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5c8c8d573e01e4f40b5a7c451515e1d2', N'32feeb502544416c9bf41329c10a88f4', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2019-08-23 20:03:40.0000000', N'2019-07-02 18:23:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO -INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5d6ccdfe4a580bb471906058be078181', N'15ef0c6504e04a83b0b52f5705669d50', N'days', N'请假天数', NULL, N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'ceshi', N'2023-10-18 10:44:16.0000000', N'2023-10-18 10:43:59.0000000', N'ceshi', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') +INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5d6ccdfe4a580bb471906058be078181', N'15ef0c6504e04a83b0b52f5705669d50', N'days', N'请假天数', NULL, N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2023-12-06 17:19:18.0000000', N'2023-10-18 10:43:59.0000000', N'ceshi', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5dfbea516ee2390d712eace5405c5219', N'402860816bff91c0016bff91ca7e0002', N'create_by', N'创建人', N'create_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'9', N'admin', N'2019-07-19 18:07:13.0000000', N'2019-07-17 18:54:33.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) @@ -7515,6 +7526,9 @@ GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6d03a7774a50c6e6f76dbc7a8269beba', N'3b5e18da618247539481816995b6bf9f', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2020-07-11 11:27:29.0000000', N'2020-07-11 11:27:17.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO +INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6d122b9b4b2517e813e543d6ffbdfbc3', N'15ef0c6504e04a83b0b52f5705669d50', N'aaa', N'aaa', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'13', NULL, NULL, N'2023-12-06 17:19:18.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') +GO + INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6d4a4414b55ad5b6f31c8fb327dad834', N'09fd28e4b7184c1a9668496a5c496450', N'address', N'常用地址', NULL, N'0', N'1', N'1', N'string', N'300', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'11', N'admin', N'2022-05-07 19:05:56.0000000', N'2020-05-08 23:51:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO @@ -7761,7 +7775,7 @@ GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'86f29e9919766e0d1128263608c016a0', N'997ee931515a4620bc30a9c1246429a9', N'type_name', N'商品分类', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2020-05-03 00:57:44.0000000', N'2020-05-03 00:56:56.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO -INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'873e2bb041b17bff77d3aca72900ea1b', N'56870166aba54ebfacb20ba6c770bd73', N'order_code', N'订单编码', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'${shop_order_num}', N'1', N'1', N'1', N'0', N'single', N'', N'', N'5', N'ceshi', N'2023-10-18 10:45:35.0000000', N'2019-04-20 11:38:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') +INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'873e2bb041b17bff77d3aca72900ea1b', N'56870166aba54ebfacb20ba6c770bd73', N'order_code', N'订单编码', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'${shop_order_num}', N'1', N'1', N'1', N'0', N'single', N'', N'', N'5', N'admin', N'2023-12-06 15:26:54.0000000', N'2019-04-20 11:38:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8756fbb5c23a0258e029e0cb3c0a045c', N'402880e5721355dd01721355dd390000', N'price', N'价格', NULL, N'0', N'1', N'1', N'double', N'10', N'3', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'8', NULL, NULL, N'2020-05-14 21:18:14.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') @@ -7830,7 +7844,7 @@ GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8c6518fec11fc4769ba4eb770c9e00f7', N'4028839a6de2ebd3016de2ebd3870000', N'integral_val', N'积分值', N'integral_val', N'0', N'1', N'1', N'int', N'10', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'11', NULL, NULL, N'2019-10-19 15:29:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO -INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8ca56210938fbe649f840e505eb9fd41', N'56870166aba54ebfacb20ba6c770bd73', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'ceshi', N'2023-10-18 10:45:35.0000000', N'2019-04-20 11:38:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') +INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8ca56210938fbe649f840e505eb9fd41', N'56870166aba54ebfacb20ba6c770bd73', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2023-12-06 15:26:54.0000000', N'2019-04-20 11:38:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8e080f4ded1e3b2a1daa5b11eca4a0ff', N'4adec929a6594108bef5b35ee9966e9f', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'7', N'admin', N'2020-04-10 19:43:38.0000000', N'2020-04-10 19:35:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') @@ -7911,7 +7925,7 @@ GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'951c51699d728072d88196d30f7aad10', N'4adec929a6594108bef5b35ee9966e9f', N'address', N'地址', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'{{ demoFieldDefVal_getAddress() }}', N'0', N'1', N'1', N'0', N'single', N'', N'', N'5', N'admin', N'2020-04-10 19:43:38.0000000', N'2020-04-10 19:35:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO -INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'95696938315e298f071187c4543ce891', N'15ef0c6504e04a83b0b52f5705669d50', N'ccc', N'请假原因', NULL, N'0', N'1', N'1', N'string', N'1000', N'0', N'', N'', N'', N'', N'textarea', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'12', N'ceshi', N'2023-10-18 10:44:16.0000000', N'2023-10-18 10:43:59.0000000', N'ceshi', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') +INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'95696938315e298f071187c4543ce891', N'15ef0c6504e04a83b0b52f5705669d50', N'ccc', N'请假原因', NULL, N'0', N'1', N'1', N'string', N'1000', N'0', N'', N'', N'', N'', N'textarea', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'12', N'admin', N'2023-12-06 17:19:18.0000000', N'2023-10-18 10:43:59.0000000', N'ceshi', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'957386b500be42a200d6a56d54345392', N'deea5a8ec619460c9245ba85dbc59e80', N'num', N'数量', NULL, N'0', N'1', N'1', N'int', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'n', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2020-05-03 01:01:18.0000000', N'2019-04-20 11:41:19.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') @@ -8193,7 +8207,7 @@ GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b4e4fe6774e9d7b5f72d2056b47d18ac', N'5517e93b148a42a7b82d5f3f94542dcf', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', NULL, NULL, N'2022-07-19 19:36:53.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO -INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b53203fc52d067bb4730dbcb7e496bd3', N'56870166aba54ebfacb20ba6c770bd73', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'0', N'ceshi', N'2023-10-18 10:45:35.0000000', N'2019-04-20 11:38:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') +INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b53203fc52d067bb4730dbcb7e496bd3', N'56870166aba54ebfacb20ba6c770bd73', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'0', N'admin', N'2023-12-06 15:26:54.0000000', N'2019-04-20 11:38:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b5cfd3c9691a884430f3d9cd5ecb211f', N'e2faf977fdaf4b25a524f58c2441a51c', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2019-06-10 17:27:00.0000000', N'2019-04-24 17:12:11.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) @@ -8226,7 +8240,7 @@ GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b9280db8eff6098287747f1c99ef170e', N'a2ca0c7297a8491ca849fc1a06c9efbf', N'age', N'age', NULL, N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2021-01-24 14:39:35.0000000', N'2021-01-24 14:38:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO -INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b9628ed6a391b551b2e9c7916bb04d71', N'15ef0c6504e04a83b0b52f5705669d50', N'sex', N'性别', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'list', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'ceshi', N'2023-10-18 10:44:16.0000000', N'2023-10-18 10:43:59.0000000', N'ceshi', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') +INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b9628ed6a391b551b2e9c7916bb04d71', N'15ef0c6504e04a83b0b52f5705669d50', N'sex', N'性别', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'list', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2023-12-06 17:19:18.0000000', N'2023-10-18 10:43:59.0000000', N'ceshi', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b9a1e25a5636f5e61cd07a852a4d7770', N'402881fd812267500181226750e90000', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'6', NULL, NULL, N'2022-06-02 11:13:25.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') @@ -8700,7 +8714,7 @@ GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'edaa8951735cedf29d6114354faaae67', N'402881e6760269a201760269a2af0000', N'radio', N'radio', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'radio', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'9', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO -INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'edc53254db266b660cf4f03f81f59d15', N'15ef0c6504e04a83b0b52f5705669d50', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'datetime', N'', N'200', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'ceshi', N'2023-10-18 10:44:16.0000000', N'2023-10-18 10:43:59.0000000', N'ceshi', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') +INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'edc53254db266b660cf4f03f81f59d15', N'15ef0c6504e04a83b0b52f5705669d50', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'datetime', N'', N'200', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2023-12-06 17:19:18.0000000', N'2023-10-18 10:43:59.0000000', N'ceshi', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'edda30c64e1dccee510d40b77a8ca094', N'fb7125a344a649b990c12949945cb6c1', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2019-03-26 19:24:11.0000000', N'2019-03-26 19:01:52.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) @@ -8850,7 +8864,7 @@ GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fb56aeb6b3a5a0a974ef62f34727eea6', N'402880e5721355dd01721355dd390000', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'6', NULL, NULL, N'2020-05-14 21:18:14.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO -INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fb80446ba43dff4ba1ba3ae8489a5b0a', N'15ef0c6504e04a83b0b52f5705669d50', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'200', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'ceshi', N'2023-10-18 10:44:16.0000000', N'2023-10-18 10:43:59.0000000', N'ceshi', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') +INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fb80446ba43dff4ba1ba3ae8489a5b0a', N'15ef0c6504e04a83b0b52f5705669d50', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'200', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2023-12-06 17:19:18.0000000', N'2023-10-18 10:43:59.0000000', N'ceshi', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fbf817e3eafd7d8935fc1154640c040c', N'f9fb8bee1a64472889d077c757b9acc7', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2021-08-17 13:58:15.0000000', N'2021-08-17 13:57:48.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') @@ -9201,7 +9215,7 @@ GO INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'05a3a30dada7411c9109306aa4117068', N'test_note', N'1', N'15', N'请假单@JS增强示例', N'Y', N'Y', N'Y', N'N', NULL, N'UUID', N'single', NULL, NULL, NULL, NULL, NULL, NULL, N'temp', N'1', NULL, N'1', NULL, N'0', NULL, N'{"reportPrintShow":0,"reportPrintUrl":"","joinQuery":0,"modelFullscreen":0,"modalMinWidth":"","commentStatus":0}', N'admin', N'2022-10-28 10:31:07.0000000', N'admin', N'2020-05-06 11:34:31.0000000', N'normal', N'N', N'', NULL) GO -INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'15ef0c6504e04a83b0b52f5705669d50', N'ceshi_note', N'1', N'3', N'测试请假单', N'Y', N'Y', N'Y', N'N', NULL, N'UUID', N'single', NULL, NULL, NULL, NULL, NULL, NULL, N'temp', N'1', NULL, N'1', NULL, N'0', NULL, N'{"reportPrintShow":0,"reportPrintUrl":"","joinQuery":0,"modelFullscreen":0,"modalMinWidth":"","commentStatus":0,"tableFixedAction":1,"tableFixedActionType":"right"}', N'ceshi', N'2023-10-18 10:44:18.0000000', N'ceshi', N'2023-10-18 10:43:59.0000000', N'normal', N'N', N'', NULL) +INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'15ef0c6504e04a83b0b52f5705669d50', N'ceshi_note', N'1', N'4', N'测试请假单', N'Y', N'Y', N'Y', N'N', NULL, N'UUID', N'single', NULL, NULL, NULL, NULL, NULL, NULL, N'temp', N'1', NULL, N'1', NULL, N'0', NULL, N'{"reportPrintShow":0,"reportPrintUrl":"","joinQuery":0,"modelFullscreen":0,"modalMinWidth":"","commentStatus":0,"tableFixedAction":1,"tableFixedActionType":"right"}', N'admin', N'2023-12-06 17:29:12.0000000', N'ceshi', N'2023-10-18 10:43:59.0000000', N'normal', N'N', N'', NULL) GO INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'3d447fa919b64f6883a834036c14aa67', N'test_enhance_select', N'1', N'6', N'三级联动控件', N'N', N'Y', N'Y', N'N', NULL, N'UUID', N'single', NULL, NULL, NULL, NULL, NULL, NULL, N'bdfl_include', N'1', NULL, N'0', NULL, N'0', NULL, N'{"reportPrintShow":0,"reportPrintUrl":"","joinQuery":0,"modelFullscreen":0,"modalMinWidth":"","commentStatus":0}', N'admin', N'2022-10-13 20:58:08.0000000', N'admin', N'2020-02-20 16:19:00.0000000', N'normal', N'N', N'', NULL) @@ -9234,7 +9248,7 @@ GO INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'4fb8e12a697f4d5bbe9b9fb1e9009486', N'demo_field_def_val_sub', N'3', N'2', N'示例:控件默认值(子表)', N'Y', N'Y', N'Y', N'N', NULL, N'UUID', N'group', N'0', NULL, N'1', NULL, NULL, NULL, N'demo', N'1', NULL, N'1', NULL, N'0', NULL, NULL, N'admin', N'2020-11-26 17:28:14.0000000', N'admin', N'2020-04-10 19:47:01.0000000', N'normal', NULL, NULL, NULL) GO -INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'56870166aba54ebfacb20ba6c770bd73', N'test_order_main', N'2', N'35', N'测试订单主表', N'Y', N'Y', N'Y', N'N', NULL, N'UUID', N'single', NULL, N'test_order_product,test_order_customer', NULL, NULL, NULL, NULL, N'bdfl_include', N'2', NULL, N'0', NULL, N'0', NULL, N'{"reportPrintShow":0,"reportPrintUrl":"","joinQuery":0,"modelFullscreen":0,"modalMinWidth":900,"commentStatus":0,"tableFixedAction":0,"tableFixedActionType":"right"}', N'ceshi', N'2023-10-18 10:45:35.0000000', N'admin', N'2019-04-20 11:38:39.0000000', N'normal', N'N', N'', NULL) +INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'56870166aba54ebfacb20ba6c770bd73', N'test_order_main', N'2', N'37', N'测试订单主表', N'Y', N'Y', N'Y', N'N', NULL, N'UUID', N'single', NULL, N'test_order_product,test_order_customer', NULL, NULL, NULL, NULL, N'bdfl_include', N'2', NULL, N'0', NULL, N'0', NULL, N'{"reportPrintShow":0,"reportPrintUrl":"","joinQuery":0,"modelFullscreen":0,"modalMinWidth":900,"commentStatus":0,"tableFixedAction":0,"tableFixedActionType":"right"}', N'admin', N'2023-12-06 15:26:54.0000000', N'admin', N'2019-04-20 11:38:39.0000000', N'innerTable', N'N', N'', NULL) GO INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'997ee931515a4620bc30a9c1246429a9', N'test_shoptype_tree', N'1', N'2', N'商品分类', N'Y', N'Y', N'Y', N'Y', NULL, N'UUID', N'single', NULL, NULL, NULL, N'pid', N'has_child', N'type_name', N'temp', N'1', NULL, N'1', NULL, N'0', NULL, NULL, N'admin', N'2020-05-03 00:57:47.0000000', N'admin', N'2020-05-03 00:56:56.0000000', N'normal', NULL, NULL, NULL) @@ -13542,7 +13556,7 @@ GO CREATE TABLE [dbo].[onl_drag_page_comp] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [parent_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, - [page_Id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, + [page_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [comp_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [component] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [config] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, @@ -13574,7 +13588,7 @@ EXEC sp_addextendedproperty 'MS_Description', N'界面ID', 'SCHEMA', N'dbo', 'TABLE', N'onl_drag_page_comp', -'COLUMN', N'page_Id' +'COLUMN', N'page_id' GO EXEC sp_addextendedproperty @@ -13636,472 +13650,472 @@ GO -- ---------------------------- -- Records of onl_drag_page_comp -- ---------------------------- -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1517018288431857665', NULL, N'1516747539813007362', NULL, N'JPie', N'{"dataMapping":[{"mapping":"column1","filed":"维度"},{"mapping":"column8","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"项目性质收入统计JSON","query":[],"dataSetApi":"[{\"column1\":\"市场化-电商业务\",\"column2\":4865.41,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":4865.41},{\"column1\":\"统筹型\",\"column2\":35767081.88,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":35767081.88},{\"column1\":\"市场化-非股东\",\"column2\":1487045.35,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":1487045.35},{\"column1\":\"市场化-参控股\",\"column2\":382690.56,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":382690.56},{\"column1\":\"市场化-员工福利\",\"column2\":256684.91,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":265684.91},{\"column1\":\"市场化-再保险\",\"column2\":563451.03,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":563451.03},{\"column1\":\"市场化-海外业务\",\"column2\":760576.25,\"column3\":770458.75,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":1531035.00},{\"column1\":\"市场化-风险咨询\",\"column2\":0.00,\"column3\":910183.93,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":226415.09,\"column8\":1136599.02}]","url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"chartData":"[{\"value\":1048,\"name\":\"vivo\"},{\"value\":735,\"name\":\"oppo\"},{\"value\":580,\"name\":\"苹果\"},{\"value\":484,\"name\":\"小米\"},{\"value\":300,\"name\":\"三星\"}]","size":{"height":420},"dataSetId":"1516748630344630273","fieldOption":[{"label":"项目性质","text":"项目性质","value":"column1"},{"label":"保险公估费","text":"保险公估费","value":"column5"},{"label":"承保公估评估费","text":"承保公估评估费","value":"column4"},{"label":"风险咨询费","text":"风险咨询费","value":"column3"},{"label":"保险经纪佣金费","text":"保险经纪佣金费","value":"column2"},{"label":"总计","text":"总计","value":"column8"},{"label":"内控咨询费","text":"内控咨询费","value":"column7"},{"label":"投标咨询费","text":"投标咨询费","value":"column6"}],"dataSetType":"json","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"grid":{"bottom":115,"show":false},"legend":{"orient":"vertical"},"series":[{"data":[],"name":"AccessFrom","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0,0,0,0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"title":{"subtext":"","left":"left","show":true,"text":"基础饼图"},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":""}}}', N'admin', N'2022-04-21 13:51:59.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1517018288431857665', NULL, N'1516747539813007362', NULL, N'JPie', N'{"dataMapping":[{"mapping":"column1","filed":"维度"},{"mapping":"column8","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"项目性质收入统计JSON","query":[],"dataSetApi":"[{\"column1\":\"市场化-电商业务\",\"column2\":4865.41,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":4865.41},{\"column1\":\"统筹型\",\"column2\":35767081.88,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":35767081.88},{\"column1\":\"市场化-非股东\",\"column2\":1487045.35,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":1487045.35},{\"column1\":\"市场化-参控股\",\"column2\":382690.56,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":382690.56},{\"column1\":\"市场化-员工福利\",\"column2\":256684.91,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":265684.91},{\"column1\":\"市场化-再保险\",\"column2\":563451.03,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":563451.03},{\"column1\":\"市场化-海外业务\",\"column2\":760576.25,\"column3\":770458.75,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":1531035.00},{\"column1\":\"市场化-风险咨询\",\"column2\":0.00,\"column3\":910183.93,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":226415.09,\"column8\":1136599.02}]","url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"chartData":"[{\"value\":1048,\"name\":\"vivo\"},{\"value\":735,\"name\":\"oppo\"},{\"value\":580,\"name\":\"苹果\"},{\"value\":484,\"name\":\"小米\"},{\"value\":300,\"name\":\"三星\"}]","size":{"height":420},"dataSetId":"1516748630344630273","fieldOption":[{"label":"项目性质","text":"项目性质","value":"column1"},{"label":"保险公估费","text":"保险公估费","value":"column5"},{"label":"承保公估评估费","text":"承保公估评估费","value":"column4"},{"label":"风险咨询费","text":"风险咨询费","value":"column3"},{"label":"保险经纪佣金费","text":"保险经纪佣金费","value":"column2"},{"label":"总计","text":"总计","value":"column8"},{"label":"内控咨询费","text":"内控咨询费","value":"column7"},{"label":"投标咨询费","text":"投标咨询费","value":"column6"}],"dataSetType":"json","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"grid":{"bottom":115,"show":false},"legend":{"orient":"vertical"},"series":[{"data":[],"name":"AccessFrom","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0,0,0,0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"title":{"subtext":"","left":"left","show":true,"text":"基础饼图"},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":""}}}', N'admin', N'2022-04-21 13:51:59.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1517018288566075393', NULL, N'1516747539813007362', NULL, N'JBar', N'{"dataMapping":[{"mapping":"column1","filed":"维度"},{"mapping":"column8","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"项目性质收入统计JSON","query":[],"dataSetApi":"[{\"column1\":\"市场化-电商业务\",\"column2\":4865.41,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":4865.41},{\"column1\":\"统筹型\",\"column2\":35767081.88,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":35767081.88},{\"column1\":\"市场化-非股东\",\"column2\":1487045.35,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":1487045.35},{\"column1\":\"市场化-参控股\",\"column2\":382690.56,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":382690.56},{\"column1\":\"市场化-员工福利\",\"column2\":256684.91,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":265684.91},{\"column1\":\"市场化-再保险\",\"column2\":563451.03,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":563451.03},{\"column1\":\"市场化-海外业务\",\"column2\":760576.25,\"column3\":770458.75,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":1531035.00},{\"column1\":\"市场化-风险咨询\",\"column2\":0.00,\"column3\":910183.93,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":226415.09,\"column8\":1136599.02}]","url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"chartData":"[{\"name\":\"苹果\",\"value\":1000879,\"type\":\"手机品牌\"},{\"name\":\"三星\",\"value\":3400879,\"type\":\"手机品牌\"},{\"name\":\"小米\",\"value\":2300879,\"type\":\"手机品牌\"},{\"name\":\"oppo\",\"value\":5400879,\"type\":\"手机品牌\"},{\"name\":\"vivo\",\"value\":3400879,\"type\":\"手机品牌\"}]","size":{"height":420},"dataSetId":"1516748630344630273","fieldOption":[{"label":"项目性质","text":"项目性质","value":"column1"},{"label":"保险公估费","text":"保险公估费","value":"column5"},{"label":"承保公估评估费","text":"承保公估评估费","value":"column4"},{"label":"风险咨询费","text":"风险咨询费","value":"column3"},{"label":"保险经纪佣金费","text":"保险经纪佣金费","value":"column2"},{"label":"总计","text":"总计","value":"column8"},{"label":"内控咨询费","text":"内控咨询费","value":"column7"},{"label":"投标咨询费","text":"投标咨询费","value":"column6"}],"dataSetType":"json","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180,180,180,0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":""}}}', N'admin', N'2022-04-21 13:51:59.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1517018288566075393', NULL, N'1516747539813007362', NULL, N'JBar', N'{"dataMapping":[{"mapping":"column1","filed":"维度"},{"mapping":"column8","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"项目性质收入统计JSON","query":[],"dataSetApi":"[{\"column1\":\"市场化-电商业务\",\"column2\":4865.41,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":4865.41},{\"column1\":\"统筹型\",\"column2\":35767081.88,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":35767081.88},{\"column1\":\"市场化-非股东\",\"column2\":1487045.35,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":1487045.35},{\"column1\":\"市场化-参控股\",\"column2\":382690.56,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":382690.56},{\"column1\":\"市场化-员工福利\",\"column2\":256684.91,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":265684.91},{\"column1\":\"市场化-再保险\",\"column2\":563451.03,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":563451.03},{\"column1\":\"市场化-海外业务\",\"column2\":760576.25,\"column3\":770458.75,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":1531035.00},{\"column1\":\"市场化-风险咨询\",\"column2\":0.00,\"column3\":910183.93,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":226415.09,\"column8\":1136599.02}]","url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"chartData":"[{\"name\":\"苹果\",\"value\":1000879,\"type\":\"手机品牌\"},{\"name\":\"三星\",\"value\":3400879,\"type\":\"手机品牌\"},{\"name\":\"小米\",\"value\":2300879,\"type\":\"手机品牌\"},{\"name\":\"oppo\",\"value\":5400879,\"type\":\"手机品牌\"},{\"name\":\"vivo\",\"value\":3400879,\"type\":\"手机品牌\"}]","size":{"height":420},"dataSetId":"1516748630344630273","fieldOption":[{"label":"项目性质","text":"项目性质","value":"column1"},{"label":"保险公估费","text":"保险公估费","value":"column5"},{"label":"承保公估评估费","text":"承保公估评估费","value":"column4"},{"label":"风险咨询费","text":"风险咨询费","value":"column3"},{"label":"保险经纪佣金费","text":"保险经纪佣金费","value":"column2"},{"label":"总计","text":"总计","value":"column8"},{"label":"内控咨询费","text":"内控咨询费","value":"column7"},{"label":"投标咨询费","text":"投标咨询费","value":"column6"}],"dataSetType":"json","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180,180,180,0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":""}}}', N'admin', N'2022-04-21 13:51:59.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1517018288670932994', NULL, N'1516747539813007362', NULL, N'JLine', N'{"dataMapping":[{"mapping":"column1","filed":"维度"},{"mapping":"column8","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"项目性质收入统计JSON","query":[],"dataSetApi":"[{\"column1\":\"市场化-电商业务\",\"column2\":4865.41,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":4865.41},{\"column1\":\"统筹型\",\"column2\":35767081.88,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":35767081.88},{\"column1\":\"市场化-非股东\",\"column2\":1487045.35,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":1487045.35},{\"column1\":\"市场化-参控股\",\"column2\":382690.56,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":382690.56},{\"column1\":\"市场化-员工福利\",\"column2\":256684.91,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":265684.91},{\"column1\":\"市场化-再保险\",\"column2\":563451.03,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":563451.03},{\"column1\":\"市场化-海外业务\",\"column2\":760576.25,\"column3\":770458.75,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":1531035.00},{\"column1\":\"市场化-风险咨询\",\"column2\":0.00,\"column3\":910183.93,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":226415.09,\"column8\":1136599.02}]","url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"chartData":"[{\"value\":1000,\"name\":\"联想\"},{\"value\":7350,\"name\":\"小米\"},{\"value\":5800,\"name\":\"华为\"},{\"value\":6000,\"name\":\"苹果\"},{\"value\":3000,\"name\":\"戴尔\"}]","size":{"width":1650,"height":474},"dataSetId":"1516748630344630273","fieldOption":[{"label":"项目性质","text":"项目性质","value":"column1"},{"label":"保险公估费","text":"保险公估费","value":"column5"},{"label":"承保公估评估费","text":"承保公估评估费","value":"column4"},{"label":"风险咨询费","text":"风险咨询费","value":"column3"},{"label":"保险经纪佣金费","text":"保险经纪佣金费","value":"column2"},{"label":"总计","text":"总计","value":"column8"},{"label":"内控咨询费","text":"内控咨询费","value":"column7"},{"label":"投标咨询费","text":"投标咨询费","value":"column6"}],"dataSetType":"json","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"type":"line"}],"title":{"subtext":"","left":"left","text":"基础折线图"},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":""}}}', N'admin', N'2022-04-21 13:52:00.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1517018288670932994', NULL, N'1516747539813007362', NULL, N'JLine', N'{"dataMapping":[{"mapping":"column1","filed":"维度"},{"mapping":"column8","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"项目性质收入统计JSON","query":[],"dataSetApi":"[{\"column1\":\"市场化-电商业务\",\"column2\":4865.41,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":4865.41},{\"column1\":\"统筹型\",\"column2\":35767081.88,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":35767081.88},{\"column1\":\"市场化-非股东\",\"column2\":1487045.35,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":1487045.35},{\"column1\":\"市场化-参控股\",\"column2\":382690.56,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":382690.56},{\"column1\":\"市场化-员工福利\",\"column2\":256684.91,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":265684.91},{\"column1\":\"市场化-再保险\",\"column2\":563451.03,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":563451.03},{\"column1\":\"市场化-海外业务\",\"column2\":760576.25,\"column3\":770458.75,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":1531035.00},{\"column1\":\"市场化-风险咨询\",\"column2\":0.00,\"column3\":910183.93,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":226415.09,\"column8\":1136599.02}]","url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"chartData":"[{\"value\":1000,\"name\":\"联想\"},{\"value\":7350,\"name\":\"小米\"},{\"value\":5800,\"name\":\"华为\"},{\"value\":6000,\"name\":\"苹果\"},{\"value\":3000,\"name\":\"戴尔\"}]","size":{"width":1650,"height":474},"dataSetId":"1516748630344630273","fieldOption":[{"label":"项目性质","text":"项目性质","value":"column1"},{"label":"保险公估费","text":"保险公估费","value":"column5"},{"label":"承保公估评估费","text":"承保公估评估费","value":"column4"},{"label":"风险咨询费","text":"风险咨询费","value":"column3"},{"label":"保险经纪佣金费","text":"保险经纪佣金费","value":"column2"},{"label":"总计","text":"总计","value":"column8"},{"label":"内控咨询费","text":"内控咨询费","value":"column7"},{"label":"投标咨询费","text":"投标咨询费","value":"column6"}],"dataSetType":"json","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"type":"line"}],"title":{"subtext":"","left":"left","text":"基础折线图"},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":""}}}', N'admin', N'2022-04-21 13:52:00.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1517018288775790593', NULL, N'1516747539813007362', NULL, N'JCommonTable', N'{"paramOption":[],"dataType":2,"dataSetName":"项目性质收入统计JSON","query":[],"h":42,"dataSetApi":"[{\"column1\":\"市场化-电商业务\",\"column2\":4865.41,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":4865.41},{\"column1\":\"统筹型\",\"column2\":35767081.88,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":35767081.88},{\"column1\":\"市场化-非股东\",\"column2\":1487045.35,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":1487045.35},{\"column1\":\"市场化-参控股\",\"column2\":382690.56,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":382690.56},{\"column1\":\"市场化-员工福利\",\"column2\":256684.91,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":265684.91},{\"column1\":\"市场化-再保险\",\"column2\":563451.03,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":563451.03},{\"column1\":\"市场化-海外业务\",\"column2\":760576.25,\"column3\":770458.75,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":1531035.00},{\"column1\":\"市场化-风险咨询\",\"column2\":0.00,\"column3\":910183.93,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":226415.09,\"column8\":1136599.02}]","timeOut":-1,"chartData":"[{\"name\":\"4月\",\"value\":50},{\"name\":\"2月\",\"value\":200},{\"name\":\"3月\",\"value\":300},{\"name\":\"4月\",\"value\":400},{\"name\":\"5月\",\"value\":50},{\"name\":\"6月\",\"value\":120}]","size":{"width":1650,"height":518},"dataSetId":"1516748630344630273","fieldOption":[{"label":"项目性质","text":"项目性质","value":"column1"},{"label":"保险公估费","text":"保险公估费","value":"column5"},{"label":"承保公估评估费","text":"承保公估评估费","value":"column4"},{"label":"风险咨询费","text":"风险咨询费","value":"column3"},{"label":"保险经纪佣金费","text":"保险经纪佣金费","value":"column2"},{"label":"总计","text":"总计","value":"column8"},{"label":"内控咨询费","text":"内控咨询费","value":"column7"},{"label":"投标咨询费","text":"投标咨询费","value":"column6"}],"dataSetType":"json","w":24,"linkageConfig":[],"dataSetIzAgent":"","option":{"columns":[{"izTotal":"Y","izShow":"Y","dataIndex":"column1","title":"项目性质"},{"izTotal":"Y","izShow":"Y","dataIndex":"column5","title":"保险公估费"},{"izTotal":"Y","izShow":"Y","dataIndex":"column4","title":"承保公估评估费"},{"izTotal":"Y","izShow":"Y","dataIndex":"column3","title":"风险咨询费"},{"izTotal":"Y","izShow":"Y","dataIndex":"column2","title":"保险经纪佣金费"},{"izTotal":"Y","izShow":"Y","dataIndex":"column8","title":"总计"},{"izTotal":"Y","izShow":"Y","dataIndex":"column7","title":"内控咨询费"},{"izTotal":"Y","izShow":"Y","dataIndex":"column6","title":"投标咨询费"}]}}', N'admin', N'2022-04-21 13:52:00.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1517018288775790593', NULL, N'1516747539813007362', NULL, N'JCommonTable', N'{"paramOption":[],"dataType":2,"dataSetName":"项目性质收入统计JSON","query":[],"h":42,"dataSetApi":"[{\"column1\":\"市场化-电商业务\",\"column2\":4865.41,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":4865.41},{\"column1\":\"统筹型\",\"column2\":35767081.88,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":35767081.88},{\"column1\":\"市场化-非股东\",\"column2\":1487045.35,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":1487045.35},{\"column1\":\"市场化-参控股\",\"column2\":382690.56,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":382690.56},{\"column1\":\"市场化-员工福利\",\"column2\":256684.91,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":265684.91},{\"column1\":\"市场化-再保险\",\"column2\":563451.03,\"column3\":0,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":563451.03},{\"column1\":\"市场化-海外业务\",\"column2\":760576.25,\"column3\":770458.75,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":0,\"column8\":1531035.00},{\"column1\":\"市场化-风险咨询\",\"column2\":0.00,\"column3\":910183.93,\"column4\":0,\"column5\":0,\"column6\":0,\"column7\":226415.09,\"column8\":1136599.02}]","timeOut":-1,"chartData":"[{\"name\":\"4月\",\"value\":50},{\"name\":\"2月\",\"value\":200},{\"name\":\"3月\",\"value\":300},{\"name\":\"4月\",\"value\":400},{\"name\":\"5月\",\"value\":50},{\"name\":\"6月\",\"value\":120}]","size":{"width":1650,"height":518},"dataSetId":"1516748630344630273","fieldOption":[{"label":"项目性质","text":"项目性质","value":"column1"},{"label":"保险公估费","text":"保险公估费","value":"column5"},{"label":"承保公估评估费","text":"承保公估评估费","value":"column4"},{"label":"风险咨询费","text":"风险咨询费","value":"column3"},{"label":"保险经纪佣金费","text":"保险经纪佣金费","value":"column2"},{"label":"总计","text":"总计","value":"column8"},{"label":"内控咨询费","text":"内控咨询费","value":"column7"},{"label":"投标咨询费","text":"投标咨询费","value":"column6"}],"dataSetType":"json","w":24,"linkageConfig":[],"dataSetIzAgent":"","option":{"columns":[{"izTotal":"Y","izShow":"Y","dataIndex":"column1","title":"项目性质"},{"izTotal":"Y","izShow":"Y","dataIndex":"column5","title":"保险公估费"},{"izTotal":"Y","izShow":"Y","dataIndex":"column4","title":"承保公估评估费"},{"izTotal":"Y","izShow":"Y","dataIndex":"column3","title":"风险咨询费"},{"izTotal":"Y","izShow":"Y","dataIndex":"column2","title":"保险经纪佣金费"},{"izTotal":"Y","izShow":"Y","dataIndex":"column8","title":"总计"},{"izTotal":"Y","izShow":"Y","dataIndex":"column7","title":"内控咨询费"},{"izTotal":"Y","izShow":"Y","dataIndex":"column6","title":"投标咨询费"}]}}', N'admin', N'2022-04-21 13:52:00.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1517062543422554114', NULL, N'1517031795361611778', NULL, N'JTabs', N'{"size":{"width":1650,"height":551},"w":12,"h":40,"option":{"title":"选项卡"},"child":[{"component":"JBar","w":12,"x":0,"h":42,"i":"a8461f71-8f4d-420c-9907-298862d2ac9e","title":"柱形图","config":{"dataMapping":[{"mapping":"date","filed":"维度"},{"mapping":"c","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"统计每日大屏创建情况","query":[],"dataSetApi":"SELECTcount(*)c,DATE_FORMAT(create_time,''%Y-%m-%d'')asdatefromjmreport_big_screenGROUPBYdateorderbydatedesc","url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"chartData":"[{\"name\":\"苹果\",\"value\":1000879,\"type\":\"手机品牌\"},{\"name\":\"三星\",\"value\":3400879,\"type\":\"手机品牌\"},{\"name\":\"小米\",\"value\":2300879,\"type\":\"手机品牌\"},{\"name\":\"oppo\",\"value\":5400879,\"type\":\"手机品牌\"},{\"name\":\"vivo\",\"value\":3400879,\"type\":\"手机品牌\"}]","paddingBottom":90,"dataSetId":"1517046731341070337","fieldOption":[{"label":"日期","text":"日期","value":"date"},{"label":"数量","text":"数量","value":"c"}],"dataSetType":"sql","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180,180,180,0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":false,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":""}}}},{"horizontal":false,"component":"JArea","size":10,"w":12,"x":0,"h":42,"i":"9e3efbfd-6945-4f9c-8bc9-ab85ba4414a8","text":"0.042","id":"cba0d0be-3d5d-474e-b272-011ba64bca2f","title":"折线图","config":{"dataMapping":[{"mapping":"date","filed":"维度"},{"mapping":"c","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"统计每日大屏创建情况","query":[],"dataSetApi":"SELECTcount(*)c,DATE_FORMAT(create_time,''%Y-%m-%d'')asdatefromjmreport_big_screenGROUPBYdateorderbydatedesc","url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"chartData":"[{\"value\":1048,\"name\":\"华为\"},{\"value\":605,\"name\":\"vivo\"},{\"value\":580,\"name\":\"oppo\"},{\"value\":484,\"name\":\"苹果\"},{\"value\":300,\"name\":\"小米\"}]","paddingBottom":90,"dataSetId":"1517046731341070337","fieldOption":[{"label":"日期","text":"日期","value":"date"},{"label":"数量","text":"数量","value":"c"}],"dataSetType":"sql","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"xAxis":{"data":[],"boundaryGap":false},"grid":{"bottom":115},"series":[{"areaStyle":{},"data":[],"type":"line"}],"title":{"show":false,"text":"基础面积图"},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":""}}},"child":[]},{"horizontal":false,"component":"JPie","size":10,"w":12,"x":0,"h":42,"i":"3441183d-6ca1-4ac9-920c-325a1846e941","text":"0.042","id":"995c3285-281b-4b3b-be37-5319add801bd","title":"饼图","config":{"dataMapping":[{"mapping":"date","filed":"维度"},{"mapping":"c","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"统计每日大屏创建情况","query":[],"dataSetApi":"SELECTcount(*)c,DATE_FORMAT(create_time,''%Y-%m-%d'')asdatefromjmreport_big_screenGROUPBYdateorderbydatedesc","url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"chartData":"[{\"value\":1048,\"name\":\"vivo\"},{\"value\":735,\"name\":\"oppo\"},{\"value\":580,\"name\":\"苹果\"},{\"value\":484,\"name\":\"小米\"},{\"value\":300,\"name\":\"三星\"}]","paddingBottom":90,"dataSetId":"1517046731341070337","fieldOption":[{"label":"日期","text":"日期","value":"date"},{"label":"数量","text":"数量","value":"c"}],"dataSetType":"sql","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"grid":{"bottom":115,"show":false},"legend":{"orient":"vertical"},"series":[{"data":[],"name":"AccessFrom","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0,0,0,0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"title":{"subtext":"","left":"left","show":false,"text":"基础饼图"},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":""}}},"child":[]}]}', N'admin', N'2022-04-21 16:47:51.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1517062543422554114', NULL, N'1517031795361611778', NULL, N'JTabs', N'{"size":{"width":1650,"height":551},"w":12,"h":40,"option":{"title":"选项卡"},"child":[{"component":"JBar","w":12,"x":0,"h":42,"i":"a8461f71-8f4d-420c-9907-298862d2ac9e","title":"柱形图","config":{"dataMapping":[{"mapping":"date","filed":"维度"},{"mapping":"c","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"统计每日大屏创建情况","query":[],"dataSetApi":"SELECTcount(*)c,DATE_FORMAT(create_time,''%Y-%m-%d'')asdatefromjmreport_big_screenGROUPBYdateorderbydatedesc","url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"chartData":"[{\"name\":\"苹果\",\"value\":1000879,\"type\":\"手机品牌\"},{\"name\":\"三星\",\"value\":3400879,\"type\":\"手机品牌\"},{\"name\":\"小米\",\"value\":2300879,\"type\":\"手机品牌\"},{\"name\":\"oppo\",\"value\":5400879,\"type\":\"手机品牌\"},{\"name\":\"vivo\",\"value\":3400879,\"type\":\"手机品牌\"}]","paddingBottom":90,"dataSetId":"1517046731341070337","fieldOption":[{"label":"日期","text":"日期","value":"date"},{"label":"数量","text":"数量","value":"c"}],"dataSetType":"sql","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180,180,180,0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":false,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":""}}}},{"horizontal":false,"component":"JArea","size":10,"w":12,"x":0,"h":42,"i":"9e3efbfd-6945-4f9c-8bc9-ab85ba4414a8","text":"0.042","id":"cba0d0be-3d5d-474e-b272-011ba64bca2f","title":"折线图","config":{"dataMapping":[{"mapping":"date","filed":"维度"},{"mapping":"c","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"统计每日大屏创建情况","query":[],"dataSetApi":"SELECTcount(*)c,DATE_FORMAT(create_time,''%Y-%m-%d'')asdatefromjmreport_big_screenGROUPBYdateorderbydatedesc","url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"chartData":"[{\"value\":1048,\"name\":\"华为\"},{\"value\":605,\"name\":\"vivo\"},{\"value\":580,\"name\":\"oppo\"},{\"value\":484,\"name\":\"苹果\"},{\"value\":300,\"name\":\"小米\"}]","paddingBottom":90,"dataSetId":"1517046731341070337","fieldOption":[{"label":"日期","text":"日期","value":"date"},{"label":"数量","text":"数量","value":"c"}],"dataSetType":"sql","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"xAxis":{"data":[],"boundaryGap":false},"grid":{"bottom":115},"series":[{"areaStyle":{},"data":[],"type":"line"}],"title":{"show":false,"text":"基础面积图"},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":""}}},"child":[]},{"horizontal":false,"component":"JPie","size":10,"w":12,"x":0,"h":42,"i":"3441183d-6ca1-4ac9-920c-325a1846e941","text":"0.042","id":"995c3285-281b-4b3b-be37-5319add801bd","title":"饼图","config":{"dataMapping":[{"mapping":"date","filed":"维度"},{"mapping":"c","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"统计每日大屏创建情况","query":[],"dataSetApi":"SELECTcount(*)c,DATE_FORMAT(create_time,''%Y-%m-%d'')asdatefromjmreport_big_screenGROUPBYdateorderbydatedesc","url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"chartData":"[{\"value\":1048,\"name\":\"vivo\"},{\"value\":735,\"name\":\"oppo\"},{\"value\":580,\"name\":\"苹果\"},{\"value\":484,\"name\":\"小米\"},{\"value\":300,\"name\":\"三星\"}]","paddingBottom":90,"dataSetId":"1517046731341070337","fieldOption":[{"label":"日期","text":"日期","value":"date"},{"label":"数量","text":"数量","value":"c"}],"dataSetType":"sql","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"grid":{"bottom":115,"show":false},"legend":{"orient":"vertical"},"series":[{"data":[],"name":"AccessFrom","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0,0,0,0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"title":{"subtext":"","left":"left","show":false,"text":"基础饼图"},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":""}}},"child":[]}]}', N'admin', N'2022-04-21 16:47:51.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1517062543523217409', NULL, N'1517031795361611778', NULL, N'JCommonTable', N'{"paramOption":[],"dataType":2,"dataSetName":"统计每日大屏创建情况","query":[],"h":42,"dataSetApi":"SELECTcount(*)c,DATE_FORMAT(create_time,''%Y-%m-%d'')asdatefromjmreport_big_screenGROUPBYdateorderbydatedesc","timeOut":-1,"chartData":"[{\"name\":\"4月\",\"value\":50},{\"name\":\"2月\",\"value\":200},{\"name\":\"3月\",\"value\":300},{\"name\":\"4月\",\"value\":400},{\"name\":\"5月\",\"value\":50},{\"name\":\"6月\",\"value\":120}]","size":{"height":420},"dataSetId":"1517046731341070337","fieldOption":[{"label":"日期","text":"日期","value":"date"},{"label":"数量","text":"数量","value":"c"}],"dataSetType":"sql","w":24,"linkageConfig":[],"dataSetIzAgent":"","option":{"columns":[{"izShow":"Y","dataIndex":"date","title":"日期"},{"izTotal":"Y","izShow":"Y","dataIndex":"c","title":"数量"}]}}', N'admin', N'2022-04-21 16:47:51.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1517062543523217409', NULL, N'1517031795361611778', NULL, N'JCommonTable', N'{"paramOption":[],"dataType":2,"dataSetName":"统计每日大屏创建情况","query":[],"h":42,"dataSetApi":"SELECTcount(*)c,DATE_FORMAT(create_time,''%Y-%m-%d'')asdatefromjmreport_big_screenGROUPBYdateorderbydatedesc","timeOut":-1,"chartData":"[{\"name\":\"4月\",\"value\":50},{\"name\":\"2月\",\"value\":200},{\"name\":\"3月\",\"value\":300},{\"name\":\"4月\",\"value\":400},{\"name\":\"5月\",\"value\":50},{\"name\":\"6月\",\"value\":120}]","size":{"height":420},"dataSetId":"1517046731341070337","fieldOption":[{"label":"日期","text":"日期","value":"date"},{"label":"数量","text":"数量","value":"c"}],"dataSetType":"sql","w":24,"linkageConfig":[],"dataSetIzAgent":"","option":{"columns":[{"izShow":"Y","dataIndex":"date","title":"日期"},{"izTotal":"Y","izShow":"Y","dataIndex":"c","title":"数量"}]}}', N'admin', N'2022-04-21 16:47:51.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1517064663387373570', NULL, N'1517062686729338882', NULL, N'JLine', N'{"dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"图表API示例-年龄占比","query":[],"dataSetApi":"http://api.jeecg.com/mock/51/jingwu/nianling","url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"chartData":"[{\"value\":1000,\"name\":\"联想\"},{\"value\":7350,\"name\":\"小米\"},{\"value\":5800,\"name\":\"华为\"},{\"value\":6000,\"name\":\"苹果\"},{\"value\":3000,\"name\":\"戴尔\"}]","size":{"width":889,"height":474},"dataSetId":"1517046231342284802","fieldOption":[{"label":"年龄","text":"年龄","value":"name"},{"label":"数量","text":"数量","value":"value"}],"dataSetType":"api","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"type":"line"}],"title":{"subtext":"","left":"left","show":false,"text":"基础折线图"},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":""}}}', N'admin', N'2022-04-21 16:56:16.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1517064663387373570', NULL, N'1517062686729338882', NULL, N'JLine', N'{"dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"图表API示例-年龄占比","query":[],"dataSetApi":"http://api.jeecg.com/mock/51/jingwu/nianling","url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"chartData":"[{\"value\":1000,\"name\":\"联想\"},{\"value\":7350,\"name\":\"小米\"},{\"value\":5800,\"name\":\"华为\"},{\"value\":6000,\"name\":\"苹果\"},{\"value\":3000,\"name\":\"戴尔\"}]","size":{"width":889,"height":474},"dataSetId":"1517046231342284802","fieldOption":[{"label":"年龄","text":"年龄","value":"name"},{"label":"数量","text":"数量","value":"value"}],"dataSetType":"api","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"type":"line"}],"title":{"subtext":"","left":"left","show":false,"text":"基础折线图"},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":""}}}', N'admin', N'2022-04-21 16:56:16.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1517064663563534337', NULL, N'1517062686729338882', NULL, N'JRing', N'{"dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"图表API示例-年龄占比","query":[],"dataSetApi":"http://api.jeecg.com/mock/51/jingwu/nianling","url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"value\":1048,\"name\":\"oppo\"},{\"value\":735,\"name\":\"vivo\"},{\"value\":580,\"name\":\"苹果\"},{\"value\":484,\"name\":\"小米\"},{\"value\":300,\"name\":\"三星\"}]","size":{"width":751,"height":474},"dataSetId":"1517046231342284802","fieldOption":[{"label":"年龄","text":"年龄","value":"name"},{"label":"数量","text":"数量","value":"value"}],"dataSetType":"api","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"name":"AccessFrom","avoidLabelOverlap":false,"emphasis":{"label":{"show":true,"fontSize":"25","fontWeight":"bold"}},"label":{"show":false,"position":"center"},"labelLine":{"show":false},"type":"pie","radius":["40%","70%"]}],"tooltip":{"trigger":"item","textStyle":{"color":"#464646"}},"title":{"show":false,"text":"基础环形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":""}}}', N'admin', N'2022-04-21 16:56:16.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1517064663563534337', NULL, N'1517062686729338882', NULL, N'JRing', N'{"dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"图表API示例-年龄占比","query":[],"dataSetApi":"http://api.jeecg.com/mock/51/jingwu/nianling","url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"value\":1048,\"name\":\"oppo\"},{\"value\":735,\"name\":\"vivo\"},{\"value\":580,\"name\":\"苹果\"},{\"value\":484,\"name\":\"小米\"},{\"value\":300,\"name\":\"三星\"}]","size":{"width":751,"height":474},"dataSetId":"1517046231342284802","fieldOption":[{"label":"年龄","text":"年龄","value":"name"},{"label":"数量","text":"数量","value":"value"}],"dataSetType":"api","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"name":"AccessFrom","avoidLabelOverlap":false,"emphasis":{"label":{"show":true,"fontSize":"25","fontWeight":"bold"}},"label":{"show":false,"position":"center"},"labelLine":{"show":false},"type":"pie","radius":["40%","70%"]}],"tooltip":{"trigger":"item","textStyle":{"color":"#464646"}},"title":{"show":false,"text":"基础环形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":""}}}', N'admin', N'2022-04-21 16:56:16.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1517064663664197634', NULL, N'1517062686729338882', NULL, N'JFunnel', N'{"dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"图表API示例-年龄占比","query":[],"dataSetApi":"http://api.jeecg.com/mock/51/jingwu/nianling","url":"http://api.jeecg.com/mock/26/funnel","timeOut":0,"chartData":"[{\"value\":335,\"name\":\"直接访问\"},{\"value\":310,\"name\":\"邮件营销\"},{\"value\":234,\"name\":\"联盟广告\"}]","size":{"width":889,"height":529},"dataSetId":"1517046231342284802","fieldOption":[{"label":"年龄","text":"年龄","value":"name"},{"label":"数量","text":"数量","value":"value"}],"dataSetType":"api","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"grid":{"bottom":115},"legend":{"orient":"horizontal"},"series":[{"left":"10%","gap":2,"name":"Funnel","width":"80%","emphasis":{"label":{"fontSize":20}},"itemStyle":{"borderColor":"#fff","borderWidth":1},"sort":"descending","label":{"show":true,"position":"inside"},"labelLine":{"lineStyle":{"width":1,"type":"solid"},"length":10},"type":"funnel"}],"tooltip":{"formatter":"{a}
{b}:{c}%","trigger":"item"},"title":{"show":true,"text":"基础漏斗图"},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":""}}}', N'admin', N'2022-04-21 16:56:16.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1517064663664197634', NULL, N'1517062686729338882', NULL, N'JFunnel', N'{"dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"图表API示例-年龄占比","query":[],"dataSetApi":"http://api.jeecg.com/mock/51/jingwu/nianling","url":"http://api.jeecg.com/mock/26/funnel","timeOut":0,"chartData":"[{\"value\":335,\"name\":\"直接访问\"},{\"value\":310,\"name\":\"邮件营销\"},{\"value\":234,\"name\":\"联盟广告\"}]","size":{"width":889,"height":529},"dataSetId":"1517046231342284802","fieldOption":[{"label":"年龄","text":"年龄","value":"name"},{"label":"数量","text":"数量","value":"value"}],"dataSetType":"api","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"grid":{"bottom":115},"legend":{"orient":"horizontal"},"series":[{"left":"10%","gap":2,"name":"Funnel","width":"80%","emphasis":{"label":{"fontSize":20}},"itemStyle":{"borderColor":"#fff","borderWidth":1},"sort":"descending","label":{"show":true,"position":"inside"},"labelLine":{"lineStyle":{"width":1,"type":"solid"},"length":10},"type":"funnel"}],"tooltip":{"formatter":"{a}
{b}:{c}%","trigger":"item"},"title":{"show":true,"text":"基础漏斗图"},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":""}}}', N'admin', N'2022-04-21 16:56:16.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1517064663798415361', NULL, N'1517062686729338882', NULL, N'JCommonTable', N'{"paramOption":[],"dataType":2,"dataSetName":"图表API示例-年龄占比","query":[],"h":42,"dataSetApi":"http://api.jeecg.com/mock/51/jingwu/nianling","timeOut":-1,"chartData":"[{\"name\":\"4月\",\"value\":50},{\"name\":\"2月\",\"value\":200},{\"name\":\"3月\",\"value\":300},{\"name\":\"4月\",\"value\":400},{\"name\":\"5月\",\"value\":50},{\"name\":\"6月\",\"value\":120}]","size":{"width":751,"height":529},"dataSetId":"1517046231342284802","fieldOption":[{"label":"年龄","text":"年龄","value":"name"},{"label":"数量","text":"数量","value":"value"}],"dataSetType":"api","w":24,"linkageConfig":[],"dataSetIzAgent":"","option":{"columns":[{"izShow":"Y","dataIndex":"name","title":"年龄"},{"izTotal":"Y","izShow":"Y","dataIndex":"value","title":"数量"}]}}', N'admin', N'2022-04-21 16:56:16.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1517064663798415361', NULL, N'1517062686729338882', NULL, N'JCommonTable', N'{"paramOption":[],"dataType":2,"dataSetName":"图表API示例-年龄占比","query":[],"h":42,"dataSetApi":"http://api.jeecg.com/mock/51/jingwu/nianling","timeOut":-1,"chartData":"[{\"name\":\"4月\",\"value\":50},{\"name\":\"2月\",\"value\":200},{\"name\":\"3月\",\"value\":300},{\"name\":\"4月\",\"value\":400},{\"name\":\"5月\",\"value\":50},{\"name\":\"6月\",\"value\":120}]","size":{"width":751,"height":529},"dataSetId":"1517046231342284802","fieldOption":[{"label":"年龄","text":"年龄","value":"name"},{"label":"数量","text":"数量","value":"value"}],"dataSetType":"api","w":24,"linkageConfig":[],"dataSetIzAgent":"","option":{"columns":[{"izShow":"Y","dataIndex":"name","title":"年龄"},{"izTotal":"Y","izShow":"Y","dataIndex":"value","title":"数量"}]}}', N'admin', N'2022-04-21 16:56:16.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1519994699446870018', NULL, N'1519992838245441538', NULL, N'JBar', N'{"dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"钻取api","query":[],"dataSetApi":"http://api.jeecg.com/mock/51/drilling/deptuser","drillData":[{"source":"name","target":"name"}],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"name\":\"苹果\",\"value\":1000879,\"type\":\"手机品牌\"},{\"name\":\"三星\",\"value\":3400879,\"type\":\"手机品牌\"},{\"name\":\"小米\",\"value\":2300879,\"type\":\"手机品牌\"},{\"name\":\"oppo\",\"value\":5400879,\"type\":\"手机品牌\"},{\"name\":\"vivo\",\"value\":3400879,\"type\":\"手机品牌\"}]","size":{"height":420},"dataSetId":"1519274169102020610","fieldOption":[{"label":"name","text":"name","value":"name"},{"label":"value","text":"value","value":"value"}],"dataSetType":"api","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"yAxis":{"axisLabel":{"color":"#909198"},"name":"销售量","nameTextStyle":{"color":"#333333"}},"xAxis":{"axisLabel":{"color":"#909198"},"axisLine":{"lineStyle":{"color":"#333333"}},"name":"类别","nameTextStyle":{"color":"#333333"}},"grid":{"bottom":115,"show":false},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180,180,180,0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"部门销售统计","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'jeecg', N'2022-04-29 18:59:11.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1519994699446870018', NULL, N'1519992838245441538', NULL, N'JBar', N'{"dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"钻取api","query":[],"dataSetApi":"http://api.jeecg.com/mock/51/drilling/deptuser","drillData":[{"source":"name","target":"name"}],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"name\":\"苹果\",\"value\":1000879,\"type\":\"手机品牌\"},{\"name\":\"三星\",\"value\":3400879,\"type\":\"手机品牌\"},{\"name\":\"小米\",\"value\":2300879,\"type\":\"手机品牌\"},{\"name\":\"oppo\",\"value\":5400879,\"type\":\"手机品牌\"},{\"name\":\"vivo\",\"value\":3400879,\"type\":\"手机品牌\"}]","size":{"height":420},"dataSetId":"1519274169102020610","fieldOption":[{"label":"name","text":"name","value":"name"},{"label":"value","text":"value","value":"value"}],"dataSetType":"api","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"yAxis":{"axisLabel":{"color":"#909198"},"name":"销售量","nameTextStyle":{"color":"#333333"}},"xAxis":{"axisLabel":{"color":"#909198"},"axisLine":{"lineStyle":{"color":"#333333"}},"name":"类别","nameTextStyle":{"color":"#333333"}},"grid":{"bottom":115,"show":false},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180,180,180,0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"部门销售统计","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'jeecg', N'2022-04-29 18:59:11.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1519994699518173186', NULL, N'1519992838245441538', NULL, N'JPie', N'{"dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"钻取api","query":[],"dataSetApi":"http://api.jeecg.com/mock/51/drilling/deptuser","drillData":[{"source":"name","target":"name"}],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"value\":1048,\"name\":\"vivo\"},{\"value\":735,\"name\":\"oppo\"},{\"value\":580,\"name\":\"苹果\"},{\"value\":484,\"name\":\"小米\"},{\"value\":300,\"name\":\"三星\"}]","size":{"height":420},"dataSetId":"1519274169102020610","fieldOption":[{"label":"name","text":"name","value":"name"},{"label":"value","text":"value","value":"value"}],"dataSetType":"api","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"grid":{"bottom":115,"show":false},"legend":{"orient":"vertical"},"series":[{"data":[],"name":"AccessFrom","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0,0,0,0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"title":{"subtext":"","left":"left","show":true,"text":"基础饼图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'jeecg', N'2022-04-29 18:59:11.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1519994699518173186', NULL, N'1519992838245441538', NULL, N'JPie', N'{"dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"钻取api","query":[],"dataSetApi":"http://api.jeecg.com/mock/51/drilling/deptuser","drillData":[{"source":"name","target":"name"}],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"value\":1048,\"name\":\"vivo\"},{\"value\":735,\"name\":\"oppo\"},{\"value\":580,\"name\":\"苹果\"},{\"value\":484,\"name\":\"小米\"},{\"value\":300,\"name\":\"三星\"}]","size":{"height":420},"dataSetId":"1519274169102020610","fieldOption":[{"label":"name","text":"name","value":"name"},{"label":"value","text":"value","value":"value"}],"dataSetType":"api","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"grid":{"bottom":115,"show":false},"legend":{"orient":"vertical"},"series":[{"data":[],"name":"AccessFrom","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0,0,0,0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"title":{"subtext":"","left":"left","show":true,"text":"基础饼图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'jeecg', N'2022-04-29 18:59:11.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522466576295534593', NULL, N'1522460228585529346', NULL, N'JRing', N'{"chartData":"[{\"name\":\"18~30岁\",\"value\":5500},{\"name\":\"30~40岁\",\"value\":2000},{\"name\":\"40~60岁\",\"value\":1500},{\"name\":\"60岁以上\",\"value\":1200},{\"name\":\"18岁以下\",\"value\":800}]","size":{"width":411,"height":320},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"name":"AccessFrom","avoidLabelOverlap":false,"emphasis":{"label":{"show":true,"fontSize":"25","fontWeight":"bold"}},"label":{"show":false,"position":"center"},"labelLine":{"show":false},"type":"pie","radius":["40%","70%"]}],"legend":{"orient":"vertical"},"tooltip":{"trigger":"item"},"title":{"show":true,"text":"年龄占比","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 14:41:33.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522466576295534593', NULL, N'1522460228585529346', NULL, N'JRing', N'{"chartData":"[{\"name\":\"18~30岁\",\"value\":5500},{\"name\":\"30~40岁\",\"value\":2000},{\"name\":\"40~60岁\",\"value\":1500},{\"name\":\"60岁以上\",\"value\":1200},{\"name\":\"18岁以下\",\"value\":800}]","size":{"width":411,"height":320},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"name":"AccessFrom","avoidLabelOverlap":false,"emphasis":{"label":{"show":true,"fontSize":"25","fontWeight":"bold"}},"label":{"show":false,"position":"center"},"labelLine":{"show":false},"type":"pie","radius":["40%","70%"]}],"legend":{"orient":"vertical"},"tooltip":{"trigger":"item"},"title":{"show":true,"text":"年龄占比","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 14:41:33.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522466576429752321', NULL, N'1522460228585529346', NULL, N'JBar', N'{"chartData":"[{\"name\":\"石家庄\",\"value\":51},{\"name\":\"邢台\",\"value\":121},{\"name\":\"邯郸\",\"value\":78},{\"name\":\"保定\",\"value\":66},{\"name\":\"廊坊\",\"value\":80},{\"name\":\"唐山\",\"value\":100}]","size":{"width":411,"height":254},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"bottom":63,"show":false,"right":14},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180,180,180,0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"游客地区分部","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 14:41:33.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522466576429752321', NULL, N'1522460228585529346', NULL, N'JBar', N'{"chartData":"[{\"name\":\"石家庄\",\"value\":51},{\"name\":\"邢台\",\"value\":121},{\"name\":\"邯郸\",\"value\":78},{\"name\":\"保定\",\"value\":66},{\"name\":\"廊坊\",\"value\":80},{\"name\":\"唐山\",\"value\":100}]","size":{"width":411,"height":254},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"bottom":63,"show":false,"right":14},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180,180,180,0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"游客地区分部","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 14:41:33.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522466576526221314', NULL, N'1522460228585529346', NULL, N'JLine', N'{"chartData":"[{\"name\":\"5/1\",\"value\":1000},{\"name\":\"5/2\",\"value\":7350},{\"name\":\"5/3\",\"value\":5800},{\"name\":\"5/4\",\"value\":6000},{\"name\":\"5/5\",\"value\":3000}]","size":{"width":411,"height":276},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"xAxis":{"axisLabel":{"color":"#909198"},"axisLine":{"lineStyle":{"color":"#333333"}},"nameTextStyle":{"color":"#333333"}},"grid":{"left":46,"bottom":58,"show":false,"right":1},"series":[{"data":[],"type":"line"}],"title":{"subtext":"","left":"left","text":"游客趋势分析","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 14:41:33.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522466576526221314', NULL, N'1522460228585529346', NULL, N'JLine', N'{"chartData":"[{\"name\":\"5/1\",\"value\":1000},{\"name\":\"5/2\",\"value\":7350},{\"name\":\"5/3\",\"value\":5800},{\"name\":\"5/4\",\"value\":6000},{\"name\":\"5/5\",\"value\":3000}]","size":{"width":411,"height":276},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"xAxis":{"axisLabel":{"color":"#909198"},"axisLine":{"lineStyle":{"color":"#333333"}},"nameTextStyle":{"color":"#333333"}},"grid":{"left":46,"bottom":58,"show":false,"right":1},"series":[{"data":[],"type":"line"}],"title":{"subtext":"","left":"left","text":"游客趋势分析","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 14:41:33.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522466576605913090', NULL, N'1522460228585529346', NULL, N'JPie', N'{"chartData":"[{\"value\":1048,\"name\":\"火车\"},{\"value\":735,\"name\":\"飞机\"},{\"value\":580,\"name\":\"轮船\"},{\"value\":484,\"name\":\"自驾\"},{\"value\":300,\"name\":\"徒步\"}]","size":{"width":358,"height":331},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"isRose":true,"grid":{"bottom":115,"show":false},"legend":{"r":1,"orient":"vertical"},"series":[{"data":[],"name":"AccessFrom","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0,0,0,0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"innerRadius":50,"title":{"subtext":"","left":"left","show":true,"text":"交通方式","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 14:41:33.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522466576605913090', NULL, N'1522460228585529346', NULL, N'JPie', N'{"chartData":"[{\"value\":1048,\"name\":\"火车\"},{\"value\":735,\"name\":\"飞机\"},{\"value\":580,\"name\":\"轮船\"},{\"value\":484,\"name\":\"自驾\"},{\"value\":300,\"name\":\"徒步\"}]","size":{"width":358,"height":331},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"isRose":true,"grid":{"bottom":115,"show":false},"legend":{"r":1,"orient":"vertical"},"series":[{"data":[],"name":"AccessFrom","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0,0,0,0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"innerRadius":50,"title":{"subtext":"","left":"left","show":true,"text":"交通方式","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 14:41:33.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522466576702382082', NULL, N'1522460228585529346', NULL, N'JImg', N'{"size":{"width":463,"height":265},"w":10,"dataType":1,"h":20,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"url":"http://minio.jeecg.com/otatest/111_1651818408914.png"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 14:41:33.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522466576702382082', NULL, N'1522460228585529346', NULL, N'JImg', N'{"size":{"width":463,"height":265},"w":10,"dataType":1,"h":20,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"url":"http://minio.jeecg.com/otatest/111_1651818408914.png"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 14:41:33.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522466576777879554', NULL, N'1522460228585529346', NULL, N'JText', N'{"chartData":"五星级","size":{"width":253,"height":45},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":76},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 14:41:33.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522466576777879554', NULL, N'1522460228585529346', NULL, N'JText', N'{"chartData":"五星级","size":{"width":253,"height":45},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":76},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 14:41:33.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522466576878542849', NULL, N'1522460228585529346', NULL, N'JText', N'{"chartData":"四星级","size":{"width":200,"height":45},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":76},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 14:41:33.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522466576878542849', NULL, N'1522460228585529346', NULL, N'JText', N'{"chartData":"四星级","size":{"width":200,"height":45},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":76},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 14:41:33.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522466576954040321', NULL, N'1522460228585529346', NULL, N'JText', N'{"chartData":"56789","size":{"height":50},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":76},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 14:41:33.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522466576954040321', NULL, N'1522460228585529346', NULL, N'JText', N'{"chartData":"56789","size":{"height":50},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":76},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 14:41:33.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522466577054703617', NULL, N'1522460228585529346', NULL, N'JText', N'{"chartData":"6789","size":{"width":200,"height":56},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":76},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 14:41:33.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522466577054703617', NULL, N'1522460228585529346', NULL, N'JText', N'{"chartData":"6789","size":{"width":200,"height":56},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":76},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 14:41:33.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522466577159561217', NULL, N'1522460228585529346', NULL, N'JPie', N'{"chartData":"[{\"name\":\"2~3小时\",\"value\":3500},{\"name\":\">=3小时\",\"value\":2400},{\"name\":\"1~2小时\",\"value\":2300},{\"name\":\"<=1小时\",\"value\":1800}]","size":{"width":463,"height":474},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"grid":{"bottom":115,"show":false},"legend":{"orient":"vertical"},"series":[{"data":[],"name":"AccessFrom","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0,0,0,0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"innerRadius":50,"title":{"subtext":"","left":"left","show":true,"text":"基础饼图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 14:41:33.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522466577159561217', NULL, N'1522460228585529346', NULL, N'JPie', N'{"chartData":"[{\"name\":\"2~3小时\",\"value\":3500},{\"name\":\">=3小时\",\"value\":2400},{\"name\":\"1~2小时\",\"value\":2300},{\"name\":\"<=1小时\",\"value\":1800}]","size":{"width":463,"height":474},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"grid":{"bottom":115,"show":false},"legend":{"orient":"vertical"},"series":[{"data":[],"name":"AccessFrom","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0,0,0,0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"innerRadius":50,"title":{"subtext":"","left":"left","show":true,"text":"基础饼图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 14:41:33.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522466577264418817', NULL, N'1522460228585529346', NULL, N'JCommonTable', N'{"paramOption":[],"dataType":2,"dataSetName":"旅游数据监控","h":42,"dataSetApi":"[{\"type1\":\"路线1\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线2\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线3\",\"type3\":\"1111\",\"type2\":\"1111\"},{\"type1\":\"路线4\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线5\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线6\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线7\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线8\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线9\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线10\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线11\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线12\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线13\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线14\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线15\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线16\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线17\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线18\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线19\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线20\",\"type2\":\"1111\",\"type3\":\"1111\"}]","drillData":[],"timeOut":0,"chartData":"[{\"name\":\"4月\",\"value\":50},{\"name\":\"2月\",\"value\":200},{\"name\":\"3月\",\"value\":300},{\"name\":\"4月\",\"value\":400},{\"name\":\"5月\",\"value\":50},{\"name\":\"6月\",\"value\":120}]","size":{"width":358,"height":529},"dataSetId":"1522464505970302978","fieldOption":[{"label":"路线","text":"路线","value":"type1"},{"label":"车辆","text":"车辆","value":"type2"},{"label":"人数","text":"人数","value":"type3"}],"dataSetType":"json","w":24,"linkageConfig":[],"dataSetIzAgent":"0","option":{"columns":[{"izShow":"Y","dataIndex":"type1","title":"路线"},{"izShow":"Y","dataIndex":"type2","title":"车辆"},{"izShow":"Y","dataIndex":"type3","title":"人数"}]}}', N'admin', N'2022-05-06 14:41:33.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522466577264418817', NULL, N'1522460228585529346', NULL, N'JCommonTable', N'{"paramOption":[],"dataType":2,"dataSetName":"旅游数据监控","h":42,"dataSetApi":"[{\"type1\":\"路线1\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线2\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线3\",\"type3\":\"1111\",\"type2\":\"1111\"},{\"type1\":\"路线4\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线5\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线6\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线7\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线8\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线9\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线10\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线11\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线12\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线13\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线14\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线15\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线16\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线17\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线18\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线19\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线20\",\"type2\":\"1111\",\"type3\":\"1111\"}]","drillData":[],"timeOut":0,"chartData":"[{\"name\":\"4月\",\"value\":50},{\"name\":\"2月\",\"value\":200},{\"name\":\"3月\",\"value\":300},{\"name\":\"4月\",\"value\":400},{\"name\":\"5月\",\"value\":50},{\"name\":\"6月\",\"value\":120}]","size":{"width":358,"height":529},"dataSetId":"1522464505970302978","fieldOption":[{"label":"路线","text":"路线","value":"type1"},{"label":"车辆","text":"车辆","value":"type2"},{"label":"人数","text":"人数","value":"type3"}],"dataSetType":"json","w":24,"linkageConfig":[],"dataSetIzAgent":"0","option":{"columns":[{"izShow":"Y","dataIndex":"type1","title":"路线"},{"izShow":"Y","dataIndex":"type2","title":"车辆"},{"izShow":"Y","dataIndex":"type3","title":"人数"}]}}', N'admin', N'2022-05-06 14:41:33.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522504050518532098', NULL, N'1522466781443137538', NULL, N'JQuickNav', N'{"paramOption":[],"dataType":2,"dataSetName":"首页快速导航","h":26,"dataSetApi":"http://api.jeecg.com/mock/51/home/quick","drillData":[],"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"chartData":"[{\"title\":\"首页\",\"icon\":\"icon-jeecg-homepage\",\"color\":\"#1fdaca\"},{\"title\":\"仪表盘\",\"icon\":\"icon-jeecg-shijian\",\"color\":\"#bf0c2c\"},{\"title\":\"组件\",\"icon\":\"icon-jeecg-dangan\",\"color\":\"#e18525\"},{\"title\":\"系统管理\",\"icon\":\"icon-jeecg-shezhi\",\"color\":\"#3fb27f\"},{\"title\":\"权限管理\",\"icon\":\"icon-jeecg-yuechi\",\"color\":\"#4daf1bc9\"},{\"title\":\"图表\",\"icon\":\"icon-jeecg-fujin\",\"color\":\"#00d8ff\"}]","size":{"width":674,"height":298},"dataSetId":"1519962879095332865","fieldOption":[{"label":"title","text":"title","value":"title"},{"label":"icon","text":"icon","value":"icon"},{"label":"color","text":"color","value":"color"},{"label":"href","text":"href","value":"href"}],"dataSetType":"api","w":12,"turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"icon":{"scriptUrl":"//at.alicdn.com/t/font_3237315_b3fqd960glt.js","fontSize":30},"body":{"textAlign":"center","column":3,"iconAlign":"top"},"card":{"rightHref":"http://jeecg.com","size":"default","extra":"更多","textStyle":{"color":"#4A4A4A"},"title":"快捷导航"}}}', N'admin', N'2022-05-06 17:10:27.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522504050518532098', NULL, N'1522466781443137538', NULL, N'JQuickNav', N'{"paramOption":[],"dataType":2,"dataSetName":"首页快速导航","h":26,"dataSetApi":"http://api.jeecg.com/mock/51/home/quick","drillData":[],"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"chartData":"[{\"title\":\"首页\",\"icon\":\"icon-jeecg-homepage\",\"color\":\"#1fdaca\"},{\"title\":\"仪表盘\",\"icon\":\"icon-jeecg-shijian\",\"color\":\"#bf0c2c\"},{\"title\":\"组件\",\"icon\":\"icon-jeecg-dangan\",\"color\":\"#e18525\"},{\"title\":\"系统管理\",\"icon\":\"icon-jeecg-shezhi\",\"color\":\"#3fb27f\"},{\"title\":\"权限管理\",\"icon\":\"icon-jeecg-yuechi\",\"color\":\"#4daf1bc9\"},{\"title\":\"图表\",\"icon\":\"icon-jeecg-fujin\",\"color\":\"#00d8ff\"}]","size":{"width":674,"height":298},"dataSetId":"1519962879095332865","fieldOption":[{"label":"title","text":"title","value":"title"},{"label":"icon","text":"icon","value":"icon"},{"label":"color","text":"color","value":"color"},{"label":"href","text":"href","value":"href"}],"dataSetType":"api","w":12,"turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"icon":{"scriptUrl":"//at.alicdn.com/t/font_3237315_b3fqd960glt.js","fontSize":30},"body":{"textAlign":"center","column":3,"iconAlign":"top"},"card":{"rightHref":"http://jeecg.com","size":"default","extra":"更多","textStyle":{"color":"#4A4A4A"},"title":"快捷导航"}}}', N'admin', N'2022-05-06 17:10:27.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522504050690498562', NULL, N'1522466781443137538', NULL, N'JList', N'{"dataMapping":[{"mapping":"title","filed":"标题"},{"mapping":"remark","filed":"描述"},{"mapping":"date","filed":"时间"},{"mapping":"pic","filed":"封面"}],"paramOption":[],"dataType":2,"dataSetName":"数据列表","h":24,"dataSetApi":"http://api.jeecg.com/mock/51/datalist/list","drillData":[],"url":"http://api.jeecg.com/mock/42/list","timeOut":0,"chartData":"[{\"title\":\"通知一\",\"date\":\"2022-3-914:20:21\"},{\"title\":\"通知二\",\"date\":\"2022-3-814:20:21\"},{\"title\":\"通知三\",\"date\":\"2022-3-714:20:21\"},{\"title\":\"通知四\",\"date\":\"2022-3-414:20:21\"}]","size":{"width":568,"height":474},"dataSetId":"1519945036454813698","fieldOption":[{"label":"title","text":"title","value":"title"},{"label":"date","text":"date","value":"date"},{"label":"remark","text":"remark","value":"remark"},{"label":"pic","text":"pic","value":"pic"}],"dataSetType":"api","w":12,"turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"layout":"horizontal","showTitlePrefix":true,"titleFontSize":18,"showTimePrefix":true}}', N'admin', N'2022-05-06 17:10:27.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522504050690498562', NULL, N'1522466781443137538', NULL, N'JList', N'{"dataMapping":[{"mapping":"title","filed":"标题"},{"mapping":"remark","filed":"描述"},{"mapping":"date","filed":"时间"},{"mapping":"pic","filed":"封面"}],"paramOption":[],"dataType":2,"dataSetName":"数据列表","h":24,"dataSetApi":"http://api.jeecg.com/mock/51/datalist/list","drillData":[],"url":"http://api.jeecg.com/mock/42/list","timeOut":0,"chartData":"[{\"title\":\"通知一\",\"date\":\"2022-3-914:20:21\"},{\"title\":\"通知二\",\"date\":\"2022-3-814:20:21\"},{\"title\":\"通知三\",\"date\":\"2022-3-714:20:21\"},{\"title\":\"通知四\",\"date\":\"2022-3-414:20:21\"}]","size":{"width":568,"height":474},"dataSetId":"1519945036454813698","fieldOption":[{"label":"title","text":"title","value":"title"},{"label":"date","text":"date","value":"date"},{"label":"remark","text":"remark","value":"remark"},{"label":"pic","text":"pic","value":"pic"}],"dataSetType":"api","w":12,"turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"layout":"horizontal","showTitlePrefix":true,"titleFontSize":18,"showTimePrefix":true}}', N'admin', N'2022-05-06 17:10:27.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522504050782773249', NULL, N'1522466781443137538', NULL, N'JGrowCard', N'{"chartData":"[{\"title\":\"访问数\",\"icon\":\"icon-jeecg-qianbao\",\"value\":2000,\"total\":120000,\"color\":\"green\",\"action\":\"月\"},{\"title\":\"成交额\",\"icon\":\"icon-jeecg-youhuiquan\",\"value\":20000,\"total\":500000,\"color\":\"blue\",\"action\":\"月\"},{\"title\":\"下载数\",\"icon\":\"icon-jeecg-tupian\",\"value\":8000,\"total\":120000,\"color\":\"orange\",\"action\":\"周\"},{\"title\":\"成交数\",\"icon\":\"icon-jeecg-jifen\",\"value\":5000,\"total\":50000,\"color\":\"purple\",\"action\":\"年\"}]","size":{"width":1252,"height":199},"w":12,"dataType":1,"h":19,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"icon":{"scriptUrl":"//at.alicdn.com/t/font_3237315_b3fqd960glt.js","fontSize":20},"body":{"horizontal":8,"vertical":8,"span":6},"card":{"rightHref":"","size":"default","extra":"更多","title":"统计卡片"}}}', N'admin', N'2022-05-06 17:10:27.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522504050782773249', NULL, N'1522466781443137538', NULL, N'JGrowCard', N'{"chartData":"[{\"title\":\"访问数\",\"icon\":\"icon-jeecg-qianbao\",\"value\":2000,\"total\":120000,\"color\":\"green\",\"action\":\"月\"},{\"title\":\"成交额\",\"icon\":\"icon-jeecg-youhuiquan\",\"value\":20000,\"total\":500000,\"color\":\"blue\",\"action\":\"月\"},{\"title\":\"下载数\",\"icon\":\"icon-jeecg-tupian\",\"value\":8000,\"total\":120000,\"color\":\"orange\",\"action\":\"周\"},{\"title\":\"成交数\",\"icon\":\"icon-jeecg-jifen\",\"value\":5000,\"total\":50000,\"color\":\"purple\",\"action\":\"年\"}]","size":{"width":1252,"height":199},"w":12,"dataType":1,"h":19,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"icon":{"scriptUrl":"//at.alicdn.com/t/font_3237315_b3fqd960glt.js","fontSize":20},"body":{"horizontal":8,"vertical":8,"span":6},"card":{"rightHref":"","size":"default","extra":"更多","title":"统计卡片"}}}', N'admin', N'2022-05-06 17:10:27.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522504050862465026', NULL, N'1522466781443137538', NULL, N'JProjectCard', N'{"chartData":"[{\"title\":\"Github\",\"icon\":\"icon-jeecg-social-github\",\"color\":\"\",\"desc\":\"不要等待机会,而要创造机会。\",\"group\":\"开源组\",\"date\":\"2021-04-01\"},{\"title\":\"Vue\",\"icon\":\"icon-jeecg-social-buysellads\",\"color\":\"#3fb27f\",\"desc\":\"现在的你决定将来的你。\",\"group\":\"算法组\",\"date\":\"2021-04-01\"},{\"title\":\"Html5\",\"icon\":\"icon-jeecg-html5\",\"color\":\"#e18525\",\"desc\":\"没有什么才能比努力更重要。\",\"group\":\"上班摸鱼\",\"date\":\"2021-04-01\"},{\"title\":\"Angular\",\"icon\":\"icon-jeecg-social-product-hunt\",\"color\":\"#bf0c2c\",\"desc\":\"热情和欲望可以突破一切难关。\",\"group\":\"UI\",\"date\":\"2021-04-01\"},{\"title\":\"React\",\"icon\":\"icon-jeecg-social-skype\",\"color\":\"#00d8ff\",\"desc\":\"健康的身体是实目标的基石。\",\"group\":\"技术牛\",\"date\":\"2021-04-01\"},{\"title\":\"Js\",\"icon\":\"icon-jeecg-social-pengyou\",\"color\":\"#4daf1bc9\",\"desc\":\"路是走出来的,而不是空想出来的。\",\"group\":\"架构组\",\"date\":\"2021-04-01\"}]","size":{"width":674,"height":386},"w":12,"dataType":1,"h":33,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"icon":{"scriptUrl":"//at.alicdn.com/t/font_3237315_b3fqd960glt.js","fontSize":30},"body":{"column":3},"card":{"rightHref":"","size":"default","extra":"更多","title":"项目列表"}}}', N'admin', N'2022-05-06 17:10:27.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522504050862465026', NULL, N'1522466781443137538', NULL, N'JProjectCard', N'{"chartData":"[{\"title\":\"Github\",\"icon\":\"icon-jeecg-social-github\",\"color\":\"\",\"desc\":\"不要等待机会,而要创造机会。\",\"group\":\"开源组\",\"date\":\"2021-04-01\"},{\"title\":\"Vue\",\"icon\":\"icon-jeecg-social-buysellads\",\"color\":\"#3fb27f\",\"desc\":\"现在的你决定将来的你。\",\"group\":\"算法组\",\"date\":\"2021-04-01\"},{\"title\":\"Html5\",\"icon\":\"icon-jeecg-html5\",\"color\":\"#e18525\",\"desc\":\"没有什么才能比努力更重要。\",\"group\":\"上班摸鱼\",\"date\":\"2021-04-01\"},{\"title\":\"Angular\",\"icon\":\"icon-jeecg-social-product-hunt\",\"color\":\"#bf0c2c\",\"desc\":\"热情和欲望可以突破一切难关。\",\"group\":\"UI\",\"date\":\"2021-04-01\"},{\"title\":\"React\",\"icon\":\"icon-jeecg-social-skype\",\"color\":\"#00d8ff\",\"desc\":\"健康的身体是实目标的基石。\",\"group\":\"技术牛\",\"date\":\"2021-04-01\"},{\"title\":\"Js\",\"icon\":\"icon-jeecg-social-pengyou\",\"color\":\"#4daf1bc9\",\"desc\":\"路是走出来的,而不是空想出来的。\",\"group\":\"架构组\",\"date\":\"2021-04-01\"}]","size":{"width":674,"height":386},"w":12,"dataType":1,"h":33,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"icon":{"scriptUrl":"//at.alicdn.com/t/font_3237315_b3fqd960glt.js","fontSize":30},"body":{"column":3},"card":{"rightHref":"","size":"default","extra":"更多","title":"项目列表"}}}', N'admin', N'2022-05-06 17:10:27.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522504050958934017', NULL, N'1522466781443137538', NULL, N'JWaitMatter', N'{"chartData":"[{\"title\":\"待办公文\",\"icon\":\"icon-jeecg-yudu\",\"content\":23,\"desc\":\"今日已办3\",\"date\":\"2021-04-01\"},{\"title\":\"待办流程\",\"icon\":\"icon-jeecg-shuju\",\"content\":23,\"desc\":\"今日已办3\",\"date\":\"2021-04-01\"},{\"title\":\"待办任务\",\"icon\":\"icon-jeecg-tongzhi\",\"content\":23,\"desc\":\"今日已办3今日更新5\",\"date\":\"2021-04-01\"}]","size":{"width":568,"height":210},"w":12,"dataType":1,"h":19,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"icon":{"scriptUrl":"//at.alicdn.com/t/font_3237315_b3fqd960glt.js","fontSize":25},"body":{"column":3},"card":{"rightHref":"","size":"default","extra":"更多","title":"待办事项"}}}', N'admin', N'2022-05-06 17:10:27.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522504050958934017', NULL, N'1522466781443137538', NULL, N'JWaitMatter', N'{"chartData":"[{\"title\":\"待办公文\",\"icon\":\"icon-jeecg-yudu\",\"content\":23,\"desc\":\"今日已办3\",\"date\":\"2021-04-01\"},{\"title\":\"待办流程\",\"icon\":\"icon-jeecg-shuju\",\"content\":23,\"desc\":\"今日已办3\",\"date\":\"2021-04-01\"},{\"title\":\"待办任务\",\"icon\":\"icon-jeecg-tongzhi\",\"content\":23,\"desc\":\"今日已办3今日更新5\",\"date\":\"2021-04-01\"}]","size":{"width":568,"height":210},"w":12,"dataType":1,"h":19,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"icon":{"scriptUrl":"//at.alicdn.com/t/font_3237315_b3fqd960glt.js","fontSize":25},"body":{"column":3},"card":{"rightHref":"","size":"default","extra":"更多","title":"待办事项"}}}', N'admin', N'2022-05-06 17:10:27.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522504051076374530', NULL, N'1522466781443137538', NULL, N'JLine', N'{"dataMapping":[{"mapping":"type","filed":"维度"},{"mapping":"visit","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"首页_近一周访问量","dataSetApi":"selectcount(*)asvisit\t,count(distinct(ip))asip\t,DATE_FORMAT(create_time,''%Y-%m-%d'')astian\t,DATE_FORMAT(create_time,''%m-%d'')astype\tfromsys_logwherelog_type=1andcreate_time<=sysdate()andcreate_time>=(selectdate_sub(curdate(),interval7day))groupbytian,typeorderbytianasc","drillData":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"value\":1000,\"name\":\"联想\"},{\"value\":7350,\"name\":\"小米\"},{\"value\":5800,\"name\":\"华为\"},{\"value\":6000,\"name\":\"苹果\"},{\"value\":3000,\"name\":\"戴尔\"}]","size":{"width":1252,"height":441},"dataSetId":"1522503560003067906","fieldOption":[{"label":"visit","text":"visit","value":"visit"},{"label":"ip","text":"ip","value":"ip"},{"label":"tian","text":"tian","value":"tian"},{"label":"type","text":"type","value":"type"}],"dataSetType":"sql","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"type":"line"}],"title":{"subtext":"","left":"left","text":"近一周在线访问量","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 17:10:27.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522504051076374530', NULL, N'1522466781443137538', NULL, N'JLine', N'{"dataMapping":[{"mapping":"type","filed":"维度"},{"mapping":"visit","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"首页_近一周访问量","dataSetApi":"selectcount(*)asvisit\t,count(distinct(ip))asip\t,DATE_FORMAT(create_time,''%Y-%m-%d'')astian\t,DATE_FORMAT(create_time,''%m-%d'')astype\tfromsys_logwherelog_type=1andcreate_time<=sysdate()andcreate_time>=(selectdate_sub(curdate(),interval7day))groupbytian,typeorderbytianasc","drillData":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"value\":1000,\"name\":\"联想\"},{\"value\":7350,\"name\":\"小米\"},{\"value\":5800,\"name\":\"华为\"},{\"value\":6000,\"name\":\"苹果\"},{\"value\":3000,\"name\":\"戴尔\"}]","size":{"width":1252,"height":441},"dataSetId":"1522503560003067906","fieldOption":[{"label":"visit","text":"visit","value":"visit"},{"label":"ip","text":"ip","value":"ip"},{"label":"tian","text":"tian","value":"tian"},{"label":"type","text":"type","value":"type"}],"dataSetType":"sql","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"type":"line"}],"title":{"subtext":"","left":"left","text":"近一周在线访问量","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 17:10:27.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522520321213603842', NULL, N'1522507145776472065', NULL, N'JBar', N'{"chartData":"[{\"name\":\"苹果\",\"value\":1000879,\"type\":\"手机品牌\"},{\"name\":\"三星\",\"value\":3400879,\"type\":\"手机品牌\"},{\"name\":\"小米\",\"value\":2300879,\"type\":\"手机品牌\"},{\"name\":\"oppo\",\"value\":5400879,\"type\":\"手机品牌\"},{\"name\":\"vivo\",\"value\":3400879,\"type\":\"手机品牌\"}]","size":{"height":420},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"bottom":115,"show":false},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180,180,180,0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"静态数据","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:15:06.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522520321213603842', NULL, N'1522507145776472065', NULL, N'JBar', N'{"chartData":"[{\"name\":\"苹果\",\"value\":1000879,\"type\":\"手机品牌\"},{\"name\":\"三星\",\"value\":3400879,\"type\":\"手机品牌\"},{\"name\":\"小米\",\"value\":2300879,\"type\":\"手机品牌\"},{\"name\":\"oppo\",\"value\":5400879,\"type\":\"手机品牌\"},{\"name\":\"vivo\",\"value\":3400879,\"type\":\"手机品牌\"}]","size":{"height":420},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"bottom":115,"show":false},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180,180,180,0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"静态数据","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:15:06.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522520321352015874', NULL, N'1522507145776472065', NULL, N'JStackBar', N'{"dataMapping":[{"mapping":"type","filed":"分组"},{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"出资","dataSetApi":"http://api.jeecg.com/mock/51/chuzi","drillData":[],"url":"http://api.jeecg.com/mock/26/stackedBar","timeOut":0,"chartData":"[{\"name\":\"1991\",\"value\":3,\"type\":\"Lon\"},{\"name\":\"1992\",\"value\":4,\"type\":\"Lon\"},{\"name\":\"1993\",\"value\":3.5,\"type\":\"Lon\"},{\"name\":\"1994\",\"value\":5,\"type\":\"Lon\"},{\"name\":\"1995\",\"value\":4.9,\"type\":\"Lon\"},{\"name\":\"1996\",\"value\":6,\"type\":\"Lon\"},{\"name\":\"1997\",\"value\":7,\"type\":\"Lon\"},{\"name\":\"1998\",\"value\":9,\"type\":\"Lon\"},{\"name\":\"1999\",\"value\":13,\"type\":\"Lon\"},{\"name\":\"1991\",\"value\":3,\"type\":\"Bor\"},{\"name\":\"1992\",\"value\":4,\"type\":\"Bor\"},{\"name\":\"1993\",\"value\":3.5,\"type\":\"Bor\"},{\"name\":\"1994\",\"value\":5,\"type\":\"Bor\"},{\"name\":\"1995\",\"value\":4.9,\"type\":\"Bor\"},{\"name\":\"1996\",\"value\":6,\"type\":\"Bor\"},{\"name\":\"1997\",\"value\":7,\"type\":\"Bor\"},{\"name\":\"1998\",\"value\":9,\"type\":\"Bor\"},{\"name\":\"1999\",\"value\":13,\"type\":\"Bor\"}]","size":{"height":420},"dataSetId":"1522098873378549762","fieldOption":[{"label":"name","text":"name","value":"name"},{"label":"value","text":"value","value":"value"},{"label":"type","text":"type","value":"type"}],"dataSetType":"api","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"grid":{"bottom":115},"series":[],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"api数据集","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:15:06.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522520321352015874', NULL, N'1522507145776472065', NULL, N'JStackBar', N'{"dataMapping":[{"mapping":"type","filed":"分组"},{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"出资","dataSetApi":"http://api.jeecg.com/mock/51/chuzi","drillData":[],"url":"http://api.jeecg.com/mock/26/stackedBar","timeOut":0,"chartData":"[{\"name\":\"1991\",\"value\":3,\"type\":\"Lon\"},{\"name\":\"1992\",\"value\":4,\"type\":\"Lon\"},{\"name\":\"1993\",\"value\":3.5,\"type\":\"Lon\"},{\"name\":\"1994\",\"value\":5,\"type\":\"Lon\"},{\"name\":\"1995\",\"value\":4.9,\"type\":\"Lon\"},{\"name\":\"1996\",\"value\":6,\"type\":\"Lon\"},{\"name\":\"1997\",\"value\":7,\"type\":\"Lon\"},{\"name\":\"1998\",\"value\":9,\"type\":\"Lon\"},{\"name\":\"1999\",\"value\":13,\"type\":\"Lon\"},{\"name\":\"1991\",\"value\":3,\"type\":\"Bor\"},{\"name\":\"1992\",\"value\":4,\"type\":\"Bor\"},{\"name\":\"1993\",\"value\":3.5,\"type\":\"Bor\"},{\"name\":\"1994\",\"value\":5,\"type\":\"Bor\"},{\"name\":\"1995\",\"value\":4.9,\"type\":\"Bor\"},{\"name\":\"1996\",\"value\":6,\"type\":\"Bor\"},{\"name\":\"1997\",\"value\":7,\"type\":\"Bor\"},{\"name\":\"1998\",\"value\":9,\"type\":\"Bor\"},{\"name\":\"1999\",\"value\":13,\"type\":\"Bor\"}]","size":{"height":420},"dataSetId":"1522098873378549762","fieldOption":[{"label":"name","text":"name","value":"name"},{"label":"value","text":"value","value":"value"},{"label":"type","text":"type","value":"type"}],"dataSetType":"api","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"grid":{"bottom":115},"series":[],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"api数据集","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:15:06.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522520321456873474', NULL, N'1522507145776472065', NULL, N'JPie', N'{"dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"智慧社区_时间分部","dataSetApi":"[{\"name\":\"6:00-9:00\",\"value\":800},{\"name\":\"10:00-12:00\",\"value\":300},{\"name\":\"13:00-15:00\",\"value\":500},{\"name\":\"16:00-20:00\",\"value\":800},{\"name\":\"21:00-24:00\",\"value\":600}]","drillData":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"value\":1048,\"name\":\"vivo\"},{\"value\":735,\"name\":\"oppo\"},{\"value\":580,\"name\":\"苹果\"},{\"value\":484,\"name\":\"小米\"},{\"value\":300,\"name\":\"三星\"}]","size":{"height":420},"dataSetId":"1522187101267832833","fieldOption":[{"label":"name","text":"name","value":"name"},{"label":"value","text":"value","value":"value"}],"dataSetType":"json","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"grid":{"bottom":115,"show":false},"legend":{"orient":"vertical"},"series":[{"data":[],"name":"AccessFrom","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0,0,0,0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"innerRadius":50,"title":{"subtext":"","left":"left","show":true,"text":"JSON数据集","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:15:06.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522520321456873474', NULL, N'1522507145776472065', NULL, N'JPie', N'{"dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"智慧社区_时间分部","dataSetApi":"[{\"name\":\"6:00-9:00\",\"value\":800},{\"name\":\"10:00-12:00\",\"value\":300},{\"name\":\"13:00-15:00\",\"value\":500},{\"name\":\"16:00-20:00\",\"value\":800},{\"name\":\"21:00-24:00\",\"value\":600}]","drillData":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"value\":1048,\"name\":\"vivo\"},{\"value\":735,\"name\":\"oppo\"},{\"value\":580,\"name\":\"苹果\"},{\"value\":484,\"name\":\"小米\"},{\"value\":300,\"name\":\"三星\"}]","size":{"height":420},"dataSetId":"1522187101267832833","fieldOption":[{"label":"name","text":"name","value":"name"},{"label":"value","text":"value","value":"value"}],"dataSetType":"json","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"grid":{"bottom":115,"show":false},"legend":{"orient":"vertical"},"series":[{"data":[],"name":"AccessFrom","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0,0,0,0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"innerRadius":50,"title":{"subtext":"","left":"left","show":true,"text":"JSON数据集","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:15:06.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522520321549148162', NULL, N'1522507145776472065', NULL, N'JLine', N'{"dataMapping":[{"mapping":"day","filed":"维度"},{"mapping":"num","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"统计近十日的登陆次数","dataSetApi":"SELECT\tcount(*)num,\tDATE_FORMAT(create_time,''%Y-%m-%d'')AS`day`FROM\tsys_logWHERE\tlog_type=1ANDcreate_time>DATE_SUB(NOW(),INTERVAL10DAY)GROUPBY\tDATE_FORMAT(create_time,''%Y-%m-%d'')","drillData":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"value\":1000,\"name\":\"联想\"},{\"value\":7350,\"name\":\"小米\"},{\"value\":5800,\"name\":\"华为\"},{\"value\":6000,\"name\":\"苹果\"},{\"value\":3000,\"name\":\"戴尔\"}]","size":{"height":420},"dataSetId":"1516743766914924546","fieldOption":[{"label":"日期","text":"日期","value":"day"},{"label":"登录次数","text":"登录次数","value":"num"}],"dataSetType":"sql","dataNum":"5","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"type":"line"}],"title":{"subtext":"","left":"left","text":"SQL数据集","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:15:06.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522520321549148162', NULL, N'1522507145776472065', NULL, N'JLine', N'{"dataMapping":[{"mapping":"day","filed":"维度"},{"mapping":"num","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"统计近十日的登陆次数","dataSetApi":"SELECT\tcount(*)num,\tDATE_FORMAT(create_time,''%Y-%m-%d'')AS`day`FROM\tsys_logWHERE\tlog_type=1ANDcreate_time>DATE_SUB(NOW(),INTERVAL10DAY)GROUPBY\tDATE_FORMAT(create_time,''%Y-%m-%d'')","drillData":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"value\":1000,\"name\":\"联想\"},{\"value\":7350,\"name\":\"小米\"},{\"value\":5800,\"name\":\"华为\"},{\"value\":6000,\"name\":\"苹果\"},{\"value\":3000,\"name\":\"戴尔\"}]","size":{"height":420},"dataSetId":"1516743766914924546","fieldOption":[{"label":"日期","text":"日期","value":"day"},{"label":"登录次数","text":"登录次数","value":"num"}],"dataSetType":"sql","dataNum":"5","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"type":"line"}],"title":{"subtext":"","left":"left","text":"SQL数据集","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:15:06.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522520321628839937', NULL, N'1522507145776472065', NULL, N'JCommonTable', N'{"paramOption":[],"dataType":2,"dataSetName":"首页_近一周访问量","h":42,"dataSetApi":"selectcount(*)asvisit\t,count(distinct(ip))asip\t,DATE_FORMAT(create_time,''%Y-%m-%d'')astian\t,DATE_FORMAT(create_time,''%m-%d'')astype\tfromsys_logwherelog_type=1andcreate_time<=sysdate()andcreate_time>=(selectdate_sub(curdate(),interval7day))groupbytian,typeorderbytianasc","drillData":[],"timeOut":"10","chartData":"[{\"name\":\"4月\",\"value\":50},{\"name\":\"2月\",\"value\":200},{\"name\":\"3月\",\"value\":300},{\"name\":\"4月\",\"value\":400},{\"name\":\"5月\",\"value\":50},{\"name\":\"6月\",\"value\":120}]","size":{"height":420},"dataSetId":"1522503560003067906","fieldOption":[{"label":"访问量","text":"访问量","value":"visit"},{"label":"ip地址","text":"ip地址","value":"ip"},{"label":"年月","text":"年月","value":"tian"},{"label":"天","text":"天","value":"type"}],"dataSetType":"sql","w":24,"linkageConfig":[],"dataSetIzAgent":"0","option":{"columns":[{"izShow":"Y","dataIndex":"visit","title":"访问量"},{"izShow":"Y","dataIndex":"ip","title":"ip地址"},{"izShow":"Y","dataIndex":"tian","title":"年月"},{"izShow":"Y","dataIndex":"type","title":"天"}]}}', N'admin', N'2022-05-06 18:15:06.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522520321628839937', NULL, N'1522507145776472065', NULL, N'JCommonTable', N'{"paramOption":[],"dataType":2,"dataSetName":"首页_近一周访问量","h":42,"dataSetApi":"selectcount(*)asvisit\t,count(distinct(ip))asip\t,DATE_FORMAT(create_time,''%Y-%m-%d'')astian\t,DATE_FORMAT(create_time,''%m-%d'')astype\tfromsys_logwherelog_type=1andcreate_time<=sysdate()andcreate_time>=(selectdate_sub(curdate(),interval7day))groupbytian,typeorderbytianasc","drillData":[],"timeOut":"10","chartData":"[{\"name\":\"4月\",\"value\":50},{\"name\":\"2月\",\"value\":200},{\"name\":\"3月\",\"value\":300},{\"name\":\"4月\",\"value\":400},{\"name\":\"5月\",\"value\":50},{\"name\":\"6月\",\"value\":120}]","size":{"height":420},"dataSetId":"1522503560003067906","fieldOption":[{"label":"访问量","text":"访问量","value":"visit"},{"label":"ip地址","text":"ip地址","value":"ip"},{"label":"年月","text":"年月","value":"tian"},{"label":"天","text":"天","value":"type"}],"dataSetType":"sql","w":24,"linkageConfig":[],"dataSetIzAgent":"0","option":{"columns":[{"izShow":"Y","dataIndex":"visit","title":"访问量"},{"izShow":"Y","dataIndex":"ip","title":"ip地址"},{"izShow":"Y","dataIndex":"tian","title":"年月"},{"izShow":"Y","dataIndex":"type","title":"天"}]}}', N'admin', N'2022-05-06 18:15:06.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522520321725308929', NULL, N'1522507145776472065', NULL, N'JTabs', N'{"size":{"width":779,"height":463},"w":12,"h":40,"option":{"title":"选项卡"},"child":[{"h":42,"index":0,"i":"63de7e7e-3894-4d71-84a3-9b2fd9b9c760","title":"通知","horizontal":false,"component":"JList","size":10,"w":12,"x":0,"text":"0.042","id":"3343bdb3-fd05-4eee-9bc7-844a148752da","config":{"dataMapping":[{"mapping":"title","filed":"标题"},{"mapping":"remark","filed":"描述"},{"mapping":"date","filed":"时间"},{"mapping":"pic","filed":"封面"}],"paramOption":[],"dataType":2,"dataSetName":"数据列表","h":24,"dataSetApi":"http://api.jeecg.com/mock/51/datalist/list","drillData":[],"url":"http://api.jeecg.com/mock/42/list","timeOut":0,"chartData":"[{\"title\":\"通知一\",\"date\":\"2022-3-914:20:21\"},{\"title\":\"通知二\",\"date\":\"2022-3-814:20:21\"},{\"title\":\"通知三\",\"date\":\"2022-3-714:20:21\"},{\"title\":\"通知四\",\"date\":\"2022-3-414:20:21\"}]","paddingBottom":90,"dataSetId":"1519945036454813698","fieldOption":[{"label":"title","text":"title","value":"title"},{"label":"date","text":"date","value":"date"},{"label":"remark","text":"remark","value":"remark"},{"label":"pic","text":"pic","value":"pic"}],"dataSetType":"api","w":12,"turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"layout":"horizontal","showTitlePrefix":true,"titleFontSize":18,"showTimePrefix":true}},"child":[]},{"h":42,"index":0,"i":"7e716106-3f6b-4350-80d0-7fe0ed3b46f2","title":"图片展示","horizontal":false,"component":"JImg","size":10,"w":12,"x":0,"text":"0.042","id":"49dc2c4c-871b-4d5d-8e21-d3cd93602661","config":{"paddingBottom":90,"w":10,"dataType":1,"h":20,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"url":"http://minio.jeecg.com/otatest/jeecg_1651199708342.png"},"card":{"rightHref":"","size":"default","extra":"","title":""}}},"child":[]}]}', N'admin', N'2022-05-06 18:15:06.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522520321725308929', NULL, N'1522507145776472065', NULL, N'JTabs', N'{"size":{"width":779,"height":463},"w":12,"h":40,"option":{"title":"选项卡"},"child":[{"h":42,"index":0,"i":"63de7e7e-3894-4d71-84a3-9b2fd9b9c760","title":"通知","horizontal":false,"component":"JList","size":10,"w":12,"x":0,"text":"0.042","id":"3343bdb3-fd05-4eee-9bc7-844a148752da","config":{"dataMapping":[{"mapping":"title","filed":"标题"},{"mapping":"remark","filed":"描述"},{"mapping":"date","filed":"时间"},{"mapping":"pic","filed":"封面"}],"paramOption":[],"dataType":2,"dataSetName":"数据列表","h":24,"dataSetApi":"http://api.jeecg.com/mock/51/datalist/list","drillData":[],"url":"http://api.jeecg.com/mock/42/list","timeOut":0,"chartData":"[{\"title\":\"通知一\",\"date\":\"2022-3-914:20:21\"},{\"title\":\"通知二\",\"date\":\"2022-3-814:20:21\"},{\"title\":\"通知三\",\"date\":\"2022-3-714:20:21\"},{\"title\":\"通知四\",\"date\":\"2022-3-414:20:21\"}]","paddingBottom":90,"dataSetId":"1519945036454813698","fieldOption":[{"label":"title","text":"title","value":"title"},{"label":"date","text":"date","value":"date"},{"label":"remark","text":"remark","value":"remark"},{"label":"pic","text":"pic","value":"pic"}],"dataSetType":"api","w":12,"turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"layout":"horizontal","showTitlePrefix":true,"titleFontSize":18,"showTimePrefix":true}},"child":[]},{"h":42,"index":0,"i":"7e716106-3f6b-4350-80d0-7fe0ed3b46f2","title":"图片展示","horizontal":false,"component":"JImg","size":10,"w":12,"x":0,"text":"0.042","id":"49dc2c4c-871b-4d5d-8e21-d3cd93602661","config":{"paddingBottom":90,"w":10,"dataType":1,"h":20,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"url":"http://minio.jeecg.com/otatest/jeecg_1651199708342.png"},"card":{"rightHref":"","size":"default","extra":"","title":""}}},"child":[]}]}', N'admin', N'2022-05-06 18:15:06.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522520321935024129', NULL, N'1522507145776472065', NULL, N'JGrid', N'{"size":{"width":1632,"height":400},"w":12,"h":40,"option":{"card":{"rightHref":"","size":"default","extra":"","title":""}},"child":[{"h":42,"i":"7b247427-b86c-4c59-877d-618088d056ec","title":"标题","parentId":"1ac58009-1e17-4136-8309-313a9111ebb6","horizontal":false,"component":"JRing","size":10,"w":12,"x":0,"text":"0.042","id":"e845c133-1b8d-4252-a216-06c0857e388a","config":{"dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"智慧社区_地区分部","dataSetApi":"http://api.jeecg.com/mock/51/region","drillData":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"value\":1048,\"name\":\"oppo\"},{\"value\":735,\"name\":\"vivo\"},{\"value\":580,\"name\":\"苹果\"},{\"value\":484,\"name\":\"小米\"},{\"value\":300,\"name\":\"三星\"}]","paddingBottom":90,"dataSetId":"1522185936018878466","fieldOption":[{"label":"name","text":"name","value":"name"},{"label":"value","text":"value","value":"value"}],"dataSetType":"api","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"grid":{"top":65,"bottom":115,"show":false},"series":[{"data":[],"name":"AccessFrom","avoidLabelOverlap":false,"emphasis":{"label":{"show":true,"fontSize":"25","fontWeight":"bold"}},"label":{"show":false,"position":"center"},"labelLine":{"show":false},"type":"pie","radius":["40%","70%"]}],"legend":{"t":12},"tooltip":{"trigger":"item"},"title":{"show":true,"text":"环形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}},"span":"8","child":[]},{"h":42,"i":"6d907478-b400-4723-860d-45b24e3adbee","title":"标题","parentId":"1ac58009-1e17-4136-8309-313a9111ebb6","horizontal":false,"component":"JRadar","size":10,"w":12,"x":0,"text":"0.042","id":"7cebf65a-81ba-479e-870e-8610a0f00d0c","config":{"chartData":"[{\"value\":75,\"name\":\"得分\",\"type\":\"NBA\",\"max\":100},{\"value\":65,\"name\":\"篮板\",\"type\":\"NBA\",\"max\":100},{\"value\":55,\"name\":\"防守\",\"type\":\"NBA\",\"max\":100},{\"value\":74,\"name\":\"失误\",\"type\":\"NBA\",\"max\":100},{\"value\":38,\"name\":\"盖帽\",\"type\":\"NBA\",\"max\":100},{\"value\":88,\"name\":\"三分\",\"type\":\"NBA\",\"max\":100}]","paddingBottom":90,"dataMapping":[{"mapping":"","filed":"分组"},{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/radar","timeOut":0,"option":{"radar":[{"indicator":[]}],"grid":{"top":51,"bottom":115,"show":false},"legend":{"data":[]},"series":[{"data":[],"type":"radar"}],"title":{"show":true,"text":"基础雷达图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}},"span":"8","child":[]},{"h":42,"i":"6e99dc19-fe5e-4c36-8eb6-b3dd6ea19dd8","title":"标题","parentId":"1ac58009-1e17-4136-8309-313a9111ebb6","horizontal":false,"component":"JArea","size":10,"w":12,"x":0,"text":"0.042","id":"6fe47c5a-85ac-46ec-9640-936cd2501523","config":{"dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"图表API示例-年龄占比","dataSetApi":"http://api.jeecg.com/mock/51/jingwu/nianling","drillData":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"value\":1048,\"name\":\"华为\"},{\"value\":605,\"name\":\"vivo\"},{\"value\":580,\"name\":\"oppo\"},{\"value\":484,\"name\":\"苹果\"},{\"value\":300,\"name\":\"小米\"}]","paddingBottom":90,"dataSetId":"1517046231342284802","fieldOption":[{"label":"年龄","text":"年龄","value":"name"},{"label":"数量","text":"数量","value":"value"}],"dataSetType":"api","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"xAxis":{"data":[],"boundaryGap":false},"grid":{"bottom":31},"series":[{"areaStyle":{},"data":[],"type":"line"}],"tooltip":{"textStyle":{"color":"#464646"}},"title":{"show":true,"text":"基础面积图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}},"span":"8","child":[]}]}', N'admin', N'2022-05-06 18:15:06.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522520321935024129', NULL, N'1522507145776472065', NULL, N'JGrid', N'{"size":{"width":1632,"height":400},"w":12,"h":40,"option":{"card":{"rightHref":"","size":"default","extra":"","title":""}},"child":[{"h":42,"i":"7b247427-b86c-4c59-877d-618088d056ec","title":"标题","parentId":"1ac58009-1e17-4136-8309-313a9111ebb6","horizontal":false,"component":"JRing","size":10,"w":12,"x":0,"text":"0.042","id":"e845c133-1b8d-4252-a216-06c0857e388a","config":{"dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"智慧社区_地区分部","dataSetApi":"http://api.jeecg.com/mock/51/region","drillData":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"value\":1048,\"name\":\"oppo\"},{\"value\":735,\"name\":\"vivo\"},{\"value\":580,\"name\":\"苹果\"},{\"value\":484,\"name\":\"小米\"},{\"value\":300,\"name\":\"三星\"}]","paddingBottom":90,"dataSetId":"1522185936018878466","fieldOption":[{"label":"name","text":"name","value":"name"},{"label":"value","text":"value","value":"value"}],"dataSetType":"api","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"grid":{"top":65,"bottom":115,"show":false},"series":[{"data":[],"name":"AccessFrom","avoidLabelOverlap":false,"emphasis":{"label":{"show":true,"fontSize":"25","fontWeight":"bold"}},"label":{"show":false,"position":"center"},"labelLine":{"show":false},"type":"pie","radius":["40%","70%"]}],"legend":{"t":12},"tooltip":{"trigger":"item"},"title":{"show":true,"text":"环形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}},"span":"8","child":[]},{"h":42,"i":"6d907478-b400-4723-860d-45b24e3adbee","title":"标题","parentId":"1ac58009-1e17-4136-8309-313a9111ebb6","horizontal":false,"component":"JRadar","size":10,"w":12,"x":0,"text":"0.042","id":"7cebf65a-81ba-479e-870e-8610a0f00d0c","config":{"chartData":"[{\"value\":75,\"name\":\"得分\",\"type\":\"NBA\",\"max\":100},{\"value\":65,\"name\":\"篮板\",\"type\":\"NBA\",\"max\":100},{\"value\":55,\"name\":\"防守\",\"type\":\"NBA\",\"max\":100},{\"value\":74,\"name\":\"失误\",\"type\":\"NBA\",\"max\":100},{\"value\":38,\"name\":\"盖帽\",\"type\":\"NBA\",\"max\":100},{\"value\":88,\"name\":\"三分\",\"type\":\"NBA\",\"max\":100}]","paddingBottom":90,"dataMapping":[{"mapping":"","filed":"分组"},{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/radar","timeOut":0,"option":{"radar":[{"indicator":[]}],"grid":{"top":51,"bottom":115,"show":false},"legend":{"data":[]},"series":[{"data":[],"type":"radar"}],"title":{"show":true,"text":"基础雷达图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}},"span":"8","child":[]},{"h":42,"i":"6e99dc19-fe5e-4c36-8eb6-b3dd6ea19dd8","title":"标题","parentId":"1ac58009-1e17-4136-8309-313a9111ebb6","horizontal":false,"component":"JArea","size":10,"w":12,"x":0,"text":"0.042","id":"6fe47c5a-85ac-46ec-9640-936cd2501523","config":{"dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"图表API示例-年龄占比","dataSetApi":"http://api.jeecg.com/mock/51/jingwu/nianling","drillData":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"value\":1048,\"name\":\"华为\"},{\"value\":605,\"name\":\"vivo\"},{\"value\":580,\"name\":\"oppo\"},{\"value\":484,\"name\":\"苹果\"},{\"value\":300,\"name\":\"小米\"}]","paddingBottom":90,"dataSetId":"1517046231342284802","fieldOption":[{"label":"年龄","text":"年龄","value":"name"},{"label":"数量","text":"数量","value":"value"}],"dataSetType":"api","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"xAxis":{"data":[],"boundaryGap":false},"grid":{"bottom":31},"series":[{"areaStyle":{},"data":[],"type":"line"}],"tooltip":{"textStyle":{"color":"#464646"}},"title":{"show":true,"text":"基础面积图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}},"span":"8","child":[]}]}', N'admin', N'2022-05-06 18:15:06.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522520322014715906', NULL, N'1522507145776472065', NULL, N'JCarousel', N'{"chartData":"[{\"src\":\"http://minio.jeecg.com/otatest/temp/0_1647504880335.png\"},{\"src\":\"http://minio.jeecg.com/otatest/temp/1_1647504883878.png\"},{\"src\":\"http://minio.jeecg.com/otatest/temp/2_1647504886551.png\"}]","size":{"width":1252,"height":243},"dataMapping":[{"mapping":"","filed":"路径"}],"w":24,"dataType":1,"h":22,"linkageConfig":[],"url":"http://api.jeecg.com/mock/42/carousel","timeOut":0,"option":{"dots":true,"autoplay":true,"dotPosition":"bottom"}}', N'admin', N'2022-05-06 18:15:06.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522520322014715906', NULL, N'1522507145776472065', NULL, N'JCarousel', N'{"chartData":"[{\"src\":\"http://minio.jeecg.com/otatest/temp/0_1647504880335.png\"},{\"src\":\"http://minio.jeecg.com/otatest/temp/1_1647504883878.png\"},{\"src\":\"http://minio.jeecg.com/otatest/temp/2_1647504886551.png\"}]","size":{"width":1252,"height":243},"dataMapping":[{"mapping":"","filed":"路径"}],"w":24,"dataType":1,"h":22,"linkageConfig":[],"url":"http://api.jeecg.com/mock/42/carousel","timeOut":0,"option":{"dots":true,"autoplay":true,"dotPosition":"bottom"}}', N'admin', N'2022-05-06 18:15:06.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522520322115379202', NULL, N'1522507145776472065', NULL, N'JIframe', N'{"size":{"width":1252,"height":386},"w":12,"dataType":1,"h":26,"linkageConfig":[],"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"url":"http://www.jeecg.com/"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:15:07.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522520322115379202', NULL, N'1522507145776472065', NULL, N'JIframe', N'{"size":{"width":1252,"height":386},"w":12,"dataType":1,"h":26,"linkageConfig":[],"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"url":"http://www.jeecg.com/"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:15:07.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522520322216042498', NULL, N'1522507145776472065', NULL, N'JPictorialBar', N'{"chartData":"[{\"name\":\"驯鹿\",\"value\":123,\"symbol\":\"path://M-22.788,24.521c2.08-0.986,3.611-3.905,4.984-5.892c-2.686,2.782-5.047,5.884-9.102,7.312c-0.992,0.005-0.25-2.016,0.34-2.362l1.852-0.41c0.564-0.218,0.785-0.842,0.902-1.347c2.133-0.727,4.91-4.129,6.031-6.194c1.748-0.7,4.443-0.679,5.734-2.293c1.176-1.468,0.393-3.992,1.215-6.557c0.24-0.754,0.574-1.581,1.008-2.293c-0.611,0.011-1.348-0.061-1.959-0.608c-1.391-1.245-0.785-2.086-1.297-3.313c1.684,0.744,2.5,2.584,4.426,2.586C-8.46,3.012-8.255,2.901-8.04,2.824c6.031-1.952,15.182-0.165,19.498-3.937c1.15-3.933-1.24-9.846-1.229-9.938c0.008-0.062-1.314-0.004-1.803-0.258c-1.119-0.771-6.531-3.75-0.17-3.33c0.314-0.045,0.943,0.259,1.439,0.435c-0.289-1.694-0.92-0.144-3.311-1.946c0,0-1.1-0.855-1.764-1.98c-0.836-1.09-2.01-2.825-2.992-4.031c-1.523-2.476,1.367,0.709,1.816,1.108c1.768,1.704,1.844,3.281,3.232,3.983c0.195,0.203,1.453,0.164,0.926-0.468c-0.525-0.632-1.367-1.278-1.775-2.341c-0.293-0.703-1.311-2.326-1.566-2.711c-0.256-0.384-0.959-1.718-1.67-2.351c-1.047-1.187-0.268-0.902,0.521-0.07c0.789,0.834,1.537,1.821,1.672,2.023c0.135,0.203,1.584,2.521,1.725,2.387c0.102-0.259-0.035-0.428-0.158-0.852c-0.125-0.423-0.912-2.032-0.961-2.083c-0.357-0.852-0.566-1.908-0.598-3.333c0.4-2.375,0.648-2.486,0.549-0.705c0.014,1.143,0.031,2.215,0.602,3.247c0.807,1.496,1.764,4.064,1.836,4.474c0.561,3.176,2.904,1.749,2.281-0.126c-0.068-0.446-0.109-2.014-0.287-2.862c-0.18-0.849-0.219-1.688-0.113-3.056c0.066-1.389,0.232-2.055,0.277-2.299c0.285-1.023,0.4-1.088,0.408,0.135c-0.059,0.399-0.131,1.687-0.125,2.655c0.064,0.642-0.043,1.768,0.172,2.486c0.654,1.928-0.027,3.496,1,3.514c1.805-0.424,2.428-1.218,2.428-2.346c-0.086-0.704-0.121-0.843-0.031-1.193c0.221-0.568,0.359-0.67,0.312-0.076c-0.055,0.287,0.031,0.533,0.082,0.794c0.264,1.197,0.912,0.114,1.283-0.782c0.15-0.238,0.539-2.154,0.545-2.522c-0.023-0.617,0.285-0.645,0.309,0.01c0.064,0.422-0.248,2.646-0.205,2.334c-0.338,1.24-1.105,3.402-3.379,4.712c-0.389,0.12-1.186,1.286-3.328,2.178c0,0,1.729,0.321,3.156,0.246c1.102-0.19,3.707-0.027,4.654,0.269c1.752,0.494,1.531-0.053,4.084,0.164c2.26-0.4,2.154,2.391-1.496,3.68c-2.549,1.405-3.107,1.475-2.293,2.984c3.484,7.906,2.865,13.183,2.193,16.466c2.41,0.271,5.732-0.62,7.301,0.725c0.506,0.333,0.648,1.866-0.457,2.86c-4.105,2.745-9.283,7.022-13.904,7.662c-0.977-0.194,0.156-2.025,0.803-2.247l1.898-0.03c0.596-0.101,0.936-0.669,1.152-1.139c3.16-0.404,5.045-3.775,8.246-4.818c-4.035-0.718-9.588,3.981-12.162,1.051c-5.043,1.423-11.449,1.84-15.895,1.111c-3.105,2.687-7.934,4.021-12.115,5.866c-3.271,3.511-5.188,8.086-9.967,10.414c-0.986,0.119-0.48-1.974,0.066-2.385l1.795-0.618C-22.995,25.682-22.849,25.035-22.788,24.521z\",\"symbolSize\":[60,60]},{\"name\":\"飞机\",\"value\":60,\"symbol\":\"path://M1.112,32.559l2.998,1.205l-2.882,2.268l-2.215-0.012L1.112,32.559zM37.803,23.96c0.158-0.838,0.5-1.509,0.961-1.904c-0.096-0.037-0.205-0.071-0.344-0.071c-0.777-0.005-2.068-0.009-3.047-0.009c-0.633,0-1.217,0.066-1.754,0.18l2.199,1.804H37.803zM39.738,23.036c-0.111,0-0.377,0.325-0.537,0.924h1.076C40.115,23.361,39.854,23.036,39.738,23.036zM39.934,39.867c-0.166,0-0.674,0.705-0.674,1.986s0.506,1.986,0.674,1.986s0.672-0.705,0.672-1.986S40.102,39.867,39.934,39.867zM38.963,38.889c-0.098-0.038-0.209-0.07-0.348-0.073c-0.082,0-0.174,0-0.268-0.001l-7.127,4.671c0.879,0.821,2.42,1.417,4.348,1.417c0.979,0,2.27-0.006,3.047-0.01c0.139,0,0.25-0.034,0.348-0.072c-0.646-0.555-1.07-1.643-1.07-2.967C37.891,40.529,38.316,39.441,38.963,38.889zM32.713,23.96l-12.37-10.116l-4.693-0.004c0,0,4,8.222,4.827,10.121H32.713zM59.311,32.374c-0.248,2.104-5.305,3.172-8.018,3.172H39.629l-25.325,16.61L9.607,52.16c0,0,6.687-8.479,7.95-10.207c1.17-1.6,3.019-3.699,3.027-6.407h-2.138c-5.839,0-13.816-3.789-18.472-5.583c-2.818-1.085-2.396-4.04-0.031-4.04h0.039l-3.299-11.371h3.617c0,0,4.352,5.696,5.846,7.5c2,2.416,4.503,3.678,8.228,3.87h30.727c2.17,0,4.311,0.417,6.252,1.046c3.49,1.175,5.863,2.7,7.199,4.027C59.145,31.584,59.352,32.025,59.311,32.374zM22.069,30.408c0-0.815-0.661-1.475-1.469-1.475c-0.812,0-1.471,0.66-1.471,1.475s0.658,1.475,1.471,1.475C21.408,31.883,22.069,31.224,22.069,30.408zM27.06,30.408c0-0.815-0.656-1.478-1.466-1.478c-0.812,0-1.471,0.662-1.471,1.478s0.658,1.477,1.471,1.477C26.404,31.885,27.06,31.224,27.06,30.408zM32.055,30.408c0-0.815-0.66-1.475-1.469-1.475c-0.808,0-1.466,0.66-1.466,1.475s0.658,1.475,1.466,1.475C31.398,31.883,32.055,31.224,32.055,30.408zM37.049,30.408c0-0.815-0.658-1.478-1.467-1.478c-0.812,0-1.469,0.662-1.469,1.478s0.656,1.477,1.469,1.477C36.389,31.885,37.049,31.224,37.049,30.408zM42.039,30.408c0-0.815-0.656-1.478-1.465-1.478c-0.811,0-1.469,0.662-1.469,1.478s0.658,1.477,1.469,1.477C41.383,31.885,42.039,31.224,42.039,30.408zM55.479,30.565c-0.701-0.436-1.568-0.896-2.627-1.347c-0.613,0.289-1.551,0.476-2.73,0.476c-1.527,0-1.639,2.263,0.164,2.316C52.389,32.074,54.627,31.373,55.479,30.565z\",\"symbolSize\":[65,35]},{\"name\":\"火箭\",\"value\":25,\"symbol\":\"path://M-244.396,44.399c0,0,0.47-2.931-2.427-6.512c2.819-8.221,3.21-15.709,3.21-15.709s5.795,1.383,5.795,7.325C-237.818,39.679-244.396,44.399-244.396,44.399zM-260.371,40.827c0,0-3.881-12.946-3.881-18.319c0-2.416,0.262-4.566,0.669-6.517h17.684c0.411,1.952,0.675,4.104,0.675,6.519c0,5.291-3.87,18.317-3.87,18.317H-260.371zM-254.745,18.951c-1.99,0-3.603,1.676-3.603,3.744c0,2.068,1.612,3.744,3.603,3.744c1.988,0,3.602-1.676,3.602-3.744S-252.757,18.951-254.745,18.951zM-255.521,2.228v-5.098h1.402v4.969c1.603,1.213,5.941,5.069,7.901,12.5h-17.05C-261.373,7.373-257.245,3.558-255.521,2.228zM-265.07,44.399c0,0-6.577-4.721-6.577-14.896c0-5.942,5.794-7.325,5.794-7.325s0.393,7.488,3.211,15.708C-265.539,41.469-265.07,44.399-265.07,44.399zM-252.36,45.15l-1.176-1.22L-254.789,48l-1.487-4.069l-1.019,2.116l-1.488-3.826h8.067L-252.36,45.15z\",\"symbolSize\":[50,60]},{\"name\":\"高铁\",\"value\":18,\"symbol\":\"path://M67.335,33.596L67.335,33.596c-0.002-1.39-1.153-3.183-3.328-4.218h-9.096v-2.07h5.371c-4.939-2.07-11.199-4.141-14.89-4.141H19.72v12.421v5.176h38.373c4.033,0,8.457-1.035,9.142-5.176h-0.027c0.076-0.367,0.129-0.751,0.129-1.165L67.335,33.596L67.335,33.596zM27.999,30.413h-3.105v-4.141h3.105V30.413zM35.245,30.413h-3.104v-4.141h3.104V30.413zM42.491,30.413h-3.104v-4.141h3.104V30.413zM49.736,30.413h-3.104v-4.141h3.104V30.413zM14.544,40.764c1.143,0,2.07-0.927,2.07-2.07V35.59V25.237c0-1.145-0.928-2.07-2.07-2.07H-9.265c-1.143,0-2.068,0.926-2.068,2.07v10.351v3.105c0,1.144,0.926,2.07,2.068,2.07H14.544L14.544,40.764zM8.333,26.272h3.105v4.141H8.333V26.272zM1.087,26.272h3.105v4.141H1.087V26.272zM-6.159,26.272h3.105v4.141h-3.105V26.272zM-9.265,41.798h69.352v1.035H-9.265V41.798z\",\"symbolSize\":[50,30]},{\"name\":\"轮船\",\"value\":12,\"symbol\":\"path://M16.678,17.086h9.854l-2.703,5.912c5.596,2.428,11.155,5.575,16.711,8.607c3.387,1.847,6.967,3.75,10.541,5.375v-6.16l-4.197-2.763v-5.318L33.064,12.197h-11.48L20.43,15.24h-4.533l-1.266,3.286l0.781,0.345L16.678,17.086zM49.6,31.84l0.047,1.273L27.438,20.998l0.799-1.734L49.6,31.84zM33.031,15.1l12.889,8.82l0.027,0.769L32.551,16.1L33.031,15.1zM22.377,14.045h9.846l-1.539,3.365l-2.287-1.498h1.371l0.721-1.352h-2.023l-0.553,1.037l-0.541-0.357h-0.34l0.359-0.684h-2.025l-0.361,0.684h-3.473L22.377,14.045zM23.695,20.678l-0.004,0.004h0.004V20.678zM24.828,18.199h-2.031l-0.719,1.358h2.029L24.828,18.199zM40.385,34.227c-12.85-7.009-25.729-14.667-38.971-12.527c1.26,8.809,9.08,16.201,8.213,24.328c-0.553,4.062-3.111,0.828-3.303,7.137c15.799,0,32.379,0,48.166,0l0.066-4.195l1.477-7.23C50.842,39.812,45.393,36.961,40.385,34.227zM13.99,35.954c-1.213,0-2.195-1.353-2.195-3.035c0-1.665,0.98-3.017,2.195-3.017c1.219,0,2.195,1.352,2.195,3.017C16.186,34.604,15.213,35.954,13.99,35.954zM23.691,20.682h-2.02l-0.588,1.351h2.023L23.691,20.682zM19.697,18.199l-0.721,1.358h2.025l0.727-1.358H19.697z\",\"symbolSize\":[50,35]},{\"name\":\"汽车\",\"value\":9,\"symbol\":\"path://M49.592,40.883c-0.053,0.354-0.139,0.697-0.268,0.963c-0.232,0.475-0.455,0.519-1.334,0.475c-1.135-0.053-2.764,0-4.484,0.068c0,0.476,0.018,0.697,0.018,0.697c0.111,1.299,0.697,1.342,0.931,1.342h3.7c0.326,0,0.628,0,0.861-0.154c0.301-0.196,0.43-0.772,0.543-1.78c0.017-0.146,0.025-0.336,0.033-0.56v-0.01c0-0.068,0.008-0.154,0.008-0.25V41.58l0,0C49.6,41.348,49.6,41.09,49.592,40.883L49.592,40.883zM6.057,40.883c0.053,0.354,0.137,0.697,0.268,0.963c0.23,0.475,0.455,0.519,1.334,0.475c1.137-0.053,2.762,0,4.484,0.068c0,0.476-0.018,0.697-0.018,0.697c-0.111,1.299-0.697,1.342-0.93,1.342h-3.7c-0.328,0-0.602,0-0.861-0.154c-0.309-0.18-0.43-0.772-0.541-1.78c-0.018-0.146-0.027-0.336-0.035-0.56v-0.01c0-0.068-0.008-0.154-0.008-0.25V41.58l0,0C6.057,41.348,6.057,41.09,6.057,40.883L6.057,40.883zM49.867,32.766c0-2.642-0.344-5.224-0.482-5.507c-0.104-0.207-0.766-0.749-2.271-1.773c-1.522-1.042-1.487-0.887-1.766-1.566c0.25-0.078,0.492-0.224,0.639-0.241c0.326-0.034,0.345,0.274,1.023,0.274c0.68,0,2.152-0.18,2.453-0.48c0.301-0.303,0.396-0.405,0.396-0.672c0-0.268-0.156-0.818-0.447-1.146c-0.293-0.327-1.541-0.49-2.273-0.585c-0.729-0.095-0.834,0-1.022,0.121c-0.304,0.189-0.32,1.919-0.32,1.919l-0.713,0.018c-0.465-1.146-1.11-3.452-2.117-5.269c-1.103-1.979-2.256-2.599-2.737-2.754c-0.474-0.146-0.904-0.249-4.131-0.576c-3.298-0.344-5.922-0.388-8.262-0.388c-2.342,0-4.967,0.052-8.264,0.388c-3.229,0.336-3.66,0.43-4.133,0.576s-1.633,0.775-2.736,2.754c-1.006,1.816-1.652,4.123-2.117,5.269L9.87,23.109c0,0-0.008-1.729-0.318-1.919c-0.189-0.121-0.293-0.225-1.023-0.121c-0.732,0.104-1.98,0.258-2.273,0.585c-0.293,0.327-0.447,0.878-0.447,1.146c0,0.267,0.094,0.379,0.396,0.672c0.301,0.301,1.773,0.48,2.453,0.48c0.68,0,0.697-0.309,1.023-0.274c0.146,0.018,0.396,0.163,0.637,0.241c-0.283,0.68-0.24,0.524-1.764,1.566c-1.506,1.033-2.178,1.566-2.271,1.773c-0.139,0.283-0.482,2.865-0.482,5.508s0.189,5.02,0.189,5.86c0,0.354,0,0.976,0.076,1.565c0.053,0.354,0.129,0.697,0.268,0.966c0.232,0.473,0.447,0.516,1.334,0.473c1.137-0.051,2.779,0,4.477,0.07c1.135,0.043,2.297,0.086,3.33,0.11c2.582,0.051,1.826-0.379,2.928-0.36c1.102,0.016,5.447,0.196,9.424,0.196c3.976,0,8.332-0.182,9.423-0.196c1.102-0.019,0.346,0.411,2.926,0.36c1.033-0.018,2.195-0.067,3.332-0.11c1.695-0.062,3.348-0.121,4.477-0.07c0.886,0.043,1.103,0,1.332-0.473c0.132-0.269,0.218-0.611,0.269-0.966c0.086-0.592,0.078-1.213,0.078-1.565C49.678,37.793,49.867,35.408,49.867,32.766L49.867,32.766zM13.219,19.735c0.412-0.964,1.652-2.9,2.256-3.244c0.145-0.087,1.426-0.491,4.637-0.706c2.953-0.198,6.217-0.276,7.73-0.276c1.513,0,4.777,0.078,7.729,0.276c3.201,0.215,4.502,0.611,4.639,0.706c0.775,0.533,1.842,2.28,2.256,3.244c0.412,0.965,0.965,2.858,0.861,3.116c-0.104,0.258,0.104,0.388-1.291,0.275c-1.387-0.103-10.088-0.216-14.185-0.216c-4.088,0-12.789,0.113-14.184,0.216c-1.395,0.104-1.188-0.018-1.291-0.275C12.254,22.593,12.805,20.708,13.219,19.735L13.219,19.735zM16.385,30.511c-0.619,0.155-0.988,0.491-1.764,0.482c-0.775,0-2.867-0.353-3.314-0.371c-0.447-0.017-0.842,0.302-1.076,0.362c-0.23,0.06-0.688-0.104-1.377-0.318c-0.688-0.216-1.092-0.155-1.316-1.094c-0.232-0.93,0-2.264,0-2.264c1.488-0.068,2.928,0.069,5.621,0.826c2.693,0.758,4.191,2.213,4.191,2.213S17.004,30.357,16.385,30.511L16.385,30.511zM36.629,37.293c-1.23,0.164-6.386,0.207-8.794,0.207c-2.412,0-7.566-0.051-8.799-0.207c-1.256-0.164-2.891-1.67-1.764-2.865c1.523-1.627,1.24-1.576,4.701-2.023C24.967,32.018,27.239,32,27.834,32c0.584,0,2.865,0.025,5.859,0.404c3.461,0.447,3.178,0.396,4.699,2.022C39.521,35.623,37.887,37.129,36.629,37.293L36.629,37.293zM48.129,29.582c-0.232,0.93-0.629,0.878-1.318,1.093c-0.688,0.216-1.145,0.371-1.377,0.319c-0.231-0.053-0.627-0.371-1.074-0.361c-0.448,0.018-2.539,0.37-3.313,0.37c-0.772,0-1.146-0.328-1.764-0.481c-0.621-0.154-0.966-0.154-0.966-0.154s1.49-1.464,4.191-2.213c2.693-0.758,4.131-0.895,5.621-0.826C48.129,27.309,48.361,28.643,48.129,29.582L48.129,29.582z\",\"symbolSize\":[40,30]},{\"name\":\"跑步\",\"value\":2,\"symbol\":\"path://M13.676,32.955c0.919-0.031,1.843-0.008,2.767-0.008v0.007c0.827,0,1.659,0.041,2.486-0.019c0.417-0.028,1.118,0.325,1.14-0.545c0.014-0.637-0.156-1.279-0.873-1.367c-1.919-0.241-3.858-0.233-5.774,0.019c-0.465,0.062-0.998,0.442-0.832,1.069C12.715,32.602,13.045,32.977,13.676,32.955zM14.108,29.013c1.47-0.007,2.96-0.122,4.414,0.035c1.792,0.192,3.1-0.412,4.273-2.105c-3.044,0-5.882,0.014-8.719-0.01c-0.768-0.005-1.495,0.118-1.461,1C12.642,28.731,13.329,29.014,14.108,29.013zM23.678,36.593c-0.666-0.69-1.258-1.497-2.483-1.448c-2.341,0.095-4.689,0.051-7.035,0.012c-0.834-0.014-1.599,0.177-1.569,1.066c0.031,0.854,0.812,1.062,1.636,1.043c1.425-0.033,2.852-0.01,4.278-0.01v-0.01c1.562,0,3.126,0.008,4.691-0.005C23.614,37.239,24.233,37.174,23.678,36.593zM32.234,42.292h-0.002c-1.075,0.793-2.589,0.345-3.821,1.048c-0.359,0.193-0.663,0.465-0.899,0.799c-1.068,1.623-2.052,3.301-3.117,4.928c-0.625,0.961-0.386,1.805,0.409,2.395c0.844,0.628,1.874,0.617,2.548-0.299c1.912-2.573,3.761-5.197,5.621-7.814C33.484,42.619,33.032,42.387,32.234,42.292zM43.527,28.401c-0.688-1.575-2.012-0.831-3.121-0.895c-1.047-0.058-2.119,1.128-3.002,0.345c-0.768-0.677-1.213-1.804-1.562-2.813c-0.45-1.305-1.495-2.225-2.329-3.583c2.953,1.139,4.729,0.077,5.592-1.322c0.99-1.61,0.718-3.725-0.627-4.967c-1.362-1.255-3.414-1.445-4.927-0.452c-1.933,1.268-2.206,2.893-0.899,6.11c-2.098-0.659-3.835-1.654-5.682-2.383c-0.735-0.291-1.437-1.017-2.293-0.666c-2.263,0.927-4.522,1.885-6.723,2.95c-1.357,0.658-1.649,1.593-1.076,2.638c0.462,0.851,1.643,1.126,2.806,0.617c0.993-0.433,1.994-0.857,2.951-1.374c1.599-0.86,3.044-0.873,4.604,0.214c1.017,0.707,0.873,1.137,0.123,1.849c-1.701,1.615-3.516,3.12-4.933,5.006c-1.042,1.388-0.993,2.817,0.255,4.011c1.538,1.471,3.148,2.869,4.708,4.315c0.485,0.444,0.907,0.896-0.227,1.104c-1.523,0.285-3.021,0.694-4.538,1.006c-1.109,0.225-2.02,1.259-1.83,2.16c0.223,1.07,1.548,1.756,2.687,1.487c3.003-0.712,6.008-1.413,9.032-2.044c1.549-0.324,2.273-1.869,1.344-3.115c-0.868-1.156-1.801-2.267-2.639-3.445c-1.964-2.762-1.95-2.771,0.528-5.189c1.394-1.357,1.379-1.351,2.437,0.417c0.461,0.769,0.854,1.703,1.99,1.613c2.238-0.181,4.407-0.755,6.564-1.331C43.557,30.447,43.88,29.206,43.527,28.401z\",\"symbolSize\":[50,50]},{\"name\":\"步行\",\"value\":1,\"symbol\":\"path://M29.902,23.275c1.86,0,3.368-1.506,3.368-3.365c0-1.859-1.508-3.365-3.368-3.365c-1.857,0-3.365,1.506-3.365,3.365C26.537,21.769,28.045,23.275,29.902,23.275zM36.867,30.74c-1.666-0.467-3.799-1.6-4.732-4.199c-0.932-2.6-3.131-2.998-4.797-2.998s-7.098,3.894-7.098,3.894c-1.133,1.001-2.1,6.502-0.967,6.769c1.133,0.269,1.266-1.533,1.934-3.599c0.666-2.065,3.797-3.466,3.797-3.466s0.201,2.467-0.398,3.866c-0.599,1.399-1.133,2.866-1.467,6.198s-1.6,3.665-3.799,6.266c-2.199,2.598-0.6,3.797,0.398,3.664c1.002-0.133,5.865-5.598,6.398-6.998c0.533-1.397,0.668-3.732,0.668-3.732s0,0,2.199,1.867c2.199,1.865,2.332,4.6,2.998,7.73s2.332,0.934,2.332-0.467c0-1.401,0.269-5.465-1-7.064c-1.265-1.6-3.73-3.465-3.73-5.265s1.199-3.732,1.199-3.732c0.332,1.667,3.335,3.065,5.599,3.399C38.668,33.206,38.533,31.207,36.867,30.74z\",\"symbolSize\":[40,50]}]","size":{"width":463,"height":463},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/pictogram","timeOut":0,"option":{"grid":{"bottom":115},"series":[],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"象形柱图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:15:07.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522520322216042498', NULL, N'1522507145776472065', NULL, N'JPictorialBar', N'{"chartData":"[{\"name\":\"驯鹿\",\"value\":123,\"symbol\":\"path://M-22.788,24.521c2.08-0.986,3.611-3.905,4.984-5.892c-2.686,2.782-5.047,5.884-9.102,7.312c-0.992,0.005-0.25-2.016,0.34-2.362l1.852-0.41c0.564-0.218,0.785-0.842,0.902-1.347c2.133-0.727,4.91-4.129,6.031-6.194c1.748-0.7,4.443-0.679,5.734-2.293c1.176-1.468,0.393-3.992,1.215-6.557c0.24-0.754,0.574-1.581,1.008-2.293c-0.611,0.011-1.348-0.061-1.959-0.608c-1.391-1.245-0.785-2.086-1.297-3.313c1.684,0.744,2.5,2.584,4.426,2.586C-8.46,3.012-8.255,2.901-8.04,2.824c6.031-1.952,15.182-0.165,19.498-3.937c1.15-3.933-1.24-9.846-1.229-9.938c0.008-0.062-1.314-0.004-1.803-0.258c-1.119-0.771-6.531-3.75-0.17-3.33c0.314-0.045,0.943,0.259,1.439,0.435c-0.289-1.694-0.92-0.144-3.311-1.946c0,0-1.1-0.855-1.764-1.98c-0.836-1.09-2.01-2.825-2.992-4.031c-1.523-2.476,1.367,0.709,1.816,1.108c1.768,1.704,1.844,3.281,3.232,3.983c0.195,0.203,1.453,0.164,0.926-0.468c-0.525-0.632-1.367-1.278-1.775-2.341c-0.293-0.703-1.311-2.326-1.566-2.711c-0.256-0.384-0.959-1.718-1.67-2.351c-1.047-1.187-0.268-0.902,0.521-0.07c0.789,0.834,1.537,1.821,1.672,2.023c0.135,0.203,1.584,2.521,1.725,2.387c0.102-0.259-0.035-0.428-0.158-0.852c-0.125-0.423-0.912-2.032-0.961-2.083c-0.357-0.852-0.566-1.908-0.598-3.333c0.4-2.375,0.648-2.486,0.549-0.705c0.014,1.143,0.031,2.215,0.602,3.247c0.807,1.496,1.764,4.064,1.836,4.474c0.561,3.176,2.904,1.749,2.281-0.126c-0.068-0.446-0.109-2.014-0.287-2.862c-0.18-0.849-0.219-1.688-0.113-3.056c0.066-1.389,0.232-2.055,0.277-2.299c0.285-1.023,0.4-1.088,0.408,0.135c-0.059,0.399-0.131,1.687-0.125,2.655c0.064,0.642-0.043,1.768,0.172,2.486c0.654,1.928-0.027,3.496,1,3.514c1.805-0.424,2.428-1.218,2.428-2.346c-0.086-0.704-0.121-0.843-0.031-1.193c0.221-0.568,0.359-0.67,0.312-0.076c-0.055,0.287,0.031,0.533,0.082,0.794c0.264,1.197,0.912,0.114,1.283-0.782c0.15-0.238,0.539-2.154,0.545-2.522c-0.023-0.617,0.285-0.645,0.309,0.01c0.064,0.422-0.248,2.646-0.205,2.334c-0.338,1.24-1.105,3.402-3.379,4.712c-0.389,0.12-1.186,1.286-3.328,2.178c0,0,1.729,0.321,3.156,0.246c1.102-0.19,3.707-0.027,4.654,0.269c1.752,0.494,1.531-0.053,4.084,0.164c2.26-0.4,2.154,2.391-1.496,3.68c-2.549,1.405-3.107,1.475-2.293,2.984c3.484,7.906,2.865,13.183,2.193,16.466c2.41,0.271,5.732-0.62,7.301,0.725c0.506,0.333,0.648,1.866-0.457,2.86c-4.105,2.745-9.283,7.022-13.904,7.662c-0.977-0.194,0.156-2.025,0.803-2.247l1.898-0.03c0.596-0.101,0.936-0.669,1.152-1.139c3.16-0.404,5.045-3.775,8.246-4.818c-4.035-0.718-9.588,3.981-12.162,1.051c-5.043,1.423-11.449,1.84-15.895,1.111c-3.105,2.687-7.934,4.021-12.115,5.866c-3.271,3.511-5.188,8.086-9.967,10.414c-0.986,0.119-0.48-1.974,0.066-2.385l1.795-0.618C-22.995,25.682-22.849,25.035-22.788,24.521z\",\"symbolSize\":[60,60]},{\"name\":\"飞机\",\"value\":60,\"symbol\":\"path://M1.112,32.559l2.998,1.205l-2.882,2.268l-2.215-0.012L1.112,32.559zM37.803,23.96c0.158-0.838,0.5-1.509,0.961-1.904c-0.096-0.037-0.205-0.071-0.344-0.071c-0.777-0.005-2.068-0.009-3.047-0.009c-0.633,0-1.217,0.066-1.754,0.18l2.199,1.804H37.803zM39.738,23.036c-0.111,0-0.377,0.325-0.537,0.924h1.076C40.115,23.361,39.854,23.036,39.738,23.036zM39.934,39.867c-0.166,0-0.674,0.705-0.674,1.986s0.506,1.986,0.674,1.986s0.672-0.705,0.672-1.986S40.102,39.867,39.934,39.867zM38.963,38.889c-0.098-0.038-0.209-0.07-0.348-0.073c-0.082,0-0.174,0-0.268-0.001l-7.127,4.671c0.879,0.821,2.42,1.417,4.348,1.417c0.979,0,2.27-0.006,3.047-0.01c0.139,0,0.25-0.034,0.348-0.072c-0.646-0.555-1.07-1.643-1.07-2.967C37.891,40.529,38.316,39.441,38.963,38.889zM32.713,23.96l-12.37-10.116l-4.693-0.004c0,0,4,8.222,4.827,10.121H32.713zM59.311,32.374c-0.248,2.104-5.305,3.172-8.018,3.172H39.629l-25.325,16.61L9.607,52.16c0,0,6.687-8.479,7.95-10.207c1.17-1.6,3.019-3.699,3.027-6.407h-2.138c-5.839,0-13.816-3.789-18.472-5.583c-2.818-1.085-2.396-4.04-0.031-4.04h0.039l-3.299-11.371h3.617c0,0,4.352,5.696,5.846,7.5c2,2.416,4.503,3.678,8.228,3.87h30.727c2.17,0,4.311,0.417,6.252,1.046c3.49,1.175,5.863,2.7,7.199,4.027C59.145,31.584,59.352,32.025,59.311,32.374zM22.069,30.408c0-0.815-0.661-1.475-1.469-1.475c-0.812,0-1.471,0.66-1.471,1.475s0.658,1.475,1.471,1.475C21.408,31.883,22.069,31.224,22.069,30.408zM27.06,30.408c0-0.815-0.656-1.478-1.466-1.478c-0.812,0-1.471,0.662-1.471,1.478s0.658,1.477,1.471,1.477C26.404,31.885,27.06,31.224,27.06,30.408zM32.055,30.408c0-0.815-0.66-1.475-1.469-1.475c-0.808,0-1.466,0.66-1.466,1.475s0.658,1.475,1.466,1.475C31.398,31.883,32.055,31.224,32.055,30.408zM37.049,30.408c0-0.815-0.658-1.478-1.467-1.478c-0.812,0-1.469,0.662-1.469,1.478s0.656,1.477,1.469,1.477C36.389,31.885,37.049,31.224,37.049,30.408zM42.039,30.408c0-0.815-0.656-1.478-1.465-1.478c-0.811,0-1.469,0.662-1.469,1.478s0.658,1.477,1.469,1.477C41.383,31.885,42.039,31.224,42.039,30.408zM55.479,30.565c-0.701-0.436-1.568-0.896-2.627-1.347c-0.613,0.289-1.551,0.476-2.73,0.476c-1.527,0-1.639,2.263,0.164,2.316C52.389,32.074,54.627,31.373,55.479,30.565z\",\"symbolSize\":[65,35]},{\"name\":\"火箭\",\"value\":25,\"symbol\":\"path://M-244.396,44.399c0,0,0.47-2.931-2.427-6.512c2.819-8.221,3.21-15.709,3.21-15.709s5.795,1.383,5.795,7.325C-237.818,39.679-244.396,44.399-244.396,44.399zM-260.371,40.827c0,0-3.881-12.946-3.881-18.319c0-2.416,0.262-4.566,0.669-6.517h17.684c0.411,1.952,0.675,4.104,0.675,6.519c0,5.291-3.87,18.317-3.87,18.317H-260.371zM-254.745,18.951c-1.99,0-3.603,1.676-3.603,3.744c0,2.068,1.612,3.744,3.603,3.744c1.988,0,3.602-1.676,3.602-3.744S-252.757,18.951-254.745,18.951zM-255.521,2.228v-5.098h1.402v4.969c1.603,1.213,5.941,5.069,7.901,12.5h-17.05C-261.373,7.373-257.245,3.558-255.521,2.228zM-265.07,44.399c0,0-6.577-4.721-6.577-14.896c0-5.942,5.794-7.325,5.794-7.325s0.393,7.488,3.211,15.708C-265.539,41.469-265.07,44.399-265.07,44.399zM-252.36,45.15l-1.176-1.22L-254.789,48l-1.487-4.069l-1.019,2.116l-1.488-3.826h8.067L-252.36,45.15z\",\"symbolSize\":[50,60]},{\"name\":\"高铁\",\"value\":18,\"symbol\":\"path://M67.335,33.596L67.335,33.596c-0.002-1.39-1.153-3.183-3.328-4.218h-9.096v-2.07h5.371c-4.939-2.07-11.199-4.141-14.89-4.141H19.72v12.421v5.176h38.373c4.033,0,8.457-1.035,9.142-5.176h-0.027c0.076-0.367,0.129-0.751,0.129-1.165L67.335,33.596L67.335,33.596zM27.999,30.413h-3.105v-4.141h3.105V30.413zM35.245,30.413h-3.104v-4.141h3.104V30.413zM42.491,30.413h-3.104v-4.141h3.104V30.413zM49.736,30.413h-3.104v-4.141h3.104V30.413zM14.544,40.764c1.143,0,2.07-0.927,2.07-2.07V35.59V25.237c0-1.145-0.928-2.07-2.07-2.07H-9.265c-1.143,0-2.068,0.926-2.068,2.07v10.351v3.105c0,1.144,0.926,2.07,2.068,2.07H14.544L14.544,40.764zM8.333,26.272h3.105v4.141H8.333V26.272zM1.087,26.272h3.105v4.141H1.087V26.272zM-6.159,26.272h3.105v4.141h-3.105V26.272zM-9.265,41.798h69.352v1.035H-9.265V41.798z\",\"symbolSize\":[50,30]},{\"name\":\"轮船\",\"value\":12,\"symbol\":\"path://M16.678,17.086h9.854l-2.703,5.912c5.596,2.428,11.155,5.575,16.711,8.607c3.387,1.847,6.967,3.75,10.541,5.375v-6.16l-4.197-2.763v-5.318L33.064,12.197h-11.48L20.43,15.24h-4.533l-1.266,3.286l0.781,0.345L16.678,17.086zM49.6,31.84l0.047,1.273L27.438,20.998l0.799-1.734L49.6,31.84zM33.031,15.1l12.889,8.82l0.027,0.769L32.551,16.1L33.031,15.1zM22.377,14.045h9.846l-1.539,3.365l-2.287-1.498h1.371l0.721-1.352h-2.023l-0.553,1.037l-0.541-0.357h-0.34l0.359-0.684h-2.025l-0.361,0.684h-3.473L22.377,14.045zM23.695,20.678l-0.004,0.004h0.004V20.678zM24.828,18.199h-2.031l-0.719,1.358h2.029L24.828,18.199zM40.385,34.227c-12.85-7.009-25.729-14.667-38.971-12.527c1.26,8.809,9.08,16.201,8.213,24.328c-0.553,4.062-3.111,0.828-3.303,7.137c15.799,0,32.379,0,48.166,0l0.066-4.195l1.477-7.23C50.842,39.812,45.393,36.961,40.385,34.227zM13.99,35.954c-1.213,0-2.195-1.353-2.195-3.035c0-1.665,0.98-3.017,2.195-3.017c1.219,0,2.195,1.352,2.195,3.017C16.186,34.604,15.213,35.954,13.99,35.954zM23.691,20.682h-2.02l-0.588,1.351h2.023L23.691,20.682zM19.697,18.199l-0.721,1.358h2.025l0.727-1.358H19.697z\",\"symbolSize\":[50,35]},{\"name\":\"汽车\",\"value\":9,\"symbol\":\"path://M49.592,40.883c-0.053,0.354-0.139,0.697-0.268,0.963c-0.232,0.475-0.455,0.519-1.334,0.475c-1.135-0.053-2.764,0-4.484,0.068c0,0.476,0.018,0.697,0.018,0.697c0.111,1.299,0.697,1.342,0.931,1.342h3.7c0.326,0,0.628,0,0.861-0.154c0.301-0.196,0.43-0.772,0.543-1.78c0.017-0.146,0.025-0.336,0.033-0.56v-0.01c0-0.068,0.008-0.154,0.008-0.25V41.58l0,0C49.6,41.348,49.6,41.09,49.592,40.883L49.592,40.883zM6.057,40.883c0.053,0.354,0.137,0.697,0.268,0.963c0.23,0.475,0.455,0.519,1.334,0.475c1.137-0.053,2.762,0,4.484,0.068c0,0.476-0.018,0.697-0.018,0.697c-0.111,1.299-0.697,1.342-0.93,1.342h-3.7c-0.328,0-0.602,0-0.861-0.154c-0.309-0.18-0.43-0.772-0.541-1.78c-0.018-0.146-0.027-0.336-0.035-0.56v-0.01c0-0.068-0.008-0.154-0.008-0.25V41.58l0,0C6.057,41.348,6.057,41.09,6.057,40.883L6.057,40.883zM49.867,32.766c0-2.642-0.344-5.224-0.482-5.507c-0.104-0.207-0.766-0.749-2.271-1.773c-1.522-1.042-1.487-0.887-1.766-1.566c0.25-0.078,0.492-0.224,0.639-0.241c0.326-0.034,0.345,0.274,1.023,0.274c0.68,0,2.152-0.18,2.453-0.48c0.301-0.303,0.396-0.405,0.396-0.672c0-0.268-0.156-0.818-0.447-1.146c-0.293-0.327-1.541-0.49-2.273-0.585c-0.729-0.095-0.834,0-1.022,0.121c-0.304,0.189-0.32,1.919-0.32,1.919l-0.713,0.018c-0.465-1.146-1.11-3.452-2.117-5.269c-1.103-1.979-2.256-2.599-2.737-2.754c-0.474-0.146-0.904-0.249-4.131-0.576c-3.298-0.344-5.922-0.388-8.262-0.388c-2.342,0-4.967,0.052-8.264,0.388c-3.229,0.336-3.66,0.43-4.133,0.576s-1.633,0.775-2.736,2.754c-1.006,1.816-1.652,4.123-2.117,5.269L9.87,23.109c0,0-0.008-1.729-0.318-1.919c-0.189-0.121-0.293-0.225-1.023-0.121c-0.732,0.104-1.98,0.258-2.273,0.585c-0.293,0.327-0.447,0.878-0.447,1.146c0,0.267,0.094,0.379,0.396,0.672c0.301,0.301,1.773,0.48,2.453,0.48c0.68,0,0.697-0.309,1.023-0.274c0.146,0.018,0.396,0.163,0.637,0.241c-0.283,0.68-0.24,0.524-1.764,1.566c-1.506,1.033-2.178,1.566-2.271,1.773c-0.139,0.283-0.482,2.865-0.482,5.508s0.189,5.02,0.189,5.86c0,0.354,0,0.976,0.076,1.565c0.053,0.354,0.129,0.697,0.268,0.966c0.232,0.473,0.447,0.516,1.334,0.473c1.137-0.051,2.779,0,4.477,0.07c1.135,0.043,2.297,0.086,3.33,0.11c2.582,0.051,1.826-0.379,2.928-0.36c1.102,0.016,5.447,0.196,9.424,0.196c3.976,0,8.332-0.182,9.423-0.196c1.102-0.019,0.346,0.411,2.926,0.36c1.033-0.018,2.195-0.067,3.332-0.11c1.695-0.062,3.348-0.121,4.477-0.07c0.886,0.043,1.103,0,1.332-0.473c0.132-0.269,0.218-0.611,0.269-0.966c0.086-0.592,0.078-1.213,0.078-1.565C49.678,37.793,49.867,35.408,49.867,32.766L49.867,32.766zM13.219,19.735c0.412-0.964,1.652-2.9,2.256-3.244c0.145-0.087,1.426-0.491,4.637-0.706c2.953-0.198,6.217-0.276,7.73-0.276c1.513,0,4.777,0.078,7.729,0.276c3.201,0.215,4.502,0.611,4.639,0.706c0.775,0.533,1.842,2.28,2.256,3.244c0.412,0.965,0.965,2.858,0.861,3.116c-0.104,0.258,0.104,0.388-1.291,0.275c-1.387-0.103-10.088-0.216-14.185-0.216c-4.088,0-12.789,0.113-14.184,0.216c-1.395,0.104-1.188-0.018-1.291-0.275C12.254,22.593,12.805,20.708,13.219,19.735L13.219,19.735zM16.385,30.511c-0.619,0.155-0.988,0.491-1.764,0.482c-0.775,0-2.867-0.353-3.314-0.371c-0.447-0.017-0.842,0.302-1.076,0.362c-0.23,0.06-0.688-0.104-1.377-0.318c-0.688-0.216-1.092-0.155-1.316-1.094c-0.232-0.93,0-2.264,0-2.264c1.488-0.068,2.928,0.069,5.621,0.826c2.693,0.758,4.191,2.213,4.191,2.213S17.004,30.357,16.385,30.511L16.385,30.511zM36.629,37.293c-1.23,0.164-6.386,0.207-8.794,0.207c-2.412,0-7.566-0.051-8.799-0.207c-1.256-0.164-2.891-1.67-1.764-2.865c1.523-1.627,1.24-1.576,4.701-2.023C24.967,32.018,27.239,32,27.834,32c0.584,0,2.865,0.025,5.859,0.404c3.461,0.447,3.178,0.396,4.699,2.022C39.521,35.623,37.887,37.129,36.629,37.293L36.629,37.293zM48.129,29.582c-0.232,0.93-0.629,0.878-1.318,1.093c-0.688,0.216-1.145,0.371-1.377,0.319c-0.231-0.053-0.627-0.371-1.074-0.361c-0.448,0.018-2.539,0.37-3.313,0.37c-0.772,0-1.146-0.328-1.764-0.481c-0.621-0.154-0.966-0.154-0.966-0.154s1.49-1.464,4.191-2.213c2.693-0.758,4.131-0.895,5.621-0.826C48.129,27.309,48.361,28.643,48.129,29.582L48.129,29.582z\",\"symbolSize\":[40,30]},{\"name\":\"跑步\",\"value\":2,\"symbol\":\"path://M13.676,32.955c0.919-0.031,1.843-0.008,2.767-0.008v0.007c0.827,0,1.659,0.041,2.486-0.019c0.417-0.028,1.118,0.325,1.14-0.545c0.014-0.637-0.156-1.279-0.873-1.367c-1.919-0.241-3.858-0.233-5.774,0.019c-0.465,0.062-0.998,0.442-0.832,1.069C12.715,32.602,13.045,32.977,13.676,32.955zM14.108,29.013c1.47-0.007,2.96-0.122,4.414,0.035c1.792,0.192,3.1-0.412,4.273-2.105c-3.044,0-5.882,0.014-8.719-0.01c-0.768-0.005-1.495,0.118-1.461,1C12.642,28.731,13.329,29.014,14.108,29.013zM23.678,36.593c-0.666-0.69-1.258-1.497-2.483-1.448c-2.341,0.095-4.689,0.051-7.035,0.012c-0.834-0.014-1.599,0.177-1.569,1.066c0.031,0.854,0.812,1.062,1.636,1.043c1.425-0.033,2.852-0.01,4.278-0.01v-0.01c1.562,0,3.126,0.008,4.691-0.005C23.614,37.239,24.233,37.174,23.678,36.593zM32.234,42.292h-0.002c-1.075,0.793-2.589,0.345-3.821,1.048c-0.359,0.193-0.663,0.465-0.899,0.799c-1.068,1.623-2.052,3.301-3.117,4.928c-0.625,0.961-0.386,1.805,0.409,2.395c0.844,0.628,1.874,0.617,2.548-0.299c1.912-2.573,3.761-5.197,5.621-7.814C33.484,42.619,33.032,42.387,32.234,42.292zM43.527,28.401c-0.688-1.575-2.012-0.831-3.121-0.895c-1.047-0.058-2.119,1.128-3.002,0.345c-0.768-0.677-1.213-1.804-1.562-2.813c-0.45-1.305-1.495-2.225-2.329-3.583c2.953,1.139,4.729,0.077,5.592-1.322c0.99-1.61,0.718-3.725-0.627-4.967c-1.362-1.255-3.414-1.445-4.927-0.452c-1.933,1.268-2.206,2.893-0.899,6.11c-2.098-0.659-3.835-1.654-5.682-2.383c-0.735-0.291-1.437-1.017-2.293-0.666c-2.263,0.927-4.522,1.885-6.723,2.95c-1.357,0.658-1.649,1.593-1.076,2.638c0.462,0.851,1.643,1.126,2.806,0.617c0.993-0.433,1.994-0.857,2.951-1.374c1.599-0.86,3.044-0.873,4.604,0.214c1.017,0.707,0.873,1.137,0.123,1.849c-1.701,1.615-3.516,3.12-4.933,5.006c-1.042,1.388-0.993,2.817,0.255,4.011c1.538,1.471,3.148,2.869,4.708,4.315c0.485,0.444,0.907,0.896-0.227,1.104c-1.523,0.285-3.021,0.694-4.538,1.006c-1.109,0.225-2.02,1.259-1.83,2.16c0.223,1.07,1.548,1.756,2.687,1.487c3.003-0.712,6.008-1.413,9.032-2.044c1.549-0.324,2.273-1.869,1.344-3.115c-0.868-1.156-1.801-2.267-2.639-3.445c-1.964-2.762-1.95-2.771,0.528-5.189c1.394-1.357,1.379-1.351,2.437,0.417c0.461,0.769,0.854,1.703,1.99,1.613c2.238-0.181,4.407-0.755,6.564-1.331C43.557,30.447,43.88,29.206,43.527,28.401z\",\"symbolSize\":[50,50]},{\"name\":\"步行\",\"value\":1,\"symbol\":\"path://M29.902,23.275c1.86,0,3.368-1.506,3.368-3.365c0-1.859-1.508-3.365-3.368-3.365c-1.857,0-3.365,1.506-3.365,3.365C26.537,21.769,28.045,23.275,29.902,23.275zM36.867,30.74c-1.666-0.467-3.799-1.6-4.732-4.199c-0.932-2.6-3.131-2.998-4.797-2.998s-7.098,3.894-7.098,3.894c-1.133,1.001-2.1,6.502-0.967,6.769c1.133,0.269,1.266-1.533,1.934-3.599c0.666-2.065,3.797-3.466,3.797-3.466s0.201,2.467-0.398,3.866c-0.599,1.399-1.133,2.866-1.467,6.198s-1.6,3.665-3.799,6.266c-2.199,2.598-0.6,3.797,0.398,3.664c1.002-0.133,5.865-5.598,6.398-6.998c0.533-1.397,0.668-3.732,0.668-3.732s0,0,2.199,1.867c2.199,1.865,2.332,4.6,2.998,7.73s2.332,0.934,2.332-0.467c0-1.401,0.269-5.465-1-7.064c-1.265-1.6-3.73-3.465-3.73-5.265s1.199-3.732,1.199-3.732c0.332,1.667,3.335,3.065,5.599,3.399C38.668,33.206,38.533,31.207,36.867,30.74z\",\"symbolSize\":[40,50]}]","size":{"width":463,"height":463},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/pictogram","timeOut":0,"option":{"grid":{"bottom":115},"series":[],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"象形柱图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:15:07.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522520322329288706', NULL, N'1522507145776472065', NULL, N'JBar', N'{"dataMapping":[{"mapping":"type","filed":"维度"},{"mapping":"visit","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"首页_近一周访问量","dataSetApi":"selectcount(*)asvisit\t,count(distinct(ip))asip\t,DATE_FORMAT(create_time,''%Y-%m-%d'')astian\t,DATE_FORMAT(create_time,''%m-%d'')astype\tfromsys_logwherelog_type=1andcreate_time<=sysdate()andcreate_time>=(selectdate_sub(curdate(),interval7day))groupbytian,typeorderbytiandesc","drillData":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":"10","chartData":"[{\"name\":\"苹果\",\"value\":1000879,\"type\":\"手机品牌\"},{\"name\":\"三星\",\"value\":3400879,\"type\":\"手机品牌\"},{\"name\":\"小米\",\"value\":2300879,\"type\":\"手机品牌\"},{\"name\":\"oppo\",\"value\":5400879,\"type\":\"手机品牌\"},{\"name\":\"vivo\",\"value\":3400879,\"type\":\"手机品牌\"}]","size":{"width":779,"height":474},"dataSetId":"1522503560003067906","fieldOption":[{"label":"访问量","text":"访问量","value":"visit"},{"label":"ip地址","text":"ip地址","value":"ip"},{"label":"年月","text":"年月","value":"tian"},{"label":"天","text":"天","value":"type"}],"dataSetType":"sql","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"bottom":115,"show":false},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180,180,180,0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"定时刷新","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:15:07.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522520322329288706', NULL, N'1522507145776472065', NULL, N'JBar', N'{"dataMapping":[{"mapping":"type","filed":"维度"},{"mapping":"visit","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"首页_近一周访问量","dataSetApi":"selectcount(*)asvisit\t,count(distinct(ip))asip\t,DATE_FORMAT(create_time,''%Y-%m-%d'')astian\t,DATE_FORMAT(create_time,''%m-%d'')astype\tfromsys_logwherelog_type=1andcreate_time<=sysdate()andcreate_time>=(selectdate_sub(curdate(),interval7day))groupbytian,typeorderbytiandesc","drillData":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":"10","chartData":"[{\"name\":\"苹果\",\"value\":1000879,\"type\":\"手机品牌\"},{\"name\":\"三星\",\"value\":3400879,\"type\":\"手机品牌\"},{\"name\":\"小米\",\"value\":2300879,\"type\":\"手机品牌\"},{\"name\":\"oppo\",\"value\":5400879,\"type\":\"手机品牌\"},{\"name\":\"vivo\",\"value\":3400879,\"type\":\"手机品牌\"}]","size":{"width":779,"height":474},"dataSetId":"1522503560003067906","fieldOption":[{"label":"访问量","text":"访问量","value":"visit"},{"label":"ip地址","text":"ip地址","value":"ip"},{"label":"年月","text":"年月","value":"tian"},{"label":"天","text":"天","value":"type"}],"dataSetType":"sql","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"bottom":115,"show":false},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180,180,180,0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"定时刷新","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:15:07.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522520322421563394', NULL, N'1522507145776472065', NULL, N'JLine', N'{"chartData":"[{\"value\":1000,\"name\":\"联想\"},{\"value\":7350,\"name\":\"小米\"},{\"value\":5800,\"name\":\"华为\"},{\"value\":6000,\"name\":\"苹果\"},{\"value\":3000,\"name\":\"戴尔\"}]","dataFilter":"returndata.filter((item)=>{returnitem.value>5000});","size":{"width":463,"height":474},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"type":"line"}],"title":{"subtext":"","left":"left","text":"数据过滤","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:15:07.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522520322421563394', NULL, N'1522507145776472065', NULL, N'JLine', N'{"chartData":"[{\"value\":1000,\"name\":\"联想\"},{\"value\":7350,\"name\":\"小米\"},{\"value\":5800,\"name\":\"华为\"},{\"value\":6000,\"name\":\"苹果\"},{\"value\":3000,\"name\":\"戴尔\"}]","dataFilter":"returndata.filter((item)=>{returnitem.value>5000});","size":{"width":463,"height":474},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"type":"line"}],"title":{"subtext":"","left":"left","text":"数据过滤","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:15:07.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522523872572743681', NULL, N'1522451603569778690', NULL, N'JText', N'{"chartData":"本日产量","size":{"width":200,"height":56},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":76},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:29:13.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522523872572743681', NULL, N'1522451603569778690', NULL, N'JText', N'{"chartData":"本日产量","size":{"width":200,"height":56},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":76},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:29:13.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522523872849567745', NULL, N'1522451603569778690', NULL, N'JText', N'{"chartData":"456786","size":{"width":200,"height":56},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":76},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:29:13.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522523872849567745', NULL, N'1522451603569778690', NULL, N'JText', N'{"chartData":"456786","size":{"width":200,"height":56},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":76},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:29:13.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522523872954425346', NULL, N'1522451603569778690', NULL, N'JBar', N'{"chartData":"[{\"name\":\"19日\",\"value\":100879,\"type\":\"手机品牌\"},{\"name\":\"20日\",\"value\":340879,\"type\":\"手机品牌\"},{\"name\":\"21日\",\"value\":230879,\"type\":\"手机品牌\"},{\"name\":\"22日\",\"value\":540879,\"type\":\"手机品牌\"},{\"name\":\"23日\",\"value\":340879,\"type\":\"手机品牌\"},{\"name\":\"24日\",\"value\":30879,\"type\":\"手机品牌\"},{\"name\":\"25日\",\"value\":34879,\"type\":\"手机品牌\"}]","size":{"width":621,"height":474},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"bottom":57,"show":false,"right":6},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180,180,180,0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"每日产能","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:29:13.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522523872954425346', NULL, N'1522451603569778690', NULL, N'JBar', N'{"chartData":"[{\"name\":\"19日\",\"value\":100879,\"type\":\"手机品牌\"},{\"name\":\"20日\",\"value\":340879,\"type\":\"手机品牌\"},{\"name\":\"21日\",\"value\":230879,\"type\":\"手机品牌\"},{\"name\":\"22日\",\"value\":540879,\"type\":\"手机品牌\"},{\"name\":\"23日\",\"value\":340879,\"type\":\"手机品牌\"},{\"name\":\"24日\",\"value\":30879,\"type\":\"手机品牌\"},{\"name\":\"25日\",\"value\":34879,\"type\":\"手机品牌\"}]","size":{"width":621,"height":474},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"bottom":57,"show":false,"right":6},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180,180,180,0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"每日产能","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:29:13.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522523873038311426', NULL, N'1522451603569778690', NULL, N'JPie', N'{"chartData":"[{\"name\":\"未完成\",\"value\":4.9},{\"name\":\"已完成\",\"value\":95.1}]","size":{"width":306,"height":452},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"grid":{"bottom":115,"show":false},"legend":{"r":10,"orient":"horizontal","t":1},"series":[{"data":[],"name":"AccessFrom","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0,0,0,0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"innerRadius":50,"title":{"subtext":"","left":"left","show":true,"text":"昨日概况","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:29:13.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522523873038311426', NULL, N'1522451603569778690', NULL, N'JPie', N'{"chartData":"[{\"name\":\"未完成\",\"value\":4.9},{\"name\":\"已完成\",\"value\":95.1}]","size":{"width":306,"height":452},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"grid":{"bottom":115,"show":false},"legend":{"r":10,"orient":"horizontal","t":1},"series":[{"data":[],"name":"AccessFrom","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0,0,0,0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"innerRadius":50,"title":{"subtext":"","left":"left","show":true,"text":"昨日概况","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:29:13.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522523873143169025', NULL, N'1522451603569778690', NULL, N'JPie', N'{"chartData":"[{\"name\":\"未完成\",\"value\":3.8},{\"name\":\"已完成\",\"value\":96.2}]","size":{"width":306,"height":452},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"grid":{"bottom":115,"show":false},"legend":{"r":12,"orient":"horizontal"},"series":[{"data":[],"name":"AccessFrom","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0,0,0,0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"innerRadius":50,"title":{"subtext":"","left":"left","show":true,"text":"月概况","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:29:13.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522523873143169025', NULL, N'1522451603569778690', NULL, N'JPie', N'{"chartData":"[{\"name\":\"未完成\",\"value\":3.8},{\"name\":\"已完成\",\"value\":96.2}]","size":{"width":306,"height":452},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"grid":{"bottom":115,"show":false},"legend":{"r":12,"orient":"horizontal"},"series":[{"data":[],"name":"AccessFrom","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0,0,0,0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"innerRadius":50,"title":{"subtext":"","left":"left","show":true,"text":"月概况","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:29:13.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522523873235443714', NULL, N'1522451603569778690', NULL, N'JTabs', N'{"size":{"width":621,"height":540},"w":12,"h":40,"option":{"title":"选项卡"},"child":[{"h":42,"index":0,"i":"4c96d729-f16d-4fea-a9c5-f82a6aef0225","title":"实际生产","horizontal":false,"component":"JCommonTable","size":10,"w":12,"x":0,"text":"0.042","id":"1daf6c6b-7061-40d3-8980-cd20c163da40","config":{"paramOption":[],"dataType":2,"dataSetName":"智能大数据_实际生产","h":42,"dataSetApi":"[{\"gh\":\"ATJDS01\",\"gjbm\":\"TYIY-908\",\"jgsj\":\"2021-03-2817:07\",\"dqgx\":\"工序1\",\"zt\":\"已完成\"},{\"gh\":\"ATJDS01\",\"gjbm\":\"11CPER-44\",\"jgsj\":\"2021-03-2918:07\",\"dqgx\":\"工序2\",\"zt\":\"已完成\"},{\"gh\":\"PFTE56\",\"gjbm\":\"F56677\",\"jgsj\":\"2021-02-2807:07\",\"dqgx\":\"工序1\",\"zt\":\"已完成\"},{\"gh\":\"PFTE56\",\"gjbm\":\"99CVB-1\",\"jgsj\":\"2021-03-2817:07\",\"dqgx\":\"工序3\",\"zt\":\"已完成\"},{\"gh\":\"ATJDS01\",\"gjbm\":\"TYIY-908\",\"jgsj\":\"2021-03-2817:07\",\"dqgx\":\"工序1\",\"zt\":\"已完成\"},{\"gh\":\"ATJDS01\",\"gjbm\":\"11CPER-44\",\"jgsj\":\"2021-03-2817:07\",\"dqgx\":\"工序2\",\"zt\":\"已完成\"},{\"gh\":\"PFTE56\",\"gjbm\":\"F56677\",\"jgsj\":\"2021-03-2817:07\",\"dqgx\":\"工序1\",\"zt\":\"已完成\"},{\"gh\":\"PFTE56\",\"gjbm\":\"99CVB-1\",\"jgsj\":\"2021-03-2817:07\",\"dqgx\":\"工序3\",\"zt\":\"已完成\"},{\"gh\":\"ATJDS01\",\"gjbm\":\"TYIY-908\",\"jgsj\":\"2021-03-2817:07\",\"dqgx\":\"工序1\",\"zt\":\"已完成\"},{\"gh\":\"ATJDS01\",\"gjbm\":\"11CPER-44\",\"jgsj\":\"2021-03-2817:07\",\"dqgx\":\"工序2\",\"zt\":\"已完成\"},{\"gh\":\"PFTE56\",\"gjbm\":\"F56677\",\"jgsj\":\"2021-03-2817:07\",\"dqgx\":\"工序1\",\"zt\":\"已完成\"},{\"gh\":\"PFTE56\",\"gjbm\":\"99CVB-1\",\"jgsj\":\"2021-03-2817:07\",\"dqgx\":\"工序3\",\"zt\":\"已完成\"}]","drillData":[],"timeOut":0,"chartData":"[{\"name\":\"4月\",\"value\":50},{\"name\":\"2月\",\"value\":200},{\"name\":\"3月\",\"value\":300},{\"name\":\"4月\",\"value\":400},{\"name\":\"5月\",\"value\":50},{\"name\":\"6月\",\"value\":120}]","paddingBottom":90,"dataSetId":"1522522034783920129","fieldOption":[{"label":"工号","text":"工号","value":"gh"},{"label":"编码","text":"编码","value":"gjbm"},{"label":"完成时间","text":"完成时间","value":"jgsj"},{"label":"工序","text":"工序","value":"dqgx"},{"label":"状态","text":"状态","value":"zt"}],"dataSetType":"json","w":24,"linkageConfig":[],"dataSetIzAgent":"0","option":{"columns":[{"izShow":"Y","dataIndex":"gh","title":"工号"},{"izShow":"Y","dataIndex":"gjbm","title":"编码"},{"izShow":"Y","dataIndex":"jgsj","title":"完成时间"},{"izShow":"Y","dataIndex":"dqgx","title":"工序"},{"izShow":"Y","dataIndex":"zt","title":"状态"}]}},"child":[]},{"h":42,"index":0,"i":"6163f3c5-7cd3-471f-84df-b53603bc922f","title":"计划生产","horizontal":false,"component":"JCommonTable","size":10,"w":12,"x":0,"text":"0.042","id":"59ce013b-526f-487a-816a-de2d87ce4b9d","config":{"paramOption":[],"dataType":2,"dataSetName":"智能大数据","h":42,"dataSetApi":"[{\"gh\":\"ACDFE_0045\",\"gjbm\":\"56-REE-4\",\"jh\":\"1\",\"dqgx\":\"工程\",\"zt\":\"未开始\"},{\"gh\":\"ACDFE_0045\",\"gjbm\":\"BB-1L-0004\",\"jh\":\"2\",\"dqgx\":\"工序\",\"zt\":\"未开始\"},{\"gh\":\"JFL5GZ1-01\",\"gjbm\":\"DB-F5GNT-1\",\"jh\":\"1\",\"dqgx\":\"工程\",\"zt\":\"未开始\"},{\"gh\":\"JFL5GZ1-01\",\"gjbm\":\"A5-0001\",\"jh\":\"1\",\"dqgx\":\"总装工序\",\"zt\":\"未开始\"},{\"gh\":\"ACDFE_0045\",\"gjbm\":\"56-REE-4\",\"jh\":\"1\",\"dqgx\":\"工程\",\"zt\":\"未开始\"},{\"gh\":\"ACDFE_0045\",\"gjbm\":\"BB-1L-0004\",\"jh\":\"2\",\"dqgx\":\"工序\",\"zt\":\"未开始\"},{\"gh\":\"JFL5GZ1-01\",\"gjbm\":\"DB-F5GNT-1\",\"jh\":\"1\",\"dqgx\":\"工程\",\"zt\":\"未开始\"},{\"gh\":\"JFL5GZ1-01\",\"gjbm\":\"A5-0001\",\"jh\":\"1\",\"dqgx\":\"总装工序\",\"zt\":\"未开始\"},{\"gh\":\"ACDFE_0045\",\"gjbm\":\"56-REE-4\",\"jh\":\"1\",\"dqgx\":\"工程\",\"zt\":\"未开始\"},{\"gh\":\"ACDFE_0045\",\"gjbm\":\"BB-1L-0004\",\"jh\":\"2\",\"dqgx\":\"工序\",\"zt\":\"未开始\"},{\"gh\":\"JFL5GZ1-01\",\"gjbm\":\"DB-F5GNT-1\",\"jh\":\"1\",\"dqgx\":\"工程\",\"zt\":\"未开始\"},{\"gh\":\"JFL5GZ1-01\",\"gjbm\":\"A5-0001\",\"jh\":\"1\",\"dqgx\":\"总装工序\",\"zt\":\"未开始\"}]","drillData":[],"timeOut":0,"chartData":"[{\"name\":\"4月\",\"value\":50},{\"name\":\"2月\",\"value\":200},{\"name\":\"3月\",\"value\":300},{\"name\":\"4月\",\"value\":400},{\"name\":\"5月\",\"value\":50},{\"name\":\"6月\",\"value\":120}]","paddingBottom":90,"dataSetId":"1522455203175997442","fieldOption":[{"label":"工号","text":"工号","value":"gh"},{"label":"构件编号","text":"构件编号","value":"gjbm"},{"label":"序号","text":"序号","value":"jh"},{"label":"状态","text":"状态","value":"zt"},{"label":"当前工序","text":"当前工序","value":"dqgx"}],"dataSetType":"json","w":24,"linkageConfig":[],"dataSetIzAgent":"0","option":{"columns":[{"izShow":"Y","dataIndex":"gh","title":"工号"},{"izShow":"Y","dataIndex":"gjbm","title":"构件编号"},{"izShow":"N","dataIndex":"jh","title":"序号"},{"izShow":"Y","dataIndex":"zt","title":"状态"},{"izShow":"Y","dataIndex":"dqgx","title":"当前工序"}]}},"child":[]}]}', N'admin', N'2022-05-06 18:29:13.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522523873235443714', NULL, N'1522451603569778690', NULL, N'JTabs', N'{"size":{"width":621,"height":540},"w":12,"h":40,"option":{"title":"选项卡"},"child":[{"h":42,"index":0,"i":"4c96d729-f16d-4fea-a9c5-f82a6aef0225","title":"实际生产","horizontal":false,"component":"JCommonTable","size":10,"w":12,"x":0,"text":"0.042","id":"1daf6c6b-7061-40d3-8980-cd20c163da40","config":{"paramOption":[],"dataType":2,"dataSetName":"智能大数据_实际生产","h":42,"dataSetApi":"[{\"gh\":\"ATJDS01\",\"gjbm\":\"TYIY-908\",\"jgsj\":\"2021-03-2817:07\",\"dqgx\":\"工序1\",\"zt\":\"已完成\"},{\"gh\":\"ATJDS01\",\"gjbm\":\"11CPER-44\",\"jgsj\":\"2021-03-2918:07\",\"dqgx\":\"工序2\",\"zt\":\"已完成\"},{\"gh\":\"PFTE56\",\"gjbm\":\"F56677\",\"jgsj\":\"2021-02-2807:07\",\"dqgx\":\"工序1\",\"zt\":\"已完成\"},{\"gh\":\"PFTE56\",\"gjbm\":\"99CVB-1\",\"jgsj\":\"2021-03-2817:07\",\"dqgx\":\"工序3\",\"zt\":\"已完成\"},{\"gh\":\"ATJDS01\",\"gjbm\":\"TYIY-908\",\"jgsj\":\"2021-03-2817:07\",\"dqgx\":\"工序1\",\"zt\":\"已完成\"},{\"gh\":\"ATJDS01\",\"gjbm\":\"11CPER-44\",\"jgsj\":\"2021-03-2817:07\",\"dqgx\":\"工序2\",\"zt\":\"已完成\"},{\"gh\":\"PFTE56\",\"gjbm\":\"F56677\",\"jgsj\":\"2021-03-2817:07\",\"dqgx\":\"工序1\",\"zt\":\"已完成\"},{\"gh\":\"PFTE56\",\"gjbm\":\"99CVB-1\",\"jgsj\":\"2021-03-2817:07\",\"dqgx\":\"工序3\",\"zt\":\"已完成\"},{\"gh\":\"ATJDS01\",\"gjbm\":\"TYIY-908\",\"jgsj\":\"2021-03-2817:07\",\"dqgx\":\"工序1\",\"zt\":\"已完成\"},{\"gh\":\"ATJDS01\",\"gjbm\":\"11CPER-44\",\"jgsj\":\"2021-03-2817:07\",\"dqgx\":\"工序2\",\"zt\":\"已完成\"},{\"gh\":\"PFTE56\",\"gjbm\":\"F56677\",\"jgsj\":\"2021-03-2817:07\",\"dqgx\":\"工序1\",\"zt\":\"已完成\"},{\"gh\":\"PFTE56\",\"gjbm\":\"99CVB-1\",\"jgsj\":\"2021-03-2817:07\",\"dqgx\":\"工序3\",\"zt\":\"已完成\"}]","drillData":[],"timeOut":0,"chartData":"[{\"name\":\"4月\",\"value\":50},{\"name\":\"2月\",\"value\":200},{\"name\":\"3月\",\"value\":300},{\"name\":\"4月\",\"value\":400},{\"name\":\"5月\",\"value\":50},{\"name\":\"6月\",\"value\":120}]","paddingBottom":90,"dataSetId":"1522522034783920129","fieldOption":[{"label":"工号","text":"工号","value":"gh"},{"label":"编码","text":"编码","value":"gjbm"},{"label":"完成时间","text":"完成时间","value":"jgsj"},{"label":"工序","text":"工序","value":"dqgx"},{"label":"状态","text":"状态","value":"zt"}],"dataSetType":"json","w":24,"linkageConfig":[],"dataSetIzAgent":"0","option":{"columns":[{"izShow":"Y","dataIndex":"gh","title":"工号"},{"izShow":"Y","dataIndex":"gjbm","title":"编码"},{"izShow":"Y","dataIndex":"jgsj","title":"完成时间"},{"izShow":"Y","dataIndex":"dqgx","title":"工序"},{"izShow":"Y","dataIndex":"zt","title":"状态"}]}},"child":[]},{"h":42,"index":0,"i":"6163f3c5-7cd3-471f-84df-b53603bc922f","title":"计划生产","horizontal":false,"component":"JCommonTable","size":10,"w":12,"x":0,"text":"0.042","id":"59ce013b-526f-487a-816a-de2d87ce4b9d","config":{"paramOption":[],"dataType":2,"dataSetName":"智能大数据","h":42,"dataSetApi":"[{\"gh\":\"ACDFE_0045\",\"gjbm\":\"56-REE-4\",\"jh\":\"1\",\"dqgx\":\"工程\",\"zt\":\"未开始\"},{\"gh\":\"ACDFE_0045\",\"gjbm\":\"BB-1L-0004\",\"jh\":\"2\",\"dqgx\":\"工序\",\"zt\":\"未开始\"},{\"gh\":\"JFL5GZ1-01\",\"gjbm\":\"DB-F5GNT-1\",\"jh\":\"1\",\"dqgx\":\"工程\",\"zt\":\"未开始\"},{\"gh\":\"JFL5GZ1-01\",\"gjbm\":\"A5-0001\",\"jh\":\"1\",\"dqgx\":\"总装工序\",\"zt\":\"未开始\"},{\"gh\":\"ACDFE_0045\",\"gjbm\":\"56-REE-4\",\"jh\":\"1\",\"dqgx\":\"工程\",\"zt\":\"未开始\"},{\"gh\":\"ACDFE_0045\",\"gjbm\":\"BB-1L-0004\",\"jh\":\"2\",\"dqgx\":\"工序\",\"zt\":\"未开始\"},{\"gh\":\"JFL5GZ1-01\",\"gjbm\":\"DB-F5GNT-1\",\"jh\":\"1\",\"dqgx\":\"工程\",\"zt\":\"未开始\"},{\"gh\":\"JFL5GZ1-01\",\"gjbm\":\"A5-0001\",\"jh\":\"1\",\"dqgx\":\"总装工序\",\"zt\":\"未开始\"},{\"gh\":\"ACDFE_0045\",\"gjbm\":\"56-REE-4\",\"jh\":\"1\",\"dqgx\":\"工程\",\"zt\":\"未开始\"},{\"gh\":\"ACDFE_0045\",\"gjbm\":\"BB-1L-0004\",\"jh\":\"2\",\"dqgx\":\"工序\",\"zt\":\"未开始\"},{\"gh\":\"JFL5GZ1-01\",\"gjbm\":\"DB-F5GNT-1\",\"jh\":\"1\",\"dqgx\":\"工程\",\"zt\":\"未开始\"},{\"gh\":\"JFL5GZ1-01\",\"gjbm\":\"A5-0001\",\"jh\":\"1\",\"dqgx\":\"总装工序\",\"zt\":\"未开始\"}]","drillData":[],"timeOut":0,"chartData":"[{\"name\":\"4月\",\"value\":50},{\"name\":\"2月\",\"value\":200},{\"name\":\"3月\",\"value\":300},{\"name\":\"4月\",\"value\":400},{\"name\":\"5月\",\"value\":50},{\"name\":\"6月\",\"value\":120}]","paddingBottom":90,"dataSetId":"1522455203175997442","fieldOption":[{"label":"工号","text":"工号","value":"gh"},{"label":"构件编号","text":"构件编号","value":"gjbm"},{"label":"序号","text":"序号","value":"jh"},{"label":"状态","text":"状态","value":"zt"},{"label":"当前工序","text":"当前工序","value":"dqgx"}],"dataSetType":"json","w":24,"linkageConfig":[],"dataSetIzAgent":"0","option":{"columns":[{"izShow":"Y","dataIndex":"gh","title":"工号"},{"izShow":"Y","dataIndex":"gjbm","title":"构件编号"},{"izShow":"N","dataIndex":"jh","title":"序号"},{"izShow":"Y","dataIndex":"zt","title":"状态"},{"izShow":"Y","dataIndex":"dqgx","title":"当前工序"}]}},"child":[]}]}', N'admin', N'2022-05-06 18:29:13.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522523873340301313', NULL, N'1522451603569778690', NULL, N'JTabs', N'{"size":{"width":621,"height":518},"w":12,"h":40,"option":{"title":"选项卡"},"child":[{"h":42,"index":0,"i":"7b87441d-0f82-454a-80b9-6040dc1f8f5a","title":"项目履约一览表","horizontal":false,"component":"JCommonTable","size":10,"w":12,"x":0,"text":"0.042","id":"f437ad36-afbd-475b-8402-e8be433022a2","config":{"paramOption":[],"dataType":2,"dataSetName":"智能大数据_一览表","h":42,"dataSetApi":"[{\"ddh\":\"A5CCU_2017...\",\"zcxm\":\"国际城0902\",\"zl\":\"2548\",\"jhrq\":\"2021-04-21\",\"scjd\":\"100%\"},{\"ddh\":\"A5CCU_2017...\",\"zcxm\":\"新城ERT\",\"zl\":\"27215\",\"jhrq\":\"2021-05-21\",\"scjd\":\"54%\"},{\"ddh\":\"A5CCU_2018...\",\"zcxm\":\"天桥TTY\",\"zl\":\"5423\",\"jhrq\":\"2021-12-21\",\"scjd\":\"100%\"},{\"ddh\":\"A5CCU_2018...\",\"zcxm\":\"国际中心地\",\"zl\":\"14427\",\"jhrq\":\"2021-12-21\",\"scjd\":\"88%\"},{\"ddh\":\"A5CCU_2019...\",\"zcxm\":\"新生广场\",\"zl\":\"2808\",\"jhrq\":\"2021-08-21\",\"scjd\":\"98%\"},{\"ddh\":\"A5CCU_2017...\",\"zcxm\":\"国际城0902\",\"zl\":\"2548\",\"jhrq\":\"2021-04-21\",\"scjd\":\"100%\"},{\"ddh\":\"A5CCU_2019...\",\"zcxm\":\"新生广场\",\"zl\":\"2808\",\"jhrq\":\"2021-08-21\",\"scjd\":\"98%\"},{\"ddh\":\"A5CCU_2017...\",\"zcxm\":\"新城ERT\",\"zl\":\"27215\",\"jhrq\":\"2021-05-21\",\"scjd\":\"54%\"}]","drillData":[],"timeOut":0,"chartData":"[{\"name\":\"4月\",\"value\":50},{\"name\":\"2月\",\"value\":200},{\"name\":\"3月\",\"value\":300},{\"name\":\"4月\",\"value\":400},{\"name\":\"5月\",\"value\":50},{\"name\":\"6月\",\"value\":120}]","paddingBottom":90,"dataSetId":"1522523544120991745","fieldOption":[{"label":"订单号","text":"订单号","value":"ddh"},{"label":"在产项目","text":"在产项目","value":"zcxm"},{"label":"重量","text":"重量","value":"zl"},{"label":"交货日期","text":"交货日期","value":"jhrq"},{"label":"产量进度","text":"产量进度","value":"scjd"}],"dataSetType":"json","w":24,"linkageConfig":[],"dataSetIzAgent":"0","option":{"columns":[{"izShow":"Y","dataIndex":"ddh","title":"订单号"},{"izShow":"Y","dataIndex":"zcxm","title":"在产项目"},{"izShow":"Y","dataIndex":"zl","title":"重量"},{"izShow":"Y","dataIndex":"jhrq","title":"交货日期"},{"izShow":"Y","dataIndex":"scjd","title":"产量进度"}]}},"child":[]}]}', N'admin', N'2022-05-06 18:29:13.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522523873340301313', NULL, N'1522451603569778690', NULL, N'JTabs', N'{"size":{"width":621,"height":518},"w":12,"h":40,"option":{"title":"选项卡"},"child":[{"h":42,"index":0,"i":"7b87441d-0f82-454a-80b9-6040dc1f8f5a","title":"项目履约一览表","horizontal":false,"component":"JCommonTable","size":10,"w":12,"x":0,"text":"0.042","id":"f437ad36-afbd-475b-8402-e8be433022a2","config":{"paramOption":[],"dataType":2,"dataSetName":"智能大数据_一览表","h":42,"dataSetApi":"[{\"ddh\":\"A5CCU_2017...\",\"zcxm\":\"国际城0902\",\"zl\":\"2548\",\"jhrq\":\"2021-04-21\",\"scjd\":\"100%\"},{\"ddh\":\"A5CCU_2017...\",\"zcxm\":\"新城ERT\",\"zl\":\"27215\",\"jhrq\":\"2021-05-21\",\"scjd\":\"54%\"},{\"ddh\":\"A5CCU_2018...\",\"zcxm\":\"天桥TTY\",\"zl\":\"5423\",\"jhrq\":\"2021-12-21\",\"scjd\":\"100%\"},{\"ddh\":\"A5CCU_2018...\",\"zcxm\":\"国际中心地\",\"zl\":\"14427\",\"jhrq\":\"2021-12-21\",\"scjd\":\"88%\"},{\"ddh\":\"A5CCU_2019...\",\"zcxm\":\"新生广场\",\"zl\":\"2808\",\"jhrq\":\"2021-08-21\",\"scjd\":\"98%\"},{\"ddh\":\"A5CCU_2017...\",\"zcxm\":\"国际城0902\",\"zl\":\"2548\",\"jhrq\":\"2021-04-21\",\"scjd\":\"100%\"},{\"ddh\":\"A5CCU_2019...\",\"zcxm\":\"新生广场\",\"zl\":\"2808\",\"jhrq\":\"2021-08-21\",\"scjd\":\"98%\"},{\"ddh\":\"A5CCU_2017...\",\"zcxm\":\"新城ERT\",\"zl\":\"27215\",\"jhrq\":\"2021-05-21\",\"scjd\":\"54%\"}]","drillData":[],"timeOut":0,"chartData":"[{\"name\":\"4月\",\"value\":50},{\"name\":\"2月\",\"value\":200},{\"name\":\"3月\",\"value\":300},{\"name\":\"4月\",\"value\":400},{\"name\":\"5月\",\"value\":50},{\"name\":\"6月\",\"value\":120}]","paddingBottom":90,"dataSetId":"1522523544120991745","fieldOption":[{"label":"订单号","text":"订单号","value":"ddh"},{"label":"在产项目","text":"在产项目","value":"zcxm"},{"label":"重量","text":"重量","value":"zl"},{"label":"交货日期","text":"交货日期","value":"jhrq"},{"label":"产量进度","text":"产量进度","value":"scjd"}],"dataSetType":"json","w":24,"linkageConfig":[],"dataSetIzAgent":"0","option":{"columns":[{"izShow":"Y","dataIndex":"ddh","title":"订单号"},{"izShow":"Y","dataIndex":"zcxm","title":"在产项目"},{"izShow":"Y","dataIndex":"zl","title":"重量"},{"izShow":"Y","dataIndex":"jhrq","title":"交货日期"},{"izShow":"Y","dataIndex":"scjd","title":"产量进度"}]}},"child":[]}]}', N'admin', N'2022-05-06 18:29:13.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522523873445158914', NULL, N'1522451603569778690', NULL, N'JText', N'{"chartData":"本周产量","size":{"width":200,"height":56},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":76},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:29:13.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522523873445158914', NULL, N'1522451603569778690', NULL, N'JText', N'{"chartData":"本周产量","size":{"width":200,"height":56},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":76},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:29:13.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522523873529044994', NULL, N'1522451603569778690', NULL, N'JText', N'{"chartData":"1234678","size":{"width":200,"height":56},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":76},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:29:13.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522523873529044994', NULL, N'1522451603569778690', NULL, N'JText', N'{"chartData":"1234678","size":{"width":200,"height":56},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":76},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:29:13.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522523873621319682', NULL, N'1522451603569778690', NULL, N'JText', N'{"chartData":"本月产量","size":{"width":200,"height":56},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":76},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:29:13.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522523873621319682', NULL, N'1522451603569778690', NULL, N'JText', N'{"chartData":"本月产量","size":{"width":200,"height":56},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":76},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:29:13.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522523873726177281', NULL, N'1522451603569778690', NULL, N'JText', N'{"chartData":"87653908","size":{"width":200,"height":56},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":76},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:29:13.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522523873726177281', NULL, N'1522451603569778690', NULL, N'JText', N'{"chartData":"87653908","size":{"width":200,"height":56},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":76},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:29:13.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524336454377473', NULL, N'1522417428246568961', NULL, N'JImg', N'{"size":{"width":43,"height":45},"w":10,"dataType":1,"h":20,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"url":"https://jeecgos.oss-cn-beijing.aliyuncs.com/bigscreen/images/8830d68590e34dfdadd8ca0845763fd4.jpg"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524336454377473', NULL, N'1522417428246568961', NULL, N'JImg', N'{"size":{"width":43,"height":45},"w":10,"dataType":1,"h":20,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"url":"https://jeecgos.oss-cn-beijing.aliyuncs.com/bigscreen/images/8830d68590e34dfdadd8ca0845763fd4.jpg"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524336693452802', NULL, N'1522417428246568961', NULL, N'JText', N'{"chartData":"乡村振兴普惠金融服务平台","size":{"width":306,"height":78},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","fontSize":23,"text":"","fontWeight":"bold","marginTop":10,"marginLeft":11},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524336693452802', NULL, N'1522417428246568961', NULL, N'JText', N'{"chartData":"乡村振兴普惠金融服务平台","size":{"width":306,"height":78},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","fontSize":23,"text":"","fontWeight":"bold","marginTop":10,"marginLeft":11},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524336823476225', NULL, N'1522417428246568961', NULL, N'JText', N'{"chartData":"农牧耕田(亩):12345","size":{"width":253,"height":45},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","fontSize":14,"text":"","fontWeight":"bold","marginTop":10,"marginLeft":13},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524336823476225', NULL, N'1522417428246568961', NULL, N'JText', N'{"chartData":"农牧耕田(亩):12345","size":{"width":253,"height":45},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","fontSize":14,"text":"","fontWeight":"bold","marginTop":10,"marginLeft":13},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524336903168002', NULL, N'1522417428246568961', NULL, N'JImg', N'{"size":{"width":43,"height":45},"w":10,"dataType":1,"h":20,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"url":"https://jeecgos.oss-cn-beijing.aliyuncs.com/bigscreen/images/8830d68590e34dfdadd8ca0845763fd4.jpg"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524336903168002', NULL, N'1522417428246568961', NULL, N'JImg', N'{"size":{"width":43,"height":45},"w":10,"dataType":1,"h":20,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"url":"https://jeecgos.oss-cn-beijing.aliyuncs.com/bigscreen/images/8830d68590e34dfdadd8ca0845763fd4.jpg"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524336974471169', NULL, N'1522417428246568961', NULL, N'JImg', N'{"size":{"width":43,"height":45},"w":10,"dataType":1,"h":20,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"url":"https://jeecgos.oss-cn-beijing.aliyuncs.com/bigscreen/images/8830d68590e34dfdadd8ca0845763fd4.jpg"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524336974471169', NULL, N'1522417428246568961', NULL, N'JImg', N'{"size":{"width":43,"height":45},"w":10,"dataType":1,"h":20,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"url":"https://jeecgos.oss-cn-beijing.aliyuncs.com/bigscreen/images/8830d68590e34dfdadd8ca0845763fd4.jpg"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524337066745858', NULL, N'1522417428246568961', NULL, N'JText', N'{"chartData":"农牧产量(斤):56789","size":{"height":50},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","fontSize":14,"text":"","fontWeight":"bold","marginTop":10,"marginLeft":11},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524337066745858', NULL, N'1522417428246568961', NULL, N'JText', N'{"chartData":"农牧产量(斤):56789","size":{"height":50},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","fontSize":14,"text":"","fontWeight":"bold","marginTop":10,"marginLeft":11},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524337146437633', NULL, N'1522417428246568961', NULL, N'JText', N'{"chartData":"综合产品:4567768","size":{"height":50},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","fontSize":14,"text":"","fontWeight":"bold","marginTop":10,"marginLeft":13},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524337146437633', NULL, N'1522417428246568961', NULL, N'JText', N'{"chartData":"综合产品:4567768","size":{"height":50},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","fontSize":14,"text":"","fontWeight":"bold","marginTop":10,"marginLeft":13},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524337251295233', NULL, N'1522417428246568961', NULL, N'JCommonTable', N'{"paramOption":[],"dataType":2,"dataSetName":"乡村振兴_表格","h":42,"dataSetApi":"[{\"name\":\"数据\",\"sj\":\"1000\",\"type\":\"担保\",\"je\":\"50\",\"jg\":\"机构\",\"jl\":\"数据2\"},{\"name\":\"数据1\",\"sj\":\"1500\",\"type\":\"担保\",\"je\":\"100\",\"jg\":\"机构2\",\"jl\":\"李四\"},{\"name\":\"数据\",\"sj\":\"1000\",\"type\":\"担保\",\"je\":\"50\",\"jg\":\"机构\",\"jl\":\"数据2\"},{\"name\":\"数据1\",\"sj\":\"1500\",\"type\":\"担保\",\"je\":\"100\",\"jg\":\"机构2\",\"jl\":\"李四\"},{\"name\":\"数据\",\"sj\":\"1000\",\"type\":\"担保\",\"je\":\"50\",\"jg\":\"机构\",\"jl\":\"数据2\"},{\"name\":\"数据1\",\"sj\":\"1500\",\"type\":\"担保\",\"je\":\"100\",\"jg\":\"机构2\",\"jl\":\"李四\"},{\"name\":\"数据\",\"sj\":\"1000\",\"type\":\"担保\",\"je\":\"50\",\"jg\":\"机构\",\"jl\":\"数据2\"},{\"name\":\"数据1\",\"sj\":\"1500\",\"type\":\"担保\",\"je\":\"100\",\"jg\":\"机构2\",\"jl\":\"李四\"}]","drillData":[],"timeOut":0,"chartData":"","size":{"width":726,"height":463},"dataSetId":"1522422772532256770","fieldOption":[{"label":"客户姓名","text":"客户姓名","value":"name"},{"label":"放款时间","text":"放款时间","value":"sj"},{"label":"担保方式","text":"担保方式","value":"type"},{"label":"放款金额","text":"放款金额","value":"je"},{"label":"法人机构","text":"法人机构","value":"jg"},{"label":"客户经理","text":"客户经理","value":"jl"}],"dataSetType":"json","w":24,"linkageConfig":[],"dataSetIzAgent":"0","option":{"columns":[{"izShow":"Y","dataIndex":"name","title":"客户姓名"},{"izShow":"Y","dataIndex":"sj","title":"放款时间"},{"izShow":"Y","dataIndex":"type","title":"担保方式"},{"izShow":"Y","dataIndex":"je","title":"放款金额"},{"izShow":"Y","dataIndex":"jg","title":"法人机构"},{"izShow":"Y","dataIndex":"jl","title":"客户经理"}]}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524337251295233', NULL, N'1522417428246568961', NULL, N'JCommonTable', N'{"paramOption":[],"dataType":2,"dataSetName":"乡村振兴_表格","h":42,"dataSetApi":"[{\"name\":\"数据\",\"sj\":\"1000\",\"type\":\"担保\",\"je\":\"50\",\"jg\":\"机构\",\"jl\":\"数据2\"},{\"name\":\"数据1\",\"sj\":\"1500\",\"type\":\"担保\",\"je\":\"100\",\"jg\":\"机构2\",\"jl\":\"李四\"},{\"name\":\"数据\",\"sj\":\"1000\",\"type\":\"担保\",\"je\":\"50\",\"jg\":\"机构\",\"jl\":\"数据2\"},{\"name\":\"数据1\",\"sj\":\"1500\",\"type\":\"担保\",\"je\":\"100\",\"jg\":\"机构2\",\"jl\":\"李四\"},{\"name\":\"数据\",\"sj\":\"1000\",\"type\":\"担保\",\"je\":\"50\",\"jg\":\"机构\",\"jl\":\"数据2\"},{\"name\":\"数据1\",\"sj\":\"1500\",\"type\":\"担保\",\"je\":\"100\",\"jg\":\"机构2\",\"jl\":\"李四\"},{\"name\":\"数据\",\"sj\":\"1000\",\"type\":\"担保\",\"je\":\"50\",\"jg\":\"机构\",\"jl\":\"数据2\"},{\"name\":\"数据1\",\"sj\":\"1500\",\"type\":\"担保\",\"je\":\"100\",\"jg\":\"机构2\",\"jl\":\"李四\"}]","drillData":[],"timeOut":0,"chartData":"","size":{"width":726,"height":463},"dataSetId":"1522422772532256770","fieldOption":[{"label":"客户姓名","text":"客户姓名","value":"name"},{"label":"放款时间","text":"放款时间","value":"sj"},{"label":"担保方式","text":"担保方式","value":"type"},{"label":"放款金额","text":"放款金额","value":"je"},{"label":"法人机构","text":"法人机构","value":"jg"},{"label":"客户经理","text":"客户经理","value":"jl"}],"dataSetType":"json","w":24,"linkageConfig":[],"dataSetIzAgent":"0","option":{"columns":[{"izShow":"Y","dataIndex":"name","title":"客户姓名"},{"izShow":"Y","dataIndex":"sj","title":"放款时间"},{"izShow":"Y","dataIndex":"type","title":"担保方式"},{"izShow":"Y","dataIndex":"je","title":"放款金额"},{"izShow":"Y","dataIndex":"jg","title":"法人机构"},{"izShow":"Y","dataIndex":"jl","title":"客户经理"}]}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524337356152834', NULL, N'1522417428246568961', NULL, N'JLine', N'{"chartData":"[{\"value\":1000,\"name\":\"苹果\"},{\"value\":7350,\"name\":\"小米\"},{\"value\":5800,\"name\":\"梨\"},{\"value\":6000,\"name\":\"葡萄\"},{\"value\":3000,\"name\":\"山楂\"}]","size":{"width":516,"height":309},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"grid":{"bottom":61,"show":false,"right":62},"series":[{"data":[],"type":"line"}],"title":{"subtext":"","left":"left","text":"五年产业变化趋势","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524337356152834', NULL, N'1522417428246568961', NULL, N'JLine', N'{"chartData":"[{\"value\":1000,\"name\":\"苹果\"},{\"value\":7350,\"name\":\"小米\"},{\"value\":5800,\"name\":\"梨\"},{\"value\":6000,\"name\":\"葡萄\"},{\"value\":3000,\"name\":\"山楂\"}]","size":{"width":516,"height":309},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"grid":{"bottom":61,"show":false,"right":62},"series":[{"data":[],"type":"line"}],"title":{"subtext":"","left":"left","text":"五年产业变化趋势","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524337461010433', NULL, N'1522417428246568961', NULL, N'JBar', N'{"chartData":"[{\"name\":\"苹果\",\"value\":1000879,\"type\":\"手机品牌\"},{\"name\":\"大豆\",\"value\":3400879,\"type\":\"手机品牌\"},{\"name\":\"小米\",\"value\":2300879,\"type\":\"手机品牌\"},{\"name\":\"小麦\",\"value\":5400879,\"type\":\"手机品牌\"},{\"name\":\"果蔬\",\"value\":3400879,\"type\":\"手机品牌\"}]","size":{"width":516,"height":298},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"xAxis":{"axisLabel":{"color":"#909198"},"axisLine":{"lineStyle":{"color":"#333333"}},"nameTextStyle":{"color":"#333333"}},"grid":{"left":66,"bottom":65,"show":false,"right":1},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180,180,180,0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"农产品排名","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524337461010433', NULL, N'1522417428246568961', NULL, N'JBar', N'{"chartData":"[{\"name\":\"苹果\",\"value\":1000879,\"type\":\"手机品牌\"},{\"name\":\"大豆\",\"value\":3400879,\"type\":\"手机品牌\"},{\"name\":\"小米\",\"value\":2300879,\"type\":\"手机品牌\"},{\"name\":\"小麦\",\"value\":5400879,\"type\":\"手机品牌\"},{\"name\":\"果蔬\",\"value\":3400879,\"type\":\"手机品牌\"}]","size":{"width":516,"height":298},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"xAxis":{"axisLabel":{"color":"#909198"},"axisLine":{"lineStyle":{"color":"#333333"}},"nameTextStyle":{"color":"#333333"}},"grid":{"left":66,"bottom":65,"show":false,"right":1},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180,180,180,0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"农产品排名","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524337565868034', NULL, N'1522417428246568961', NULL, N'JPie', N'{"chartData":"[{\"value\":1048,\"name\":\"蔬菜\"},{\"value\":735,\"name\":\"果物\"},{\"value\":580,\"name\":\"粮食\"},{\"value\":484,\"name\":\"小米\"},{\"value\":300,\"name\":\"养殖\"}]","size":{"width":516,"height":254},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"grid":{"bottom":115,"show":false},"legend":{"orient":"vertical"},"series":[{"data":[],"name":"AccessFrom","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0,0,0,0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"innerRadius":50,"title":{"subtext":"","left":"left","show":true,"text":"农业占比","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524337565868034', NULL, N'1522417428246568961', NULL, N'JPie', N'{"chartData":"[{\"value\":1048,\"name\":\"蔬菜\"},{\"value\":735,\"name\":\"果物\"},{\"value\":580,\"name\":\"粮食\"},{\"value\":484,\"name\":\"小米\"},{\"value\":300,\"name\":\"养殖\"}]","size":{"width":516,"height":254},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"grid":{"bottom":115,"show":false},"legend":{"orient":"vertical"},"series":[{"data":[],"name":"AccessFrom","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0,0,0,0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"innerRadius":50,"title":{"subtext":"","left":"left","show":true,"text":"农业占比","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524337670725634', NULL, N'1522417428246568961', NULL, N'JText', N'{"chartData":"综合收入:678904","size":{"height":50},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","fontSize":14,"text":"","fontWeight":"bold","marginTop":10,"marginLeft":11},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524337670725634', NULL, N'1522417428246568961', NULL, N'JText', N'{"chartData":"综合收入:678904","size":{"height":50},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","fontSize":14,"text":"","fontWeight":"bold","marginTop":10,"marginLeft":11},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524337742028802', NULL, N'1522417428246568961', NULL, N'JImg', N'{"size":{"width":43,"height":45},"w":10,"dataType":1,"h":20,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"url":"https://jeecgos.oss-cn-beijing.aliyuncs.com/bigscreen/images/8830d68590e34dfdadd8ca0845763fd4.jpg"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524337742028802', NULL, N'1522417428246568961', NULL, N'JImg', N'{"size":{"width":43,"height":45},"w":10,"dataType":1,"h":20,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"url":"https://jeecgos.oss-cn-beijing.aliyuncs.com/bigscreen/images/8830d68590e34dfdadd8ca0845763fd4.jpg"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524337813331969', NULL, N'1522417428246568961', NULL, N'JImg', N'{"size":{"width":43,"height":45},"w":10,"dataType":1,"h":20,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"url":"https://jeecgos.oss-cn-beijing.aliyuncs.com/bigscreen/images/8830d68590e34dfdadd8ca0845763fd4.jpg"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524337813331969', NULL, N'1522417428246568961', NULL, N'JImg', N'{"size":{"width":43,"height":45},"w":10,"dataType":1,"h":20,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"url":"https://jeecgos.oss-cn-beijing.aliyuncs.com/bigscreen/images/8830d68590e34dfdadd8ca0845763fd4.jpg"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524337884635138', NULL, N'1522417428246568961', NULL, N'JText', N'{"chartData":"农牧产量(斤):56789","size":{"height":50},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","fontSize":14,"text":"","fontWeight":"bold","marginTop":10,"marginLeft":11},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524337884635138', NULL, N'1522417428246568961', NULL, N'JText', N'{"chartData":"农牧产量(斤):56789","size":{"height":50},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","fontSize":14,"text":"","fontWeight":"bold","marginTop":10,"marginLeft":11},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524337951744001', NULL, N'1522417428246568961', NULL, N'JText', N'{"chartData":"农牧产量(斤):56789","size":{"height":50},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","fontSize":14,"text":"","fontWeight":"bold","marginTop":10,"marginLeft":11},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524337951744001', NULL, N'1522417428246568961', NULL, N'JText', N'{"chartData":"农牧产量(斤):56789","size":{"height":50},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","fontSize":14,"text":"","fontWeight":"bold","marginTop":10,"marginLeft":11},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524338023047170', NULL, N'1522417428246568961', NULL, N'JImg', N'{"size":{"width":43,"height":45},"w":10,"dataType":1,"h":20,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"url":"https://jeecgos.oss-cn-beijing.aliyuncs.com/bigscreen/images/8830d68590e34dfdadd8ca0845763fd4.jpg"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524338023047170', NULL, N'1522417428246568961', NULL, N'JImg', N'{"size":{"width":43,"height":45},"w":10,"dataType":1,"h":20,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"url":"https://jeecgos.oss-cn-beijing.aliyuncs.com/bigscreen/images/8830d68590e34dfdadd8ca0845763fd4.jpg"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524338094350337', NULL, N'1522417428246568961', NULL, N'JFunnel', N'{"chartData":"[{\"value\":335,\"name\":\"果蔬\"},{\"value\":310,\"name\":\"粮食\"},{\"value\":234,\"name\":\"养殖\"}]","size":{"width":411,"height":408},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/funnel","timeOut":0,"option":{"grid":{"bottom":115},"legend":{"orient":"horizontal","show":false},"series":[{"left":"10%","gap":2,"name":"Funnel","width":"80%","emphasis":{"label":{"fontSize":20}},"itemStyle":{"borderColor":"#fff","borderWidth":1},"sort":"descending","label":{"show":true,"position":"inside"},"labelLine":{"lineStyle":{"width":1,"type":"solid"},"length":10},"type":"funnel"}],"tooltip":{"formatter":"{a}
{b}:{c}%","trigger":"item"},"title":{"show":true,"text":"农产品收入排行","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522524338094350337', NULL, N'1522417428246568961', NULL, N'JFunnel', N'{"chartData":"[{\"value\":335,\"name\":\"果蔬\"},{\"value\":310,\"name\":\"粮食\"},{\"value\":234,\"name\":\"养殖\"}]","size":{"width":411,"height":408},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/funnel","timeOut":0,"option":{"grid":{"bottom":115},"legend":{"orient":"horizontal","show":false},"series":[{"left":"10%","gap":2,"name":"Funnel","width":"80%","emphasis":{"label":{"fontSize":20}},"itemStyle":{"borderColor":"#fff","borderWidth":1},"sort":"descending","label":{"show":true,"position":"inside"},"labelLine":{"lineStyle":{"width":1,"type":"solid"},"length":10},"type":"funnel"}],"tooltip":{"formatter":"{a}
{b}:{c}%","trigger":"item"},"title":{"show":true,"text":"农产品收入排行","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-06 18:31:04.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523906947722629122', NULL, N'1522121177760280578', NULL, N'JText', N'{"chartData":"医院综合数据统计","size":{"width":607,"height":78},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","fontSize":25,"text":"","fontWeight":"bold","marginTop":10,"marginLeft":216},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-10 14:05:04.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523906947722629122', NULL, N'1522121177760280578', NULL, N'JText', N'{"chartData":"医院综合数据统计","size":{"width":607,"height":78},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","fontSize":25,"text":"","fontWeight":"bold","marginTop":10,"marginLeft":216},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-10 14:05:04.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523906947861041153', NULL, N'1522121177760280578', NULL, N'JStackBar', N'{"chartData":"[{\"name\":\"内科\",\"value\":10079,\"type\":\"床位\"},{\"name\":\"外科\",\"value\":34879,\"type\":\"床位\"},{\"name\":\"儿科\",\"value\":20879,\"type\":\"床位\"},{\"name\":\"骨科\",\"value\":5879,\"type\":\"床位\"},{\"name\":\"放射科\",\"value\":3479,\"type\":\"床位\"},{\"name\":\"内科\",\"value\":1879,\"type\":\"接诊\"},{\"name\":\"外科\",\"value\":3879,\"type\":\"接诊\"},{\"name\":\"儿科\",\"value\":2309,\"type\":\"接诊\"},{\"name\":\"放射科\",\"value\":5409,\"type\":\"接诊\"},{\"name\":\"骨科\",\"value\":3479,\"type\":\"接诊\"}]","size":{"width":539,"height":397},"dataMapping":[{"mapping":"","filed":"分组"},{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/stackedBar","timeOut":0,"option":{"yAxis":{"axisLabel":{"color":"#909198"},"splitLine":{"lineStyle":{"color":"#F3F3F3"}},"nameTextStyle":{"color":"#333333"}},"xAxis":{"axisLabel":{"color":"#909198"},"axisLine":{"lineStyle":{"color":"#333333"}},"type":"category","nameTextStyle":{"color":"#333333"}},"grid":{"bottom":115},"series":[],"legend":{"r":4,"t":1},"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"机构情况","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-10 14:05:04.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523906947861041153', NULL, N'1522121177760280578', NULL, N'JStackBar', N'{"chartData":"[{\"name\":\"内科\",\"value\":10079,\"type\":\"床位\"},{\"name\":\"外科\",\"value\":34879,\"type\":\"床位\"},{\"name\":\"儿科\",\"value\":20879,\"type\":\"床位\"},{\"name\":\"骨科\",\"value\":5879,\"type\":\"床位\"},{\"name\":\"放射科\",\"value\":3479,\"type\":\"床位\"},{\"name\":\"内科\",\"value\":1879,\"type\":\"接诊\"},{\"name\":\"外科\",\"value\":3879,\"type\":\"接诊\"},{\"name\":\"儿科\",\"value\":2309,\"type\":\"接诊\"},{\"name\":\"放射科\",\"value\":5409,\"type\":\"接诊\"},{\"name\":\"骨科\",\"value\":3479,\"type\":\"接诊\"}]","size":{"width":539,"height":397},"dataMapping":[{"mapping":"","filed":"分组"},{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/stackedBar","timeOut":0,"option":{"yAxis":{"axisLabel":{"color":"#909198"},"splitLine":{"lineStyle":{"color":"#F3F3F3"}},"nameTextStyle":{"color":"#333333"}},"xAxis":{"axisLabel":{"color":"#909198"},"axisLine":{"lineStyle":{"color":"#333333"}},"type":"category","nameTextStyle":{"color":"#333333"}},"grid":{"bottom":115},"series":[],"legend":{"r":4,"t":1},"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"机构情况","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-10 14:05:04.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523906947932344321', NULL, N'1522121177760280578', NULL, N'JArea', N'{"chartData":"[{\"value\":300,\"name\":\"2010\"},{\"value\":605,\"name\":\"2011\"},{\"value\":580,\"name\":\"2012\"},{\"value\":700,\"name\":\"2013\"},{\"value\":1048,\"name\":\"2014\"}]","size":{"width":470,"height":265},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"yAxis":{"axisLabel":{"color":"#909198"},"splitLine":{"lineStyle":{"color":"#F3F3F3"}},"name":"床位数","nameTextStyle":{"color":"#333333"}},"xAxis":{"axisLabel":{"color":"#909198"},"data":[],"axisLine":{"lineStyle":{"color":"#333333"}},"name":"年份","boundaryGap":false,"nameTextStyle":{"color":"#333333"}},"grid":{"left":46,"bottom":46,"right":25},"series":[{"areaStyle":{},"data":[],"type":"line"}],"title":{"show":true,"text":"床位总数","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-10 14:05:04.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523906947932344321', NULL, N'1522121177760280578', NULL, N'JArea', N'{"chartData":"[{\"value\":300,\"name\":\"2010\"},{\"value\":605,\"name\":\"2011\"},{\"value\":580,\"name\":\"2012\"},{\"value\":700,\"name\":\"2013\"},{\"value\":1048,\"name\":\"2014\"}]","size":{"width":470,"height":265},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"yAxis":{"axisLabel":{"color":"#909198"},"splitLine":{"lineStyle":{"color":"#F3F3F3"}},"name":"床位数","nameTextStyle":{"color":"#333333"}},"xAxis":{"axisLabel":{"color":"#909198"},"data":[],"axisLine":{"lineStyle":{"color":"#333333"}},"name":"年份","boundaryGap":false,"nameTextStyle":{"color":"#333333"}},"grid":{"left":46,"bottom":46,"right":25},"series":[{"areaStyle":{},"data":[],"type":"line"}],"title":{"show":true,"text":"床位总数","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-10 14:05:04.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523906948037201921', NULL, N'1522121177760280578', NULL, N'JBar', N'{"chartData":"[{\"name\":\"教授\",\"value\":123},{\"name\":\"博士\",\"value\":98},{\"name\":\"硕士\",\"value\":75},{\"name\":\"本科\",\"value\":66}]","size":{"width":539,"height":309},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"yAxis":{"axisLabel":{"color":"#909198"},"lineStyle":{"color":"#f3f3f3"},"splitLine":{"lineStyle":{"color":"#F3F3F3"},"interval":2},"nameTextStyle":{"color":"#333333"}},"xAxis":{"axisLabel":{"color":"#909198"},"axisLine":{"lineStyle":{"color":"#333333"}},"type":"value","nameTextStyle":{"color":"#333333"}},"grid":{"top":1,"left":38,"bottom":70,"show":false},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180,180,180,0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"top":1,"show":false,"text":"","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-10 14:05:04.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523906948037201921', NULL, N'1522121177760280578', NULL, N'JBar', N'{"chartData":"[{\"name\":\"教授\",\"value\":123},{\"name\":\"博士\",\"value\":98},{\"name\":\"硕士\",\"value\":75},{\"name\":\"本科\",\"value\":66}]","size":{"width":539,"height":309},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"yAxis":{"axisLabel":{"color":"#909198"},"lineStyle":{"color":"#f3f3f3"},"splitLine":{"lineStyle":{"color":"#F3F3F3"},"interval":2},"nameTextStyle":{"color":"#333333"}},"xAxis":{"axisLabel":{"color":"#909198"},"axisLine":{"lineStyle":{"color":"#333333"}},"type":"value","nameTextStyle":{"color":"#333333"}},"grid":{"top":1,"left":38,"bottom":70,"show":false},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180,180,180,0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"top":1,"show":false,"text":"","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-10 14:05:04.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523906948108505089', NULL, N'1522121177760280578', NULL, N'JColorGauge', N'{"chartData":"[{\"name\":\"满意度\",\"value\":95,\"unit\":\"%\"}]","size":{"width":264,"height":287},"dataMapping":[{"mapping":"","filed":"名称"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/gauge","timeOut":0,"option":{"series":[{"axisLabel":{"show":true,"fontSize":12},"pointer":{"width":8},"axisLine":{"lineStyle":{"color":[[0.25,"#FF6E76"],[0.5,"#FDDD60"],[1,"#58D9F9"]],"width":10}},"anchor":{"itemStyle":{"color":"#FAC858"}},"splitLine":{"lineStyle":{"color":"#EEEEEE","width":4},"length":12},"axisTick":{"lineStyle":{"color":"#EEEEEE"},"show":true},"title":{"fontSize":14}}],"tooltip":{"formatter":"{a}
{b}:{c}%"},"title":{"top":1,"show":false,"text":"多色仪表盘","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":""}}}', N'admin', N'2022-05-10 14:05:04.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523906948108505089', NULL, N'1522121177760280578', NULL, N'JColorGauge', N'{"chartData":"[{\"name\":\"满意度\",\"value\":95,\"unit\":\"%\"}]","size":{"width":264,"height":287},"dataMapping":[{"mapping":"","filed":"名称"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/gauge","timeOut":0,"option":{"series":[{"axisLabel":{"show":true,"fontSize":12},"pointer":{"width":8},"axisLine":{"lineStyle":{"color":[[0.25,"#FF6E76"],[0.5,"#FDDD60"],[1,"#58D9F9"]],"width":10}},"anchor":{"itemStyle":{"color":"#FAC858"}},"splitLine":{"lineStyle":{"color":"#EEEEEE","width":4},"length":12},"axisTick":{"lineStyle":{"color":"#EEEEEE"},"show":true},"title":{"fontSize":14}}],"tooltip":{"formatter":"{a}
{b}:{c}%"},"title":{"top":1,"show":false,"text":"多色仪表盘","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":""}}}', N'admin', N'2022-05-10 14:05:04.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523906948179808258', NULL, N'1522121177760280578', NULL, N'JColorGauge', N'{"chartData":"[{\"name\":\"投诉率\",\"value\":4,\"unit\":\"%\"}]","size":{"width":264,"height":287},"dataMapping":[{"mapping":"","filed":"名称"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/gauge","timeOut":0,"option":{"series":[{"axisLabel":{"show":true,"fontSize":12},"pointer":{"width":8},"axisLine":{"lineStyle":{"color":[[0.25,"#FF6E76"],[0.5,"#FDDD60"],[1,"#58D9F9"]],"width":10}},"anchor":{"itemStyle":{"color":"#FAC858"}},"splitLine":{"lineStyle":{"color":"#EEEEEE","width":4},"length":12},"axisTick":{"lineStyle":{"color":"#EEEEEE"},"show":true},"title":{"fontSize":14}}],"tooltip":{"formatter":"{a}
{b}:{c}%"},"title":{"show":false,"text":"多色仪表盘","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-10 14:05:04.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523906948179808258', NULL, N'1522121177760280578', NULL, N'JColorGauge', N'{"chartData":"[{\"name\":\"投诉率\",\"value\":4,\"unit\":\"%\"}]","size":{"width":264,"height":287},"dataMapping":[{"mapping":"","filed":"名称"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/gauge","timeOut":0,"option":{"series":[{"axisLabel":{"show":true,"fontSize":12},"pointer":{"width":8},"axisLine":{"lineStyle":{"color":[[0.25,"#FF6E76"],[0.5,"#FDDD60"],[1,"#58D9F9"]],"width":10}},"anchor":{"itemStyle":{"color":"#FAC858"}},"splitLine":{"lineStyle":{"color":"#EEEEEE","width":4},"length":12},"axisTick":{"lineStyle":{"color":"#EEEEEE"},"show":true},"title":{"fontSize":14}}],"tooltip":{"formatter":"{a}
{b}:{c}%"},"title":{"show":false,"text":"多色仪表盘","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-10 14:05:04.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523906948246917122', NULL, N'1522121177760280578', NULL, N'JPie', N'{"chartData":"[{\"name\":\"核磁共振\",\"value\":1000879},{\"name\":\"呼吸机\",\"value\":3400879},{\"name\":\"CT\",\"value\":2300879},{\"name\":\"彩超\",\"value\":5400879},{\"name\":\"3D打印\",\"value\":3000}]","size":{"width":470,"height":342},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"isRose":true,"grid":{"top":47,"bottom":115,"show":false},"legend":{"r":7,"orient":"vertical"},"series":[{"data":[],"name":"AccessFrom","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0,0,0,0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"innerRadius":50,"title":{"subtext":"","left":"left","show":true,"text":"设备情况","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-10 14:05:04.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523906948246917122', NULL, N'1522121177760280578', NULL, N'JPie', N'{"chartData":"[{\"name\":\"核磁共振\",\"value\":1000879},{\"name\":\"呼吸机\",\"value\":3400879},{\"name\":\"CT\",\"value\":2300879},{\"name\":\"彩超\",\"value\":5400879},{\"name\":\"3D打印\",\"value\":3000}]","size":{"width":470,"height":342},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"isRose":true,"grid":{"top":47,"bottom":115,"show":false},"legend":{"r":7,"orient":"vertical"},"series":[{"data":[],"name":"AccessFrom","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0,0,0,0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"innerRadius":50,"title":{"subtext":"","left":"left","show":true,"text":"设备情况","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-10 14:05:04.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523906948351774722', NULL, N'1522121177760280578', NULL, N'JLine', N'{"chartData":"[{\"name\":\"1月\",\"value\":2,\"series\":\"医师\",\"type\":\"bar\"},{\"name\":\"2月\",\"value\":4.9,\"series\":\"医师\",\"type\":\"bar\"},{\"name\":\"3月\",\"value\":7,\"series\":\"医师\",\"type\":\"bar\"},{\"name\":\"4月\",\"value\":23.2,\"series\":\"医师\",\"type\":\"bar\"},{\"name\":\"5月\",\"value\":25.6,\"series\":\"医师\",\"type\":\"bar\"},{\"name\":\"6月\",\"value\":76.7,\"series\":\"医师\",\"type\":\"bar\"},{\"name\":\"7月\",\"value\":135.6,\"series\":\"医师\",\"type\":\"bar\"},{\"name\":\"8月\",\"value\":162.2,\"series\":\"医师\",\"type\":\"bar\"},{\"name\":\"9月\",\"value\":32.6,\"series\":\"医师\",\"type\":\"bar\"},{\"name\":\"10月\",\"value\":20,\"series\":\"医师\",\"type\":\"bar\"},{\"name\":\"11月\",\"value\":6.4,\"series\":\"医师\",\"type\":\"bar\"},{\"name\":\"12月\",\"value\":3.3,\"series\":\"医师\",\"type\":\"bar\"},{\"name\":\"1月\",\"value\":2.6,\"series\":\"护士\",\"type\":\"bar\"},{\"name\":\"2月\",\"value\":5.9,\"series\":\"护士\",\"type\":\"bar\"},{\"name\":\"3月\",\"value\":9,\"series\":\"护士\",\"type\":\"bar\"},{\"name\":\"4月\",\"value\":26.4,\"series\":\"护士\",\"type\":\"bar\"},{\"name\":\"5月\",\"value\":28.7,\"series\":\"护士\",\"type\":\"bar\"},{\"name\":\"6月\",\"value\":70.7,\"series\":\"护士\",\"type\":\"bar\"},{\"name\":\"7月\",\"value\":175.6,\"series\":\"护士\",\"type\":\"bar\"},{\"name\":\"8月\",\"value\":182.2,\"series\":\"护士\",\"type\":\"bar\"},{\"name\":\"9月\",\"value\":48.7,\"series\":\"护士\",\"type\":\"bar\"},{\"name\":\"10月\",\"value\":18.8,\"series\":\"护士\",\"type\":\"bar\"},{\"name\":\"11月\",\"value\":6,\"series\":\"护士\",\"type\":\"bar\"},{\"name\":\"12月\",\"value\":2.3,\"series\":\"护士\",\"type\":\"bar\"}]","size":{"width":470,"height":375},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"yAxis":{"axisLabel":{"color":"#909198"},"splitLine":{"lineStyle":{"color":"#F3F3F3"}},"name":"人数","nameTextStyle":{"color":"#333333"}},"xAxis":{"axisLabel":{"color":"#909198"},"axisLine":{"lineStyle":{"color":"#333333"}},"name":"月份","nameTextStyle":{"color":"#333333"}},"grid":{"left":33,"bottom":87,"show":false,"right":53},"series":[{"data":[],"type":"line"}],"title":{"subtext":"","left":"left","text":"人员总数","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-10 14:05:04.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523906948351774722', NULL, N'1522121177760280578', NULL, N'JLine', N'{"chartData":"[{\"name\":\"1月\",\"value\":2,\"series\":\"医师\",\"type\":\"bar\"},{\"name\":\"2月\",\"value\":4.9,\"series\":\"医师\",\"type\":\"bar\"},{\"name\":\"3月\",\"value\":7,\"series\":\"医师\",\"type\":\"bar\"},{\"name\":\"4月\",\"value\":23.2,\"series\":\"医师\",\"type\":\"bar\"},{\"name\":\"5月\",\"value\":25.6,\"series\":\"医师\",\"type\":\"bar\"},{\"name\":\"6月\",\"value\":76.7,\"series\":\"医师\",\"type\":\"bar\"},{\"name\":\"7月\",\"value\":135.6,\"series\":\"医师\",\"type\":\"bar\"},{\"name\":\"8月\",\"value\":162.2,\"series\":\"医师\",\"type\":\"bar\"},{\"name\":\"9月\",\"value\":32.6,\"series\":\"医师\",\"type\":\"bar\"},{\"name\":\"10月\",\"value\":20,\"series\":\"医师\",\"type\":\"bar\"},{\"name\":\"11月\",\"value\":6.4,\"series\":\"医师\",\"type\":\"bar\"},{\"name\":\"12月\",\"value\":3.3,\"series\":\"医师\",\"type\":\"bar\"},{\"name\":\"1月\",\"value\":2.6,\"series\":\"护士\",\"type\":\"bar\"},{\"name\":\"2月\",\"value\":5.9,\"series\":\"护士\",\"type\":\"bar\"},{\"name\":\"3月\",\"value\":9,\"series\":\"护士\",\"type\":\"bar\"},{\"name\":\"4月\",\"value\":26.4,\"series\":\"护士\",\"type\":\"bar\"},{\"name\":\"5月\",\"value\":28.7,\"series\":\"护士\",\"type\":\"bar\"},{\"name\":\"6月\",\"value\":70.7,\"series\":\"护士\",\"type\":\"bar\"},{\"name\":\"7月\",\"value\":175.6,\"series\":\"护士\",\"type\":\"bar\"},{\"name\":\"8月\",\"value\":182.2,\"series\":\"护士\",\"type\":\"bar\"},{\"name\":\"9月\",\"value\":48.7,\"series\":\"护士\",\"type\":\"bar\"},{\"name\":\"10月\",\"value\":18.8,\"series\":\"护士\",\"type\":\"bar\"},{\"name\":\"11月\",\"value\":6,\"series\":\"护士\",\"type\":\"bar\"},{\"name\":\"12月\",\"value\":2.3,\"series\":\"护士\",\"type\":\"bar\"}]","size":{"width":470,"height":375},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"yAxis":{"axisLabel":{"color":"#909198"},"splitLine":{"lineStyle":{"color":"#F3F3F3"}},"name":"人数","nameTextStyle":{"color":"#333333"}},"xAxis":{"axisLabel":{"color":"#909198"},"axisLine":{"lineStyle":{"color":"#333333"}},"name":"月份","nameTextStyle":{"color":"#333333"}},"grid":{"left":33,"bottom":87,"show":false,"right":53},"series":[{"data":[],"type":"line"}],"title":{"subtext":"","left":"left","text":"人员总数","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-10 14:05:04.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523906948423077889', NULL, N'1522121177760280578', NULL, N'JRing', N'{"chartData":"[{\"value\":1048,\"name\":\"消炎药\"},{\"value\":735,\"name\":\"感冒药\"},{\"value\":580,\"name\":\"皮肤类药物\"},{\"value\":484,\"name\":\"外科用药\"}]","size":{"width":607,"height":364},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"name":"AccessFrom","avoidLabelOverlap":false,"emphasis":{"label":{"show":true,"fontSize":"25","fontWeight":"bold"}},"label":{"show":false,"position":"center"},"labelLine":{"show":false},"type":"pie","radius":["40%","70%"]}],"tooltip":{"trigger":"item"},"title":{"show":true,"text":"科室用药","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-10 14:05:04.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523906948423077889', NULL, N'1522121177760280578', NULL, N'JRing', N'{"chartData":"[{\"value\":1048,\"name\":\"消炎药\"},{\"value\":735,\"name\":\"感冒药\"},{\"value\":580,\"name\":\"皮肤类药物\"},{\"value\":484,\"name\":\"外科用药\"}]","size":{"width":607,"height":364},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"name":"AccessFrom","avoidLabelOverlap":false,"emphasis":{"label":{"show":true,"fontSize":"25","fontWeight":"bold"}},"label":{"show":false,"position":"center"},"labelLine":{"show":false},"type":"pie","radius":["40%","70%"]}],"tooltip":{"trigger":"item"},"title":{"show":true,"text":"科室用药","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-10 14:05:04.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523906948490186754', NULL, N'1522121177760280578', NULL, N'JFunnel', N'{"chartData":"[{\"value\":25,\"name\":\"特级护士\"},{\"value\":310,\"name\":\"住院总医师\"},{\"value\":234,\"name\":\"护士\"},{\"name\":\"主任\",\"value\":50}]","size":{"width":607,"height":364},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/funnel","timeOut":0,"option":{"grid":{"bottom":115},"legend":{"orient":"horizontal"},"series":[{"left":"10%","gap":2,"name":"Funnel","width":"80%","emphasis":{"label":{"fontSize":20}},"itemStyle":{"borderColor":"#fff","borderWidth":1},"sort":"descending","label":{"show":true,"position":"inside"},"labelLine":{"lineStyle":{"width":1,"type":"solid"},"length":10},"type":"funnel"}],"tooltip":{"formatter":"{a}
{b}:{c}%","trigger":"item"},"title":{"show":true,"text":"基础漏斗图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-10 14:05:04.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523906948490186754', NULL, N'1522121177760280578', NULL, N'JFunnel', N'{"chartData":"[{\"value\":25,\"name\":\"特级护士\"},{\"value\":310,\"name\":\"住院总医师\"},{\"value\":234,\"name\":\"护士\"},{\"name\":\"主任\",\"value\":50}]","size":{"width":607,"height":364},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/funnel","timeOut":0,"option":{"grid":{"bottom":115},"legend":{"orient":"horizontal"},"series":[{"left":"10%","gap":2,"name":"Funnel","width":"80%","emphasis":{"label":{"fontSize":20}},"itemStyle":{"borderColor":"#fff","borderWidth":1},"sort":"descending","label":{"show":true,"position":"inside"},"labelLine":{"lineStyle":{"width":1,"type":"solid"},"length":10},"type":"funnel"}],"tooltip":{"formatter":"{a}
{b}:{c}%","trigger":"item"},"title":{"show":true,"text":"基础漏斗图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-10 14:05:04.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523906948561489921', NULL, N'1522121177760280578', NULL, N'JGrowCard', N'{"chartData":"[ { \"title\": \"床位数\", \"icon\": \"\", \"value\": 258, \"prefix\": \"\", \"color\": \"green\", \"action\": \"\" }, { \"title\": \"人员数\", \"icon\": \"\", \"value\": 1120, \"total\": \"\", \"prefix\": \"\", \"color\": \"blue\", \"action\": \"\" }, { \"title\": \"百万设置\", \"icon\": \"\", \"value\": 870, \"prefix\": \"\", \"total\": \"\", \"color\": \"orange\", \"action\": \"\" }]","size":{"width":607,"height":166},"w":12,"dataType":1,"h":19,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"icon":{"scriptUrl":"//at.alicdn.com/t/font_3237315_b3fqd960glt.js","fontSize":20},"body":{"horizontal":8,"vertical":8,"span":8},"card":{"rightHref":"","size":"default","extra":"更多","title":"统计卡片"}}}', N'admin', N'2022-05-10 14:05:04.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523906948561489921', NULL, N'1522121177760280578', NULL, N'JGrowCard', N'{"chartData":"[ { \"title\": \"床位数\", \"icon\": \"\", \"value\": 258, \"prefix\": \"\", \"color\": \"green\", \"action\": \"\" }, { \"title\": \"人员数\", \"icon\": \"\", \"value\": 1120, \"total\": \"\", \"prefix\": \"\", \"color\": \"blue\", \"action\": \"\" }, { \"title\": \"百万设置\", \"icon\": \"\", \"value\": 870, \"prefix\": \"\", \"total\": \"\", \"color\": \"orange\", \"action\": \"\" }]","size":{"width":607,"height":166},"w":12,"dataType":1,"h":19,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"icon":{"scriptUrl":"//at.alicdn.com/t/font_3237315_b3fqd960glt.js","fontSize":20},"body":{"horizontal":8,"vertical":8,"span":8},"card":{"rightHref":"","size":"default","extra":"更多","title":"统计卡片"}}}', N'admin', N'2022-05-10 14:05:04.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524656729709641730', NULL, N'1522823348231397378', NULL, N'JForm', N'{"size":{"height":120},"w":24,"dataType":2,"h":12,"linkageConfig":[{"linkageId":"491fc4c0-782c-49ac-838c-ae7003abece2","linkage":[{"source":"name","target":"name"},{"source":"sex","target":"sex"}]}],"timeOut":-1,"option":{"fields":[{"fieldName":"sex","dictCode":"sex","fieldTxt":"性别","defaultValue":"1","searchMode":"","action":"","id":"row57227ae2-04d1-4306-8878-314e099cd5ac","izSearch":"1","widgetType":"select"}]}}', N'admin', N'2022-05-12 15:44:26.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524656729709641730', NULL, N'1522823348231397378', NULL, N'JForm', N'{"size":{"height":120},"w":24,"dataType":2,"h":12,"linkageConfig":[{"linkageId":"491fc4c0-782c-49ac-838c-ae7003abece2","linkage":[{"source":"name","target":"name"},{"source":"sex","target":"sex"}]}],"timeOut":-1,"option":{"fields":[{"fieldName":"sex","dictCode":"sex","fieldTxt":"性别","defaultValue":"1","searchMode":"","action":"","id":"row57227ae2-04d1-4306-8878-314e099cd5ac","izSearch":"1","widgetType":"select"}]}}', N'admin', N'2022-05-12 15:44:26.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524656729776750593', NULL, N'1522823348231397378', NULL, N'JCommonTable', N'{"paramOption":[{"defaultVal":"1","label":"sex","text":"sex","value":"sex"}],"dataType":2,"dataSetName":"示例_数据表格","query":[],"h":42,"dataSetApi":"select*fromdemowheresex=''${sex}''","drillData":[],"timeOut":0,"chartData":"[{\"name\":\"4月\",\"value\":50},{\"name\":\"2月\",\"value\":200},{\"name\":\"3月\",\"value\":300},{\"name\":\"4月\",\"value\":400},{\"name\":\"5月\",\"value\":50},{\"name\":\"6月\",\"value\":120}]","size":{"height":420},"dataSetId":"1522824721899511810","fieldOption":[{"label":"姓名","text":"姓名","value":"name"},{"label":"打卡时间","text":"打卡时间","value":"punch_time"},{"label":"工资","text":"工资","value":"salary_money"},{"label":"奖金","text":"奖金","value":"bonus_money"},{"label":"性别","text":"性别","value":"sex"},{"label":"年龄","text":"年龄","value":"age"},{"label":"生日","text":"生日","value":"birthday"},{"label":"邮箱","text":"邮箱","value":"email"},{"label":"个人简介","text":"个人简介","value":"content"}],"dataSetType":"sql","w":24,"linkageConfig":[],"dataSetIzAgent":"0","option":{"columns":[{"izShow":"Y","dataIndex":"name","title":"姓名"},{"izShow":"Y","dataIndex":"punch_time","title":"打卡时间"},{"izShow":"Y","dataIndex":"salary_money","title":"工资"},{"izShow":"Y","dataIndex":"bonus_money","title":"奖金"},{"izShow":"Y","dataIndex":"sex","title":"性别"},{"izTotal":"Y","izShow":"Y","dataIndex":"age","title":"年龄"},{"izShow":"Y","dataIndex":"birthday","title":"生日"},{"izShow":"Y","dataIndex":"email","title":"邮箱"},{"izShow":"Y","dataIndex":"content","title":"个人简介"}]}}', N'admin', N'2022-05-12 15:44:26.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524656729776750593', NULL, N'1522823348231397378', NULL, N'JCommonTable', N'{"paramOption":[{"defaultVal":"1","label":"sex","text":"sex","value":"sex"}],"dataType":2,"dataSetName":"示例_数据表格","query":[],"h":42,"dataSetApi":"select*fromdemowheresex=''${sex}''","drillData":[],"timeOut":0,"chartData":"[{\"name\":\"4月\",\"value\":50},{\"name\":\"2月\",\"value\":200},{\"name\":\"3月\",\"value\":300},{\"name\":\"4月\",\"value\":400},{\"name\":\"5月\",\"value\":50},{\"name\":\"6月\",\"value\":120}]","size":{"height":420},"dataSetId":"1522824721899511810","fieldOption":[{"label":"姓名","text":"姓名","value":"name"},{"label":"打卡时间","text":"打卡时间","value":"punch_time"},{"label":"工资","text":"工资","value":"salary_money"},{"label":"奖金","text":"奖金","value":"bonus_money"},{"label":"性别","text":"性别","value":"sex"},{"label":"年龄","text":"年龄","value":"age"},{"label":"生日","text":"生日","value":"birthday"},{"label":"邮箱","text":"邮箱","value":"email"},{"label":"个人简介","text":"个人简介","value":"content"}],"dataSetType":"sql","w":24,"linkageConfig":[],"dataSetIzAgent":"0","option":{"columns":[{"izShow":"Y","dataIndex":"name","title":"姓名"},{"izShow":"Y","dataIndex":"punch_time","title":"打卡时间"},{"izShow":"Y","dataIndex":"salary_money","title":"工资"},{"izShow":"Y","dataIndex":"bonus_money","title":"奖金"},{"izShow":"Y","dataIndex":"sex","title":"性别"},{"izTotal":"Y","izShow":"Y","dataIndex":"age","title":"年龄"},{"izShow":"Y","dataIndex":"birthday","title":"生日"},{"izShow":"Y","dataIndex":"email","title":"邮箱"},{"izShow":"Y","dataIndex":"content","title":"个人简介"}]}}', N'admin', N'2022-05-12 15:44:26.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524661142020980737', NULL, N'1522172834409885698', NULL, N'JText', N'{"chartData":"智慧社区内网比对平台","size":{"width":676,"height":67},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","fontSize":25,"text":"","fontWeight":"bold","marginTop":10,"marginLeft":188},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-12 16:01:58.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524661142020980737', NULL, N'1522172834409885698', NULL, N'JText', N'{"chartData":"智慧社区内网比对平台","size":{"width":676,"height":67},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","fontSize":25,"text":"","fontWeight":"bold","marginTop":10,"marginLeft":188},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-12 16:01:58.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524661142121644034', NULL, N'1522172834409885698', NULL, N'JText', N'{"chartData":"当前对比数据","size":{"width":470,"height":56},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#182FC7","fontSize":15,"text":"","fontWeight":"bold","marginTop":10,"marginLeft":50},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-12 16:01:58.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524661142121644034', NULL, N'1522172834409885698', NULL, N'JText', N'{"chartData":"当前对比数据","size":{"width":470,"height":56},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#182FC7","fontSize":15,"text":"","fontWeight":"bold","marginTop":10,"marginLeft":50},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-12 16:01:58.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524661142226501634', NULL, N'1522172834409885698', NULL, N'JText', N'{"chartData":"256321","size":{"width":470,"height":56},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":60},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-12 16:01:58.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524661142226501634', NULL, N'1522172834409885698', NULL, N'JText', N'{"chartData":"256321","size":{"width":470,"height":56},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":60},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-12 16:01:58.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524661142331359233', NULL, N'1522172834409885698', NULL, N'JText', N'{"chartData":"违法犯罪人员分析","size":{"width":470,"height":45},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":76},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-12 16:01:58.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524661142331359233', NULL, N'1522172834409885698', NULL, N'JText', N'{"chartData":"违法犯罪人员分析","size":{"width":470,"height":45},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":76},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-12 16:01:58.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524661142436216833', NULL, N'1522172834409885698', NULL, N'JPie', N'{"dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"智慧社区_违法犯罪人员分析","dataSetApi":"http://api.jeecg.com/mock/51/Illegal","drillData":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"value\":1048,\"name\":\"vivo\"},{\"value\":735,\"name\":\"oppo\"},{\"value\":580,\"name\":\"苹果\"},{\"value\":484,\"name\":\"小米\"},{\"value\":300,\"name\":\"三星\"}]","size":{"width":470,"height":386},"dataSetId":"1522181219549196289","fieldOption":[{"label":"value","text":"value","value":"value"},{"label":"name","text":"name","value":"name"}],"dataSetType":"api","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"grid":{"bottom":115,"show":false},"legend":{"r":7,"orient":"horizontal"},"series":[{"data":[],"name":"AccessFrom","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0,0,0,0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"innerRadius":50,"title":{"subtext":"","left":"left","show":false,"text":"基础饼图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-12 16:01:58.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524661142436216833', NULL, N'1522172834409885698', NULL, N'JPie', N'{"dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"智慧社区_违法犯罪人员分析","dataSetApi":"http://api.jeecg.com/mock/51/Illegal","drillData":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"value\":1048,\"name\":\"vivo\"},{\"value\":735,\"name\":\"oppo\"},{\"value\":580,\"name\":\"苹果\"},{\"value\":484,\"name\":\"小米\"},{\"value\":300,\"name\":\"三星\"}]","size":{"width":470,"height":386},"dataSetId":"1522181219549196289","fieldOption":[{"label":"value","text":"value","value":"value"},{"label":"name","text":"name","value":"name"}],"dataSetType":"api","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"grid":{"bottom":115,"show":false},"legend":{"r":7,"orient":"horizontal"},"series":[{"data":[],"name":"AccessFrom","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0,0,0,0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"innerRadius":50,"title":{"subtext":"","left":"left","show":false,"text":"基础饼图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-12 16:01:58.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524661142541074433', NULL, N'1522172834409885698', NULL, N'JText', N'{"chartData":"人口出入记录","size":{"width":470,"height":56},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":76},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-12 16:01:58.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524661142541074433', NULL, N'1522172834409885698', NULL, N'JText', N'{"chartData":"人口出入记录","size":{"width":470,"height":56},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":76},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-12 16:01:58.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524661142645932033', NULL, N'1522172834409885698', NULL, N'JCommonTable', N'{"paramOption":[],"dataType":2,"dataSetName":"智慧社区_人员出入记录","h":42,"dataSetApi":"http://api.jeecg.com/mock/51/ace","drillData":[],"timeOut":0,"chartData":"[{\"name\":\"4月\",\"value\":50},{\"name\":\"2月\",\"value\":200},{\"name\":\"3月\",\"value\":300},{\"name\":\"4月\",\"value\":400},{\"name\":\"5月\",\"value\":50},{\"name\":\"6月\",\"value\":120}]","size":{"width":470,"height":463},"dataSetId":"1522182473872584705","fieldOption":[{"label":"姓名","text":"姓名","value":"name"},{"label":"类型","text":"类型","value":"type"},{"label":"开门方式","text":"开门方式","value":"mode"},{"label":"日期","text":"日期","value":"date"}],"dataSetType":"api","w":24,"linkageConfig":[],"dataSetIzAgent":"0","option":{"columns":[{"izShow":"Y","dataIndex":"name","title":"姓名"},{"izShow":"Y","dataIndex":"type","title":"类型"},{"izShow":"Y","dataIndex":"mode","title":"开门方式"},{"izShow":"Y","dataIndex":"date","title":"日期"}]}}', N'admin', N'2022-05-12 16:01:58.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524661142645932033', NULL, N'1522172834409885698', NULL, N'JCommonTable', N'{"paramOption":[],"dataType":2,"dataSetName":"智慧社区_人员出入记录","h":42,"dataSetApi":"http://api.jeecg.com/mock/51/ace","drillData":[],"timeOut":0,"chartData":"[{\"name\":\"4月\",\"value\":50},{\"name\":\"2月\",\"value\":200},{\"name\":\"3月\",\"value\":300},{\"name\":\"4月\",\"value\":400},{\"name\":\"5月\",\"value\":50},{\"name\":\"6月\",\"value\":120}]","size":{"width":470,"height":463},"dataSetId":"1522182473872584705","fieldOption":[{"label":"姓名","text":"姓名","value":"name"},{"label":"类型","text":"类型","value":"type"},{"label":"开门方式","text":"开门方式","value":"mode"},{"label":"日期","text":"日期","value":"date"}],"dataSetType":"api","w":24,"linkageConfig":[],"dataSetIzAgent":"0","option":{"columns":[{"izShow":"Y","dataIndex":"name","title":"姓名"},{"izShow":"Y","dataIndex":"type","title":"类型"},{"izShow":"Y","dataIndex":"mode","title":"开门方式"},{"izShow":"Y","dataIndex":"date","title":"日期"}]}}', N'admin', N'2022-05-12 16:01:58.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524661142750789634', NULL, N'1522172834409885698', NULL, N'JText', N'{"chartData":"JeecgBoot面板设计","size":{"width":470,"height":45},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":76},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-12 16:01:58.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524661142750789634', NULL, N'1522172834409885698', NULL, N'JText', N'{"chartData":"JeecgBoot面板设计","size":{"width":470,"height":45},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":76},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-12 16:01:58.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524661142855647234', NULL, N'1522172834409885698', NULL, N'JText', N'{"chartData":"JeecgBoot面板设计","size":{"width":470,"height":45},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":76},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-12 16:01:58.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524661142855647234', NULL, N'1522172834409885698', NULL, N'JText', N'{"chartData":"JeecgBoot面板设计","size":{"width":470,"height":45},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":76},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-12 16:01:58.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524661142960504833', NULL, N'1522172834409885698', NULL, N'JText', N'{"chartData":"JeecgBoot面板设计","size":{"width":470,"height":45},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":76},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-12 16:01:58.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524661142960504833', NULL, N'1522172834409885698', NULL, N'JText', N'{"chartData":"JeecgBoot面板设计","size":{"width":470,"height":45},"w":5,"dataType":1,"h":5,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":76},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-12 16:01:58.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524661143065362433', NULL, N'1522172834409885698', NULL, N'JLine', N'{"dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"智慧社区_时间分部","dataSetApi":"[{\"name\":\"6:00-9:00\",\"value\":800},{\"name\":\"10:00-12:00\",\"value\":300},{\"name\":\"13:00-15:00\",\"value\":500},{\"name\":\"16:00-20:00\",\"value\":800},{\"name\":\"21:00-24:00\",\"value\":600}]","drillData":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"value\":1000,\"name\":\"联想\"},{\"value\":7350,\"name\":\"小米\"},{\"value\":5800,\"name\":\"华为\"},{\"value\":6000,\"name\":\"苹果\"},{\"value\":3000,\"name\":\"戴尔\"}]","size":{"width":470,"height":298},"dataSetId":"1522187101267832833","fieldOption":[{"label":"name","text":"name","value":"name"},{"label":"value","text":"value","value":"value"}],"dataSetType":"json","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"type":"line"}],"title":{"subtext":"","left":"left","text":"时间分部","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-12 16:01:58.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524661143065362433', NULL, N'1522172834409885698', NULL, N'JLine', N'{"dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"智慧社区_时间分部","dataSetApi":"[{\"name\":\"6:00-9:00\",\"value\":800},{\"name\":\"10:00-12:00\",\"value\":300},{\"name\":\"13:00-15:00\",\"value\":500},{\"name\":\"16:00-20:00\",\"value\":800},{\"name\":\"21:00-24:00\",\"value\":600}]","drillData":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"value\":1000,\"name\":\"联想\"},{\"value\":7350,\"name\":\"小米\"},{\"value\":5800,\"name\":\"华为\"},{\"value\":6000,\"name\":\"苹果\"},{\"value\":3000,\"name\":\"戴尔\"}]","size":{"width":470,"height":298},"dataSetId":"1522187101267832833","fieldOption":[{"label":"name","text":"name","value":"name"},{"label":"value","text":"value","value":"value"}],"dataSetType":"json","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"type":"line"}],"title":{"subtext":"","left":"left","text":"时间分部","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-12 16:01:58.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524661143170220033', NULL, N'1522172834409885698', NULL, N'JBar', N'{"dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"智慧社区_地区分部","dataSetApi":"http://api.jeecg.com/mock/51/region","drillData":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"name\":\"苹果\",\"value\":1000879,\"type\":\"手机品牌\"},{\"name\":\"三星\",\"value\":3400879,\"type\":\"手机品牌\"},{\"name\":\"小米\",\"value\":2300879,\"type\":\"手机品牌\"},{\"name\":\"oppo\",\"value\":5400879,\"type\":\"手机品牌\"},{\"name\":\"vivo\",\"value\":3400879,\"type\":\"手机品牌\"}]","size":{"width":470,"height":309},"dataSetId":"1522185936018878466","fieldOption":[{"label":"name","text":"name","value":"name"},{"label":"value","text":"value","value":"value"}],"dataSetType":"api","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"bottom":115,"show":false},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180,180,180,0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"地域分部","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-12 16:01:58.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524661143170220033', NULL, N'1522172834409885698', NULL, N'JBar', N'{"dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"智慧社区_地区分部","dataSetApi":"http://api.jeecg.com/mock/51/region","drillData":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"name\":\"苹果\",\"value\":1000879,\"type\":\"手机品牌\"},{\"name\":\"三星\",\"value\":3400879,\"type\":\"手机品牌\"},{\"name\":\"小米\",\"value\":2300879,\"type\":\"手机品牌\"},{\"name\":\"oppo\",\"value\":5400879,\"type\":\"手机品牌\"},{\"name\":\"vivo\",\"value\":3400879,\"type\":\"手机品牌\"}]","size":{"width":470,"height":309},"dataSetId":"1522185936018878466","fieldOption":[{"label":"name","text":"name","value":"name"},{"label":"value","text":"value","value":"value"}],"dataSetType":"api","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"bottom":115,"show":false},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180,180,180,0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"地域分部","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-12 16:01:58.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524661143275077633', NULL, N'1522172834409885698', NULL, N'JRing', N'{"dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"智慧社区_年龄分部","dataSetApi":"http://api.jeecg.com/mock/51/age","drillData":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"value\":1048,\"name\":\"oppo\"},{\"value\":735,\"name\":\"vivo\"},{\"value\":580,\"name\":\"苹果\"},{\"value\":484,\"name\":\"小米\"},{\"value\":300,\"name\":\"三星\"}]","size":{"width":470,"height":320},"dataSetId":"1522184215045615618","fieldOption":[{"label":"value","text":"value","value":"value"},{"label":"name","text":"name","value":"name"}],"dataSetType":"api","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"name":"AccessFrom","avoidLabelOverlap":false,"emphasis":{"label":{"show":true,"fontSize":"25","fontWeight":"bold"}},"label":{"show":false,"position":"center"},"labelLine":{"show":false},"type":"pie","radius":["40%","70%"]}],"tooltip":{"trigger":"item"},"title":{"show":false,"text":"年龄分部","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-12 16:01:58.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524661143275077633', NULL, N'1522172834409885698', NULL, N'JRing', N'{"dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"智慧社区_年龄分部","dataSetApi":"http://api.jeecg.com/mock/51/age","drillData":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"value\":1048,\"name\":\"oppo\"},{\"value\":735,\"name\":\"vivo\"},{\"value\":580,\"name\":\"苹果\"},{\"value\":484,\"name\":\"小米\"},{\"value\":300,\"name\":\"三星\"}]","size":{"width":470,"height":320},"dataSetId":"1522184215045615618","fieldOption":[{"label":"value","text":"value","value":"value"},{"label":"name","text":"name","value":"name"}],"dataSetType":"api","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"name":"AccessFrom","avoidLabelOverlap":false,"emphasis":{"label":{"show":true,"fontSize":"25","fontWeight":"bold"}},"label":{"show":false,"position":"center"},"labelLine":{"show":false},"type":"pie","radius":["40%","70%"]}],"tooltip":{"trigger":"item"},"title":{"show":false,"text":"年龄分部","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-12 16:01:58.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524661143379935234', NULL, N'1522172834409885698', NULL, N'JGauge', N'{"chartData":"[{\"min\":1,\"max\":10,\"label\":\"名称\",\"value\":10,\"unit\":\"%\"}]","size":{"width":516,"height":320},"dataMapping":[{"mapping":"","filed":"名称"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/gauge","timeOut":0,"option":{"grid":{"bottom":115},"series":[{"axisLabel":{"show":true,"fontSize":12},"data":[],"splitLine":{"lineStyle":{"color":"#eee","width":4},"length":12},"axisTick":{"lineStyle":{"color":"#eee"},"show":true},"progress":{"show":true},"detail":{"formatter":"{value}","fontSize":25},"type":"gauge"}],"tooltip":{"formatter":"{a}
{b}:{c}%"},"title":{"text":"环比","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-12 16:01:58.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524661143379935234', NULL, N'1522172834409885698', NULL, N'JGauge', N'{"chartData":"[{\"min\":1,\"max\":10,\"label\":\"名称\",\"value\":10,\"unit\":\"%\"}]","size":{"width":516,"height":320},"dataMapping":[{"mapping":"","filed":"名称"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/gauge","timeOut":0,"option":{"grid":{"bottom":115},"series":[{"axisLabel":{"show":true,"fontSize":12},"data":[],"splitLine":{"lineStyle":{"color":"#eee","width":4},"length":12},"axisTick":{"lineStyle":{"color":"#eee"},"show":true},"progress":{"show":true},"detail":{"formatter":"{value}","fontSize":25},"type":"gauge"}],"tooltip":{"formatter":"{a}
{b}:{c}%"},"title":{"text":"环比","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-12 16:01:58.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524661143518347265', NULL, N'1522172834409885698', NULL, N'JColorGauge', N'{"chartData":"[{\"name\":\"降低率\",\"value\":4,\"unit\":\"%\"}]","size":{"width":516,"height":331},"dataMapping":[{"mapping":"","filed":"名称"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/gauge","timeOut":0,"option":{"series":[{"axisLabel":{"show":true,"fontSize":12},"pointer":{"width":8},"axisLine":{"lineStyle":{"color":[[0.25,"#FF6E76"],[0.5,"#FDDD60"],[1,"#58D9F9"]],"width":10}},"anchor":{"itemStyle":{"color":"#FAC858"}},"splitLine":{"lineStyle":{"color":"#eee","width":4},"length":12},"axisTick":{"lineStyle":{"color":"#eee"},"show":true},"title":{"fontSize":14}}],"tooltip":{"formatter":"{a}
{b}:{c}%"},"title":{"text":"同比","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-12 16:01:58.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524661143518347265', NULL, N'1522172834409885698', NULL, N'JColorGauge', N'{"chartData":"[{\"name\":\"降低率\",\"value\":4,\"unit\":\"%\"}]","size":{"width":516,"height":331},"dataMapping":[{"mapping":"","filed":"名称"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/gauge","timeOut":0,"option":{"series":[{"axisLabel":{"show":true,"fontSize":12},"pointer":{"width":8},"axisLine":{"lineStyle":{"color":[[0.25,"#FF6E76"],[0.5,"#FDDD60"],[1,"#58D9F9"]],"width":10}},"anchor":{"itemStyle":{"color":"#FAC858"}},"splitLine":{"lineStyle":{"color":"#eee","width":4},"length":12},"axisTick":{"lineStyle":{"color":"#eee"},"show":true},"title":{"fontSize":14}}],"tooltip":{"formatter":"{a}
{b}:{c}%"},"title":{"text":"同比","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-12 16:01:58.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524661143660953602', NULL, N'1522172834409885698', NULL, N'JStackBar', N'{"chartData":"[{\"name\":\"1991\",\"value\":3,\"type\":\"Lon\"},{\"name\":\"1992\",\"value\":4,\"type\":\"Lon\"},{\"name\":\"1993\",\"value\":3.5,\"type\":\"Lon\"},{\"name\":\"1994\",\"value\":5,\"type\":\"Lon\"},{\"name\":\"1995\",\"value\":4.9,\"type\":\"Lon\"},{\"name\":\"1996\",\"value\":6,\"type\":\"Lon\"},{\"name\":\"1997\",\"value\":7,\"type\":\"Lon\"},{\"name\":\"1998\",\"value\":9,\"type\":\"Lon\"},{\"name\":\"1999\",\"value\":13,\"type\":\"Lon\"},{\"name\":\"1991\",\"value\":3,\"type\":\"Bor\"},{\"name\":\"1992\",\"value\":4,\"type\":\"Bor\"},{\"name\":\"1993\",\"value\":3.5,\"type\":\"Bor\"},{\"name\":\"1994\",\"value\":5,\"type\":\"Bor\"},{\"name\":\"1995\",\"value\":4.9,\"type\":\"Bor\"},{\"name\":\"1996\",\"value\":6,\"type\":\"Bor\"},{\"name\":\"1997\",\"value\":7,\"type\":\"Bor\"},{\"name\":\"1998\",\"value\":9,\"type\":\"Bor\"},{\"name\":\"1999\",\"value\":13,\"type\":\"Bor\"}]","size":{"width":676,"height":364},"dataMapping":[{"mapping":"","filed":"分组"},{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/stackedBar","timeOut":0,"option":{"grid":{"bottom":115},"series":[],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"年份分部","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-12 16:01:58.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524661143660953602', NULL, N'1522172834409885698', NULL, N'JStackBar', N'{"chartData":"[{\"name\":\"1991\",\"value\":3,\"type\":\"Lon\"},{\"name\":\"1992\",\"value\":4,\"type\":\"Lon\"},{\"name\":\"1993\",\"value\":3.5,\"type\":\"Lon\"},{\"name\":\"1994\",\"value\":5,\"type\":\"Lon\"},{\"name\":\"1995\",\"value\":4.9,\"type\":\"Lon\"},{\"name\":\"1996\",\"value\":6,\"type\":\"Lon\"},{\"name\":\"1997\",\"value\":7,\"type\":\"Lon\"},{\"name\":\"1998\",\"value\":9,\"type\":\"Lon\"},{\"name\":\"1999\",\"value\":13,\"type\":\"Lon\"},{\"name\":\"1991\",\"value\":3,\"type\":\"Bor\"},{\"name\":\"1992\",\"value\":4,\"type\":\"Bor\"},{\"name\":\"1993\",\"value\":3.5,\"type\":\"Bor\"},{\"name\":\"1994\",\"value\":5,\"type\":\"Bor\"},{\"name\":\"1995\",\"value\":4.9,\"type\":\"Bor\"},{\"name\":\"1996\",\"value\":6,\"type\":\"Bor\"},{\"name\":\"1997\",\"value\":7,\"type\":\"Bor\"},{\"name\":\"1998\",\"value\":9,\"type\":\"Bor\"},{\"name\":\"1999\",\"value\":13,\"type\":\"Bor\"}]","size":{"width":676,"height":364},"dataMapping":[{"mapping":"","filed":"分组"},{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/stackedBar","timeOut":0,"option":{"grid":{"bottom":115},"series":[],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"年份分部","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-05-12 16:01:58.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524663379220791297', NULL, N'1517018517935783937', NULL, N'JTabs', N'{"size":{"width":1650,"height":606},"w":12,"h":40,"option":{"title":"选项卡"},"child":[{"component":"JPie","w":12,"x":0,"h":42,"i":"68ebef80-9ded-4168-8d89-19ec64bc21d9","title":"饼图","config":{"dataMapping":[{"mapping":"nature","filed":"维度"},{"mapping":"total","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"项目性质收入统计SQL","query":[],"dataSetApi":"SELECT\tid,\tnature,\tinsurance_fee,\trisk_consulting_fee,\tevaluation_fee,\tinsurance_evaluation_fee,\tbidding_consulting_fee,\tinterol_consulting_fee,\t(\t\tinsurance_fee+\t\trisk_consulting_fee+\t\trisk_consulting_fee+\t\tevaluation_fee+\t\tinsurance_evaluation_fee+\t\tbidding_consulting_fee+\t\tinterol_consulting_fee\t)AS''total''FROM\tjeecg_project_nature_income","url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"chartData":"[{\"value\":1048,\"name\":\"vivo\"},{\"value\":735,\"name\":\"oppo\"},{\"value\":580,\"name\":\"苹果\"},{\"value\":484,\"name\":\"小米\"},{\"value\":300,\"name\":\"三星\"}]","paddingBottom":90,"dataSetId":"1517020649262972930","fieldOption":[{"label":"项目性质","text":"项目性质","value":"nature"},{"label":"保险经纪佣金费","text":"保险经纪佣金费","value":"insurance_fee"},{"label":"风险咨询费","text":"风险咨询费","value":"risk_consulting_fee"},{"label":"承保公估评估费","text":"承保公估评估费","value":"evaluation_fee"},{"label":"保险公估费","text":"保险公估费","value":"insurance_evaluation_fee"},{"label":"投标咨询费","text":"投标咨询费","value":"bidding_consulting_fee"},{"label":"内控咨询费","text":"内控咨询费","value":"interol_consulting_fee"},{"label":"total","text":"total","value":"total"}],"dataSetType":"sql","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"grid":{"bottom":115,"show":false},"legend":{"orient":"vertical"},"series":[{"data":[],"name":"AccessFrom","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0,0,0,0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"title":{"subtext":"","left":"left","show":true,"text":"基础饼图"},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":""}}}},{"horizontal":false,"component":"JBar","size":10,"w":12,"x":0,"h":42,"i":"305bdc5d-37d6-42a4-baf3-a7a1f27b6bfb","text":"0.042","id":"0b42743d-492f-467b-bfaf-0769110749ab","title":"柱形图","config":{"dataMapping":[{"mapping":"nature","filed":"维度"},{"mapping":"total","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"项目性质收入统计SQL","query":[],"dataSetApi":"SELECT\tid,\tnature,\tinsurance_fee,\trisk_consulting_fee,\tevaluation_fee,\tinsurance_evaluation_fee,\tbidding_consulting_fee,\tinterol_consulting_fee,\t(\t\tinsurance_fee+\t\trisk_consulting_fee+\t\trisk_consulting_fee+\t\tevaluation_fee+\t\tinsurance_evaluation_fee+\t\tbidding_consulting_fee+\t\tinterol_consulting_fee\t)AS''total''FROM\tjeecg_project_nature_income","url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"chartData":"[{\"name\":\"苹果\",\"value\":1000879,\"type\":\"手机品牌\"},{\"name\":\"三星\",\"value\":3400879,\"type\":\"手机品牌\"},{\"name\":\"小米\",\"value\":2300879,\"type\":\"手机品牌\"},{\"name\":\"oppo\",\"value\":5400879,\"type\":\"手机品牌\"},{\"name\":\"vivo\",\"value\":3400879,\"type\":\"手机品牌\"}]","paddingBottom":90,"dataSetId":"1517020649262972930","fieldOption":[{"label":"项目性质","text":"项目性质","value":"nature"},{"label":"保险经纪佣金费","text":"保险经纪佣金费","value":"insurance_fee"},{"label":"风险咨询费","text":"风险咨询费","value":"risk_consulting_fee"},{"label":"承保公估评估费","text":"承保公估评估费","value":"evaluation_fee"},{"label":"保险公估费","text":"保险公估费","value":"insurance_evaluation_fee"},{"label":"投标咨询费","text":"投标咨询费","value":"bidding_consulting_fee"},{"label":"内控咨询费","text":"内控咨询费","value":"interol_consulting_fee"},{"label":"total","text":"total","value":"total"}],"dataSetType":"sql","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180,180,180,0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}},"child":[]}]}', N'admin', N'2022-05-12 16:10:51.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524663379220791297', NULL, N'1517018517935783937', NULL, N'JTabs', N'{"size":{"width":1650,"height":606},"w":12,"h":40,"option":{"title":"选项卡"},"child":[{"component":"JPie","w":12,"x":0,"h":42,"i":"68ebef80-9ded-4168-8d89-19ec64bc21d9","title":"饼图","config":{"dataMapping":[{"mapping":"nature","filed":"维度"},{"mapping":"total","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"项目性质收入统计SQL","query":[],"dataSetApi":"SELECT\tid,\tnature,\tinsurance_fee,\trisk_consulting_fee,\tevaluation_fee,\tinsurance_evaluation_fee,\tbidding_consulting_fee,\tinterol_consulting_fee,\t(\t\tinsurance_fee+\t\trisk_consulting_fee+\t\trisk_consulting_fee+\t\tevaluation_fee+\t\tinsurance_evaluation_fee+\t\tbidding_consulting_fee+\t\tinterol_consulting_fee\t)AS''total''FROM\tjeecg_project_nature_income","url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"chartData":"[{\"value\":1048,\"name\":\"vivo\"},{\"value\":735,\"name\":\"oppo\"},{\"value\":580,\"name\":\"苹果\"},{\"value\":484,\"name\":\"小米\"},{\"value\":300,\"name\":\"三星\"}]","paddingBottom":90,"dataSetId":"1517020649262972930","fieldOption":[{"label":"项目性质","text":"项目性质","value":"nature"},{"label":"保险经纪佣金费","text":"保险经纪佣金费","value":"insurance_fee"},{"label":"风险咨询费","text":"风险咨询费","value":"risk_consulting_fee"},{"label":"承保公估评估费","text":"承保公估评估费","value":"evaluation_fee"},{"label":"保险公估费","text":"保险公估费","value":"insurance_evaluation_fee"},{"label":"投标咨询费","text":"投标咨询费","value":"bidding_consulting_fee"},{"label":"内控咨询费","text":"内控咨询费","value":"interol_consulting_fee"},{"label":"total","text":"total","value":"total"}],"dataSetType":"sql","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"grid":{"bottom":115,"show":false},"legend":{"orient":"vertical"},"series":[{"data":[],"name":"AccessFrom","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0,0,0,0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"title":{"subtext":"","left":"left","show":true,"text":"基础饼图"},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":""}}}},{"horizontal":false,"component":"JBar","size":10,"w":12,"x":0,"h":42,"i":"305bdc5d-37d6-42a4-baf3-a7a1f27b6bfb","text":"0.042","id":"0b42743d-492f-467b-bfaf-0769110749ab","title":"柱形图","config":{"dataMapping":[{"mapping":"nature","filed":"维度"},{"mapping":"total","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"项目性质收入统计SQL","query":[],"dataSetApi":"SELECT\tid,\tnature,\tinsurance_fee,\trisk_consulting_fee,\tevaluation_fee,\tinsurance_evaluation_fee,\tbidding_consulting_fee,\tinterol_consulting_fee,\t(\t\tinsurance_fee+\t\trisk_consulting_fee+\t\trisk_consulting_fee+\t\tevaluation_fee+\t\tinsurance_evaluation_fee+\t\tbidding_consulting_fee+\t\tinterol_consulting_fee\t)AS''total''FROM\tjeecg_project_nature_income","url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"chartData":"[{\"name\":\"苹果\",\"value\":1000879,\"type\":\"手机品牌\"},{\"name\":\"三星\",\"value\":3400879,\"type\":\"手机品牌\"},{\"name\":\"小米\",\"value\":2300879,\"type\":\"手机品牌\"},{\"name\":\"oppo\",\"value\":5400879,\"type\":\"手机品牌\"},{\"name\":\"vivo\",\"value\":3400879,\"type\":\"手机品牌\"}]","paddingBottom":90,"dataSetId":"1517020649262972930","fieldOption":[{"label":"项目性质","text":"项目性质","value":"nature"},{"label":"保险经纪佣金费","text":"保险经纪佣金费","value":"insurance_fee"},{"label":"风险咨询费","text":"风险咨询费","value":"risk_consulting_fee"},{"label":"承保公估评估费","text":"承保公估评估费","value":"evaluation_fee"},{"label":"保险公估费","text":"保险公估费","value":"insurance_evaluation_fee"},{"label":"投标咨询费","text":"投标咨询费","value":"bidding_consulting_fee"},{"label":"内控咨询费","text":"内控咨询费","value":"interol_consulting_fee"},{"label":"total","text":"total","value":"total"}],"dataSetType":"sql","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180,180,180,0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}},"child":[]}]}', N'admin', N'2022-05-12 16:10:51.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524663379359203329', NULL, N'1517018517935783937', NULL, N'JCommonTable', N'{"paramOption":[],"dataType":2,"dataSetName":"项目性质收入统计SQL","query":[],"h":42,"dataSetApi":"SELECT\tid,\tnature,\tinsurance_fee,\trisk_consulting_fee,\tevaluation_fee,\tinsurance_evaluation_fee,\tbidding_consulting_fee,\tinterol_consulting_fee,\t(\t\tinsurance_fee+\t\trisk_consulting_fee+\t\trisk_consulting_fee+\t\tevaluation_fee+\t\tinsurance_evaluation_fee+\t\tbidding_consulting_fee+\t\tinterol_consulting_fee\t)AS''total''FROM\tjeecg_project_nature_income","timeOut":-1,"chartData":"[{\"name\":\"4月\",\"value\":50},{\"name\":\"2月\",\"value\":200},{\"name\":\"3月\",\"value\":300},{\"name\":\"4月\",\"value\":400},{\"name\":\"5月\",\"value\":50},{\"name\":\"6月\",\"value\":120}]","size":{"width":1636,"height":518},"dataSetId":"1517020649262972930","fieldOption":[{"label":"项目性质","text":"项目性质","value":"nature"},{"label":"保险经纪佣金费","text":"保险经纪佣金费","value":"insurance_fee"},{"label":"风险咨询费","text":"风险咨询费","value":"risk_consulting_fee"},{"label":"承保公估评估费","text":"承保公估评估费","value":"evaluation_fee"},{"label":"保险公估费","text":"保险公估费","value":"insurance_evaluation_fee"},{"label":"投标咨询费","text":"投标咨询费","value":"bidding_consulting_fee"},{"label":"内控咨询费","text":"内控咨询费","value":"interol_consulting_fee"},{"label":"total","text":"total","value":"total"}],"dataSetType":"sql","w":24,"linkageConfig":[],"dataSetIzAgent":"","option":{"columns":[{"izTotal":"Y","izShow":"Y","dataIndex":"nature","title":"项目性质"},{"izTotal":"Y","izShow":"Y","dataIndex":"insurance_fee","title":"保险经纪佣金费"},{"izTotal":"Y","izShow":"Y","dataIndex":"risk_consulting_fee","title":"风险咨询费"},{"izTotal":"Y","izShow":"Y","dataIndex":"evaluation_fee","title":"承保公估评估费"},{"izTotal":"Y","izShow":"Y","dataIndex":"insurance_evaluation_fee","title":"保险公估费"},{"izTotal":"Y","izShow":"Y","dataIndex":"bidding_consulting_fee","title":"投标咨询费"},{"izTotal":"Y","izShow":"Y","dataIndex":"interol_consulting_fee","title":"内控咨询费"},{"izTotal":"N","izShow":"N","dataIndex":"total","title":"total"}]}}', N'admin', N'2022-05-12 16:10:51.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524663379359203329', NULL, N'1517018517935783937', NULL, N'JCommonTable', N'{"paramOption":[],"dataType":2,"dataSetName":"项目性质收入统计SQL","query":[],"h":42,"dataSetApi":"SELECT\tid,\tnature,\tinsurance_fee,\trisk_consulting_fee,\tevaluation_fee,\tinsurance_evaluation_fee,\tbidding_consulting_fee,\tinterol_consulting_fee,\t(\t\tinsurance_fee+\t\trisk_consulting_fee+\t\trisk_consulting_fee+\t\tevaluation_fee+\t\tinsurance_evaluation_fee+\t\tbidding_consulting_fee+\t\tinterol_consulting_fee\t)AS''total''FROM\tjeecg_project_nature_income","timeOut":-1,"chartData":"[{\"name\":\"4月\",\"value\":50},{\"name\":\"2月\",\"value\":200},{\"name\":\"3月\",\"value\":300},{\"name\":\"4月\",\"value\":400},{\"name\":\"5月\",\"value\":50},{\"name\":\"6月\",\"value\":120}]","size":{"width":1636,"height":518},"dataSetId":"1517020649262972930","fieldOption":[{"label":"项目性质","text":"项目性质","value":"nature"},{"label":"保险经纪佣金费","text":"保险经纪佣金费","value":"insurance_fee"},{"label":"风险咨询费","text":"风险咨询费","value":"risk_consulting_fee"},{"label":"承保公估评估费","text":"承保公估评估费","value":"evaluation_fee"},{"label":"保险公估费","text":"保险公估费","value":"insurance_evaluation_fee"},{"label":"投标咨询费","text":"投标咨询费","value":"bidding_consulting_fee"},{"label":"内控咨询费","text":"内控咨询费","value":"interol_consulting_fee"},{"label":"total","text":"total","value":"total"}],"dataSetType":"sql","w":24,"linkageConfig":[],"dataSetIzAgent":"","option":{"columns":[{"izTotal":"Y","izShow":"Y","dataIndex":"nature","title":"项目性质"},{"izTotal":"Y","izShow":"Y","dataIndex":"insurance_fee","title":"保险经纪佣金费"},{"izTotal":"Y","izShow":"Y","dataIndex":"risk_consulting_fee","title":"风险咨询费"},{"izTotal":"Y","izShow":"Y","dataIndex":"evaluation_fee","title":"承保公估评估费"},{"izTotal":"Y","izShow":"Y","dataIndex":"insurance_evaluation_fee","title":"保险公估费"},{"izTotal":"Y","izShow":"Y","dataIndex":"bidding_consulting_fee","title":"投标咨询费"},{"izTotal":"Y","izShow":"Y","dataIndex":"interol_consulting_fee","title":"内控咨询费"},{"izTotal":"N","izShow":"N","dataIndex":"total","title":"total"}]}}', N'admin', N'2022-05-12 16:10:51.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526476125109231618', NULL, N'1504364941187043329', NULL, N'eoa-cms-banner', N'{"size":{"width":1636,"height":364}}', N'jeecg', N'2022-05-17 16:14:03.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526476125109231618', NULL, N'1504364941187043329', NULL, N'eoa-cms-banner', N'{"size":{"width":1636,"height":364}}', N'jeecg', N'2022-05-17 16:14:03.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526476125247643650', NULL, N'1504364941187043329', NULL, N'eoa-cms-news-info', N'{"size":{"width":1087,"height":683}}', N'jeecg', N'2022-05-17 16:14:03.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526476125247643650', NULL, N'1504364941187043329', NULL, N'eoa-cms-news-info', N'{"size":{"width":1087,"height":683}}', N'jeecg', N'2022-05-17 16:14:03.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526476125352501250', NULL, N'1504364941187043329', NULL, N'eoa-cms-user-notice', N'{"size":{"width":539,"height":408}}', N'jeecg', N'2022-05-17 16:14:03.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526476125352501250', NULL, N'1504364941187043329', NULL, N'eoa-cms-user-notice', N'{"size":{"width":539,"height":408}}', N'jeecg', N'2022-05-17 16:14:03.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526476125457358849', NULL, N'1504364941187043329', NULL, N'eoa-cms-rule-info', N'{"size":{"width":607,"height":474}}', N'jeecg', N'2022-05-17 16:14:04.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526476125457358849', NULL, N'1504364941187043329', NULL, N'eoa-cms-rule-info', N'{"size":{"width":607,"height":474}}', N'jeecg', N'2022-05-17 16:14:04.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526476125562216450', NULL, N'1504364941187043329', NULL, N'eoa-cms-sign-news', N'{"size":{"width":470,"height":474}}', N'jeecg', N'2022-05-17 16:14:04.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526476125562216450', NULL, N'1504364941187043329', NULL, N'eoa-cms-sign-news', N'{"size":{"width":470,"height":474}}', N'jeecg', N'2022-05-17 16:14:04.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526476125667074049', NULL, N'1504364941187043329', NULL, N'eoa-cms-plan', N'{"size":{"width":539,"height":529}}', N'jeecg', N'2022-05-17 16:14:04.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526476125667074049', NULL, N'1504364941187043329', NULL, N'eoa-cms-plan', N'{"size":{"width":539,"height":529}}', N'jeecg', N'2022-05-17 16:14:04.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526476125771931649', NULL, N'1504364941187043329', NULL, N'eoa-cms-link', N'{"size":{"width":539,"height":210}}', N'jeecg', N'2022-05-17 16:14:04.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526476125771931649', NULL, N'1504364941187043329', NULL, N'eoa-cms-link', N'{"size":{"width":539,"height":210}}', N'jeecg', N'2022-05-17 16:14:04.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526478613069701121', NULL, N'1504359493847306242', NULL, N'eoa-cms-apply-process', N'{"size":{"width":1087,"height":463}}', N'jeecg', N'2022-05-17 16:23:57.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526478613069701121', NULL, N'1504359493847306242', NULL, N'eoa-cms-apply-process', N'{"size":{"width":1087,"height":463}}', N'jeecg', N'2022-05-17 16:23:57.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526478613174558721', NULL, N'1504359493847306242', NULL, N'eoa-cms-comm-use', N'{"size":{"width":1636,"height":155}}', N'jeecg', N'2022-05-17 16:23:57.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526478613174558721', NULL, N'1504359493847306242', NULL, N'eoa-cms-comm-use', N'{"size":{"width":1636,"height":155}}', N'jeecg', N'2022-05-17 16:23:57.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526478613275222017', NULL, N'1504359493847306242', NULL, N'eoa-cms-process-notice', N'{"size":{"width":539,"height":474}}', N'jeecg', N'2022-05-17 16:23:57.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526478613275222017', NULL, N'1504359493847306242', NULL, N'eoa-cms-process-notice', N'{"size":{"width":539,"height":474}}', N'jeecg', N'2022-05-17 16:23:57.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526478613384273922', NULL, N'1504359493847306242', NULL, N'eoa-cms-my-process', N'{"size":{"width":1087,"height":474}}', N'jeecg', N'2022-05-17 16:23:57.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526478613384273922', NULL, N'1504359493847306242', NULL, N'eoa-cms-my-process', N'{"size":{"width":1087,"height":474}}', N'jeecg', N'2022-05-17 16:23:57.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526478613489131521', NULL, N'1504359493847306242', NULL, N'eoa-cms-user-notice', N'{"size":{"width":539,"height":463}}', N'jeecg', N'2022-05-17 16:23:57.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526478613489131521', NULL, N'1504359493847306242', NULL, N'eoa-cms-user-notice', N'{"size":{"width":539,"height":463}}', N'jeecg', N'2022-05-17 16:23:57.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526478613593989121', NULL, N'1504359493847306242', NULL, N'eoa-cms-process-chart', N'{"size":{"width":1087,"height":386}}', N'jeecg', N'2022-05-17 16:23:57.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526478613593989121', NULL, N'1504359493847306242', NULL, N'eoa-cms-process-chart', N'{"size":{"width":1087,"height":386}}', N'jeecg', N'2022-05-17 16:23:57.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526478613694652418', NULL, N'1504359493847306242', NULL, N'eoa-cms-process-type', N'{"size":{"width":539,"height":386}}', N'jeecg', N'2022-05-17 16:23:57.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526478613694652418', NULL, N'1504359493847306242', NULL, N'eoa-cms-process-type', N'{"size":{"width":539,"height":386}}', N'jeecg', N'2022-05-17 16:23:57.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526478613803704322', NULL, N'1504359493847306242', NULL, N'eoa-cms-email', N'{"size":{"width":1087,"height":518}}', N'jeecg', N'2022-05-17 16:23:57.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526478613803704322', NULL, N'1504359493847306242', NULL, N'eoa-cms-email', N'{"size":{"width":1087,"height":518}}', N'jeecg', N'2022-05-17 16:23:57.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526478613904367618', NULL, N'1504359493847306242', NULL, N'eoa-cms-plan', N'{"size":{"width":539,"height":518}}', N'jeecg', N'2022-05-17 16:23:57.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526478613904367618', NULL, N'1504359493847306242', NULL, N'eoa-cms-plan', N'{"size":{"width":539,"height":518}}', N'jeecg', N'2022-05-17 16:23:57.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526496110877696002', NULL, N'1522835471967772673', NULL, N'JBar', N'{"dataMapping":[{"mapping":"username","filed":"维度"},{"mapping":"sex","filed":"数值"}],"paramOption":[{"defaultVal":"2011-01-01","label":"createTime_begin","text":"createTime_begin","value":"createTime_begin"},{"defaultVal":"2022-12-31","label":"createTime_end","text":"createTime_end","value":"createTime_end"}],"dataType":2,"dataSetName":"示例_日期范围查询","query":[],"dataSetApi":"select * from sys_user where create_time >= ''${createTime_begin}'' and create_time <=''${createTime_end}''","drillData":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"name\":\"苹果\",\"value\":1000879,\"type\":\"手机品牌\"},{\"name\":\"三星\",\"value\":3400879,\"type\":\"手机品牌\"},{\"name\":\"小米\",\"value\":2300879,\"type\":\"手机品牌\"},{\"name\":\"oppo\",\"value\":5400879,\"type\":\"手机品牌\"},{\"name\":\"vivo\",\"value\":3400879,\"type\":\"手机品牌\"}]","size":{"height":420},"dataSetId":"1522853857095376898","fieldOption":[{"label":"username","text":"username","value":"username"},{"label":"realname","text":"realname","value":"realname"},{"label":"sex","text":"sex","value":"sex"},{"label":"create_time","text":"create_time","value":"create_time"}],"dataSetType":"sql","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"bottom":115,"show":false},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180,180,180,0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"表单日期范围查询","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', NULL, N'2022-05-17 17:33:28.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526496110877696002', NULL, N'1522835471967772673', NULL, N'JBar', N'{"dataMapping":[{"mapping":"username","filed":"维度"},{"mapping":"sex","filed":"数值"}],"paramOption":[{"defaultVal":"2011-01-01","label":"createTime_begin","text":"createTime_begin","value":"createTime_begin"},{"defaultVal":"2022-12-31","label":"createTime_end","text":"createTime_end","value":"createTime_end"}],"dataType":2,"dataSetName":"示例_日期范围查询","query":[],"dataSetApi":"select * from sys_user where create_time >= ''${createTime_begin}'' and create_time <=''${createTime_end}''","drillData":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"name\":\"苹果\",\"value\":1000879,\"type\":\"手机品牌\"},{\"name\":\"三星\",\"value\":3400879,\"type\":\"手机品牌\"},{\"name\":\"小米\",\"value\":2300879,\"type\":\"手机品牌\"},{\"name\":\"oppo\",\"value\":5400879,\"type\":\"手机品牌\"},{\"name\":\"vivo\",\"value\":3400879,\"type\":\"手机品牌\"}]","size":{"height":420},"dataSetId":"1522853857095376898","fieldOption":[{"label":"username","text":"username","value":"username"},{"label":"realname","text":"realname","value":"realname"},{"label":"sex","text":"sex","value":"sex"},{"label":"create_time","text":"create_time","value":"create_time"}],"dataSetType":"sql","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"bottom":115,"show":false},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180,180,180,0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"表单日期范围查询","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', NULL, N'2022-05-17 17:33:28.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526496110948999169', NULL, N'1522835471967772673', NULL, N'JBar', N'{"dataMapping":[{"mapping":"username","filed":"维度"},{"mapping":"sex","filed":"数值"}],"paramOption":[{"defaultVal":"2011-01-01","label":"createTime_begin","text":"createTime_begin","value":"createTime_begin"},{"defaultVal":"2022-12-31","label":"createTime_end","text":"createTime_end","value":"createTime_end"}],"dataType":2,"dataSetName":"示例_日期范围查询","query":[{"field":"createTime","widgetType":"date"}],"dataSetApi":"select * from sys_user where create_time >= ''${createTime_begin}'' and create_time <=''${createTime_end}''","drillData":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"name\":\"苹果\",\"value\":1000879,\"type\":\"手机品牌\"},{\"name\":\"三星\",\"value\":3400879,\"type\":\"手机品牌\"},{\"name\":\"小米\",\"value\":2300879,\"type\":\"手机品牌\"},{\"name\":\"oppo\",\"value\":5400879,\"type\":\"手机品牌\"},{\"name\":\"vivo\",\"value\":3400879,\"type\":\"手机品牌\"}]","size":{"height":420},"dataSetId":"1522853857095376898","fieldOption":[{"label":"username","text":"username","value":"username"},{"label":"realname","text":"realname","value":"realname"},{"label":"sex","text":"sex","value":"sex"},{"label":"create_time","text":"create_time","value":"create_time"}],"dataSetType":"sql","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"yAxis":{"axisLabel":{"color":"#909198"},"lineStyle":{"color":"#f3f3f3"},"splitLine":{"lineStyle":{"color":"#F0EDED"},"show":true,"interval":2},"nameTextStyle":{"color":"#333333"}},"xAxis":{"axisLabel":{"color":"#7ED321"},"axisLine":{"lineStyle":{"color":"#333333"}},"splitLine":{"lineStyle":{"color":"#417505"},"show":false},"nameTextStyle":{"color":"#333333"}},"grid":{"bottom":115,"show":false},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180,180,180,0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":"单个组件日期范围查询"}}}', NULL, N'2022-05-17 17:33:28.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526496110948999169', NULL, N'1522835471967772673', NULL, N'JBar', N'{"dataMapping":[{"mapping":"username","filed":"维度"},{"mapping":"sex","filed":"数值"}],"paramOption":[{"defaultVal":"2011-01-01","label":"createTime_begin","text":"createTime_begin","value":"createTime_begin"},{"defaultVal":"2022-12-31","label":"createTime_end","text":"createTime_end","value":"createTime_end"}],"dataType":2,"dataSetName":"示例_日期范围查询","query":[{"field":"createTime","widgetType":"date"}],"dataSetApi":"select * from sys_user where create_time >= ''${createTime_begin}'' and create_time <=''${createTime_end}''","drillData":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"name\":\"苹果\",\"value\":1000879,\"type\":\"手机品牌\"},{\"name\":\"三星\",\"value\":3400879,\"type\":\"手机品牌\"},{\"name\":\"小米\",\"value\":2300879,\"type\":\"手机品牌\"},{\"name\":\"oppo\",\"value\":5400879,\"type\":\"手机品牌\"},{\"name\":\"vivo\",\"value\":3400879,\"type\":\"手机品牌\"}]","size":{"height":420},"dataSetId":"1522853857095376898","fieldOption":[{"label":"username","text":"username","value":"username"},{"label":"realname","text":"realname","value":"realname"},{"label":"sex","text":"sex","value":"sex"},{"label":"create_time","text":"create_time","value":"create_time"}],"dataSetType":"sql","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"yAxis":{"axisLabel":{"color":"#909198"},"lineStyle":{"color":"#f3f3f3"},"splitLine":{"lineStyle":{"color":"#F0EDED"},"show":true,"interval":2},"nameTextStyle":{"color":"#333333"}},"xAxis":{"axisLabel":{"color":"#7ED321"},"axisLine":{"lineStyle":{"color":"#333333"}},"splitLine":{"lineStyle":{"color":"#417505"},"show":false},"nameTextStyle":{"color":"#333333"}},"grid":{"bottom":115,"show":false},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180,180,180,0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":"单个组件日期范围查询"}}}', NULL, N'2022-05-17 17:33:28.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526496111003525121', NULL, N'1522835471967772673', NULL, N'JForm', N'{"size":{"height":120},"w":24,"dataType":2,"h":12,"linkageConfig":[{"linkageId":"918fc3ea-c88a-4c42-892b-d2a14967258e","linkage":[{"source":"createTime_begin","target":"createTime_begin"},{"source":"createTime_end","target":"createTime_end"}]}],"timeOut":-1,"option":{"fields":[{"fieldName":"createTime","dictCode":"","fieldTxt":"创建时间","defaultValue":"","searchMode":"range","action":"","id":"rowdffe5384-d885-4ae7-9eab-81b8ee76265c","izSearch":"1","widgetType":"date"}]}}', NULL, N'2022-05-17 17:33:28.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526496111003525121', NULL, N'1522835471967772673', NULL, N'JForm', N'{"size":{"height":120},"w":24,"dataType":2,"h":12,"linkageConfig":[{"linkageId":"918fc3ea-c88a-4c42-892b-d2a14967258e","linkage":[{"source":"createTime_begin","target":"createTime_begin"},{"source":"createTime_end","target":"createTime_end"}]}],"timeOut":-1,"option":{"fields":[{"fieldName":"createTime","dictCode":"","fieldTxt":"创建时间","defaultValue":"","searchMode":"range","action":"","id":"rowdffe5384-d885-4ae7-9eab-81b8ee76265c","izSearch":"1","widgetType":"date"}]}}', NULL, N'2022-05-17 17:33:28.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761823821938690', NULL, N'1524641995740446722', NULL, N'JBar', N'{"dataMapping":[{"mapping":"tian","filed":"维度"},{"mapping":"visit","filed":"数值"}],"paramOption":[{"defaultVal":"","label":"创建时间","text":"创建时间","value":"create_time"}],"dataType":2,"dataSetName":"首页_近一周访问量","query":[],"dataSetApi":"select count(*) as visit \t ,count(distinct(ip)) as ip \t ,DATE_FORMAT(create_time, ''%Y-%m-%d'') as tian \t ,DATE_FORMAT(create_time, ''%m-%d'') as type \t from sys_log where log_type = 1 and create_time <= sysdate() and create_time >= (select date_sub(curdate(),interval 7 day)) group by tian,type order by tian desc","drillData":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"name\":\"苹果\",\"value\":1000879,\"type\":\"手机品牌\"},{\"name\":\"三星\",\"value\":3400879,\"type\":\"手机品牌\"},{\"name\":\"小米\",\"value\":2300879,\"type\":\"手机品牌\"},{\"name\":\"oppo\",\"value\":5400879,\"type\":\"手机品牌\"},{\"name\":\"vivo\",\"value\":3400879,\"type\":\"手机品牌\"}]","size":{"width":813,"height":419},"dataSetId":"1522503560003067906","fieldOption":[{"label":"visit","text":"visit","value":"visit"},{"label":"ip","text":"ip","value":"ip"},{"label":"tian","text":"tian","value":"tian"},{"label":"type","text":"type","value":"type"}],"dataSetType":"sql","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"bottom":115,"show":false},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180, 180, 180, 0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"SQL数据集-柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761823821938690', NULL, N'1524641995740446722', NULL, N'JBar', N'{"dataMapping":[{"mapping":"tian","filed":"维度"},{"mapping":"visit","filed":"数值"}],"paramOption":[{"defaultVal":"","label":"创建时间","text":"创建时间","value":"create_time"}],"dataType":2,"dataSetName":"首页_近一周访问量","query":[],"dataSetApi":"select count(*) as visit \t ,count(distinct(ip)) as ip \t ,DATE_FORMAT(create_time, ''%Y-%m-%d'') as tian \t ,DATE_FORMAT(create_time, ''%m-%d'') as type \t from sys_log where log_type = 1 and create_time <= sysdate() and create_time >= (select date_sub(curdate(),interval 7 day)) group by tian,type order by tian desc","drillData":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"name\":\"苹果\",\"value\":1000879,\"type\":\"手机品牌\"},{\"name\":\"三星\",\"value\":3400879,\"type\":\"手机品牌\"},{\"name\":\"小米\",\"value\":2300879,\"type\":\"手机品牌\"},{\"name\":\"oppo\",\"value\":5400879,\"type\":\"手机品牌\"},{\"name\":\"vivo\",\"value\":3400879,\"type\":\"手机品牌\"}]","size":{"width":813,"height":419},"dataSetId":"1522503560003067906","fieldOption":[{"label":"visit","text":"visit","value":"visit"},{"label":"ip","text":"ip","value":"ip"},{"label":"tian","text":"tian","value":"tian"},{"label":"type","text":"type","value":"type"}],"dataSetType":"sql","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"bottom":115,"show":false},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180, 180, 180, 0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"SQL数据集-柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761823821938691', NULL, N'1524641995740446722', NULL, N'JPie', N'{"dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"智慧社区_时间分部","query":[],"dataSetApi":"[ { \"name\": \"6:00-9:00\", \"value\": 800 }, { \"name\": \"10:00-12:00\", \"value\": 300 }, { \"name\": \"13:00-15:00\", \"value\": 500 }, { \"name\": \"16:00-20:00\", \"value\": 800 }, { \"name\": \"21:00-24:00\", \"value\": 600 }]","drillData":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"value\":1048,\"name\":\"vivo\"},{\"value\":735,\"name\":\"oppo\"},{\"value\":580,\"name\":\"苹果\"},{\"value\":484,\"name\":\"小米\"},{\"value\":300,\"name\":\"三星\"}]","size":{"height":420},"dataSetId":"1522187101267832833","fieldOption":[{"label":"name","text":"name","value":"name"},{"label":"value","text":"value","value":"value"}],"dataSetType":"json","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"grid":{"bottom":115,"show":false},"legend":{"orient":"vertical"},"series":[{"data":[],"name":"Access From","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0, 0, 0, 0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"innerRadius":50,"title":{"subtext":"","left":"left","show":true,"text":"JSON数据集-饼图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761823821938691', NULL, N'1524641995740446722', NULL, N'JPie', N'{"dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"智慧社区_时间分部","query":[],"dataSetApi":"[ { \"name\": \"6:00-9:00\", \"value\": 800 }, { \"name\": \"10:00-12:00\", \"value\": 300 }, { \"name\": \"13:00-15:00\", \"value\": 500 }, { \"name\": \"16:00-20:00\", \"value\": 800 }, { \"name\": \"21:00-24:00\", \"value\": 600 }]","drillData":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"value\":1048,\"name\":\"vivo\"},{\"value\":735,\"name\":\"oppo\"},{\"value\":580,\"name\":\"苹果\"},{\"value\":484,\"name\":\"小米\"},{\"value\":300,\"name\":\"三星\"}]","size":{"height":420},"dataSetId":"1522187101267832833","fieldOption":[{"label":"name","text":"name","value":"name"},{"label":"value","text":"value","value":"value"}],"dataSetType":"json","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"grid":{"bottom":115,"show":false},"legend":{"orient":"vertical"},"series":[{"data":[],"name":"Access From","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0, 0, 0, 0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"innerRadius":50,"title":{"subtext":"","left":"left","show":true,"text":"JSON数据集-饼图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761823821938692', NULL, N'1524641995740446722', NULL, N'JStackBar', N'{"dataMapping":[{"mapping":"type","filed":"分组"},{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"出资","query":[],"dataSetApi":"http://api.jeecg.com/mock/51/chuzi","drillData":[],"url":"http://api.jeecg.com/mock/26/stackedBar","timeOut":0,"chartData":"[{\"name\":\"1991\",\"value\":3,\"type\":\"Lon\"},{\"name\":\"1992\",\"value\":4,\"type\":\"Lon\"},{\"name\":\"1993\",\"value\":3.5,\"type\":\"Lon\"},{\"name\":\"1994\",\"value\":5,\"type\":\"Lon\"},{\"name\":\"1995\",\"value\":4.9,\"type\":\"Lon\"},{\"name\":\"1996\",\"value\":6,\"type\":\"Lon\"},{\"name\":\"1997\",\"value\":7,\"type\":\"Lon\"},{\"name\":\"1998\",\"value\":9,\"type\":\"Lon\"},{\"name\":\"1999\",\"value\":13,\"type\":\"Lon\"},{\"name\":\"1991\",\"value\":3,\"type\":\"Bor\"},{\"name\":\"1992\",\"value\":4,\"type\":\"Bor\"},{\"name\":\"1993\",\"value\":3.5,\"type\":\"Bor\"},{\"name\":\"1994\",\"value\":5,\"type\":\"Bor\"},{\"name\":\"1995\",\"value\":4.9,\"type\":\"Bor\"},{\"name\":\"1996\",\"value\":6,\"type\":\"Bor\"},{\"name\":\"1997\",\"value\":7,\"type\":\"Bor\"},{\"name\":\"1998\",\"value\":9,\"type\":\"Bor\"},{\"name\":\"1999\",\"value\":13,\"type\":\"Bor\"}]","size":{"width":813,"height":419},"dataSetId":"1522098873378549762","fieldOption":[{"label":"name","text":"name","value":"name"},{"label":"value","text":"value","value":"value"},{"label":"type","text":"type","value":"type"}],"dataSetType":"api","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"grid":{"bottom":115},"series":[],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"API数据集-堆叠柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761823821938692', NULL, N'1524641995740446722', NULL, N'JStackBar', N'{"dataMapping":[{"mapping":"type","filed":"分组"},{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"出资","query":[],"dataSetApi":"http://api.jeecg.com/mock/51/chuzi","drillData":[],"url":"http://api.jeecg.com/mock/26/stackedBar","timeOut":0,"chartData":"[{\"name\":\"1991\",\"value\":3,\"type\":\"Lon\"},{\"name\":\"1992\",\"value\":4,\"type\":\"Lon\"},{\"name\":\"1993\",\"value\":3.5,\"type\":\"Lon\"},{\"name\":\"1994\",\"value\":5,\"type\":\"Lon\"},{\"name\":\"1995\",\"value\":4.9,\"type\":\"Lon\"},{\"name\":\"1996\",\"value\":6,\"type\":\"Lon\"},{\"name\":\"1997\",\"value\":7,\"type\":\"Lon\"},{\"name\":\"1998\",\"value\":9,\"type\":\"Lon\"},{\"name\":\"1999\",\"value\":13,\"type\":\"Lon\"},{\"name\":\"1991\",\"value\":3,\"type\":\"Bor\"},{\"name\":\"1992\",\"value\":4,\"type\":\"Bor\"},{\"name\":\"1993\",\"value\":3.5,\"type\":\"Bor\"},{\"name\":\"1994\",\"value\":5,\"type\":\"Bor\"},{\"name\":\"1995\",\"value\":4.9,\"type\":\"Bor\"},{\"name\":\"1996\",\"value\":6,\"type\":\"Bor\"},{\"name\":\"1997\",\"value\":7,\"type\":\"Bor\"},{\"name\":\"1998\",\"value\":9,\"type\":\"Bor\"},{\"name\":\"1999\",\"value\":13,\"type\":\"Bor\"}]","size":{"width":813,"height":419},"dataSetId":"1522098873378549762","fieldOption":[{"label":"name","text":"name","value":"name"},{"label":"value","text":"value","value":"value"},{"label":"type","text":"type","value":"type"}],"dataSetType":"api","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"grid":{"bottom":115},"series":[],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"API数据集-堆叠柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761823821938693', NULL, N'1524641995740446722', NULL, N'JDynamicBar', N'{"chartData":"[{\"name\":\"1991\",\"value\":131,\"type\":\"Lon\"},{\"name\":\"1992\",\"value\":141,\"type\":\"Lon\"},{\"name\":\"1993\",\"value\":31.5,\"type\":\"Lon\"},{\"name\":\"1994\",\"value\":53,\"type\":\"Lon\"},{\"name\":\"1995\",\"value\":41.9,\"type\":\"Lon\"},{\"name\":\"1996\",\"value\":61,\"type\":\"Lon\"},{\"name\":\"1997\",\"value\":17,\"type\":\"Lon\"},{\"name\":\"1998\",\"value\":19,\"type\":\"Lon\"},{\"name\":\"1999\",\"value\":113,\"type\":\"Lon\"}]","size":{"height":420},"dataMapping":[{"mapping":"","filed":"分组"},{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/stackedBar","timeOut":0,"option":{"xAxis":{"type":"value"},"grid":{"bottom":115},"series":[],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"text":"静态数据集-动态柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761823821938693', NULL, N'1524641995740446722', NULL, N'JDynamicBar', N'{"chartData":"[{\"name\":\"1991\",\"value\":131,\"type\":\"Lon\"},{\"name\":\"1992\",\"value\":141,\"type\":\"Lon\"},{\"name\":\"1993\",\"value\":31.5,\"type\":\"Lon\"},{\"name\":\"1994\",\"value\":53,\"type\":\"Lon\"},{\"name\":\"1995\",\"value\":41.9,\"type\":\"Lon\"},{\"name\":\"1996\",\"value\":61,\"type\":\"Lon\"},{\"name\":\"1997\",\"value\":17,\"type\":\"Lon\"},{\"name\":\"1998\",\"value\":19,\"type\":\"Lon\"},{\"name\":\"1999\",\"value\":113,\"type\":\"Lon\"}]","size":{"height":420},"dataMapping":[{"mapping":"","filed":"分组"},{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/stackedBar","timeOut":0,"option":{"xAxis":{"type":"value"},"grid":{"bottom":115},"series":[],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"text":"静态数据集-动态柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761823821938694', NULL, N'1524641995740446722', NULL, N'JLine', N'{"dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"钻取api","query":[],"dataSetApi":"http://api.jeecg.com/mock/51/drilling/deptuser","drillData":[{"source":"name","target":"name"}],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"name\":\"联想\",\"value\":1000},{\"name\":\"小米\",\"value\":7350},{\"name\":\"华为\",\"value\":5800},{\"name\":\"苹果\",\"value\":6000},{\"name\":\"戴尔\",\"value\":3000}]","size":{"width":813,"height":397},"dataSetId":"1519274169102020610","fieldOption":[{"label":"name","text":"name","value":"name"},{"label":"value","text":"value","value":"value"}],"dataSetType":"api","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"type":"line"}],"title":{"subtext":"","left":"left","text":"钻取-折线图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761823821938694', NULL, N'1524641995740446722', NULL, N'JLine', N'{"dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"钻取api","query":[],"dataSetApi":"http://api.jeecg.com/mock/51/drilling/deptuser","drillData":[{"source":"name","target":"name"}],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"name\":\"联想\",\"value\":1000},{\"name\":\"小米\",\"value\":7350},{\"name\":\"华为\",\"value\":5800},{\"name\":\"苹果\",\"value\":6000},{\"name\":\"戴尔\",\"value\":3000}]","size":{"width":813,"height":397},"dataSetId":"1519274169102020610","fieldOption":[{"label":"name","text":"name","value":"name"},{"label":"value","text":"value","value":"value"}],"dataSetType":"api","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"type":"line"}],"title":{"subtext":"","left":"left","text":"钻取-折线图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761823889047554', NULL, N'1524641995740446722', NULL, N'JRadar', N'{"chartData":"[{\"value\":75,\"name\":\"得分\",\"type\":\"NBA\",\"max\":100},{\"value\":65,\"name\":\"篮板\",\"type\":\"NBA\",\"max\":100},{\"value\":55,\"name\":\"防守\",\"type\":\"NBA\",\"max\":100},{\"value\":74,\"name\":\"失误\",\"type\":\"NBA\",\"max\":100},{\"value\":38,\"name\":\"盖帽\",\"type\":\"NBA\",\"max\":100},{\"value\":88,\"name\":\"三分\",\"type\":\"NBA\",\"max\":100}]","size":{"width":813,"height":397},"dataMapping":[{"mapping":"","filed":"分组"},{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/radar","timeOut":0,"option":{"radar":[{"indicator":[]}],"grid":{"bottom":115,"show":false},"legend":{"data":[]},"series":[{"data":[],"type":"radar"}],"title":{"show":true,"text":"基础雷达图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761823889047554', NULL, N'1524641995740446722', NULL, N'JRadar', N'{"chartData":"[{\"value\":75,\"name\":\"得分\",\"type\":\"NBA\",\"max\":100},{\"value\":65,\"name\":\"篮板\",\"type\":\"NBA\",\"max\":100},{\"value\":55,\"name\":\"防守\",\"type\":\"NBA\",\"max\":100},{\"value\":74,\"name\":\"失误\",\"type\":\"NBA\",\"max\":100},{\"value\":38,\"name\":\"盖帽\",\"type\":\"NBA\",\"max\":100},{\"value\":88,\"name\":\"三分\",\"type\":\"NBA\",\"max\":100}]","size":{"width":813,"height":397},"dataMapping":[{"mapping":"","filed":"分组"},{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/radar","timeOut":0,"option":{"radar":[{"indicator":[]}],"grid":{"bottom":115,"show":false},"legend":{"data":[]},"series":[{"data":[],"type":"radar"}],"title":{"show":true,"text":"基础雷达图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761823889047555', NULL, N'1524641995740446722', NULL, N'JRing', N'{"chartData":"[{\"value\":1048,\"name\":\"oppo\"},{\"value\":735,\"name\":\"vivo\"},{\"value\":580,\"name\":\"苹果\"},{\"value\":484,\"name\":\"小米\"},{\"value\":300,\"name\":\"三星\"}]","size":{"width":813,"height":386},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"name":"Access From","avoidLabelOverlap":false,"emphasis":{"label":{"show":true,"fontSize":"25","fontWeight":"bold"}},"label":{"show":false,"position":"center"},"labelLine":{"show":false},"type":"pie","radius":["40%","70%"]}],"tooltip":{"trigger":"item"},"title":{"show":true,"text":"基础环形图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761823889047555', NULL, N'1524641995740446722', NULL, N'JRing', N'{"chartData":"[{\"value\":1048,\"name\":\"oppo\"},{\"value\":735,\"name\":\"vivo\"},{\"value\":580,\"name\":\"苹果\"},{\"value\":484,\"name\":\"小米\"},{\"value\":300,\"name\":\"三星\"}]","size":{"width":813,"height":386},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"name":"Access From","avoidLabelOverlap":false,"emphasis":{"label":{"show":true,"fontSize":"25","fontWeight":"bold"}},"label":{"show":false,"position":"center"},"labelLine":{"show":false},"type":"pie","radius":["40%","70%"]}],"tooltip":{"trigger":"item"},"title":{"show":true,"text":"基础环形图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761823889047556', NULL, N'1524641995740446722', NULL, N'JArea', N'{"chartData":"[{\"value\":1048,\"name\":\"华为\"},{\"value\":605,\"name\":\"vivo\"},{\"value\":580,\"name\":\"oppo\"},{\"value\":484,\"name\":\"苹果\"},{\"value\":300,\"name\":\"小米\"}]","size":{"width":813,"height":386},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"xAxis":{"data":[],"boundaryGap":false},"grid":{"bottom":115},"series":[{"areaStyle":{},"data":[],"type":"line"}],"title":{"show":true,"text":"基础面积图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761823889047556', NULL, N'1524641995740446722', NULL, N'JArea', N'{"chartData":"[{\"value\":1048,\"name\":\"华为\"},{\"value\":605,\"name\":\"vivo\"},{\"value\":580,\"name\":\"oppo\"},{\"value\":484,\"name\":\"苹果\"},{\"value\":300,\"name\":\"小米\"}]","size":{"width":813,"height":386},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"xAxis":{"data":[],"boundaryGap":false},"grid":{"bottom":115},"series":[{"areaStyle":{},"data":[],"type":"line"}],"title":{"show":true,"text":"基础面积图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761823889047557', NULL, N'1524641995740446722', NULL, N'JProgress', N'{"chartData":[{"name":"内存使用率","value":50}],"size":{"width":813,"height":353},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"grid":{"show":false},"series":[{"barWidth":19,"color":"#151B87","itemStyle":{"normal":{"barBorderRadius":10}},"zlevel":1,"label":{"formatter":"{c}{a}","offset":[0,-40],"color":"black","show":true,"fontSize":24,"position":"right"}},{"barWidth":19,"color":"#eeeeee","barGap":"-100%","itemStyle":{"normal":{"barBorderRadius":10}},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础进度图","textStyle":{"color":"#464646"}}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761823889047557', NULL, N'1524641995740446722', NULL, N'JProgress', N'{"chartData":[{"name":"内存使用率","value":50}],"size":{"width":813,"height":353},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"grid":{"show":false},"series":[{"barWidth":19,"color":"#151B87","itemStyle":{"normal":{"barBorderRadius":10}},"zlevel":1,"label":{"formatter":"{c}{a}","offset":[0,-40],"color":"black","show":true,"fontSize":24,"position":"right"}},{"barWidth":19,"color":"#eeeeee","barGap":"-100%","itemStyle":{"normal":{"barBorderRadius":10}},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础进度图","textStyle":{"color":"#464646"}}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761823889047558', NULL, N'1524641995740446722', NULL, N'JFunnel', N'{"chartData":"[{\"value\":335,\"name\":\"直接访问\"},{\"value\":310,\"name\":\"邮件营销\"},{\"value\":234,\"name\":\"联盟广告\"}]","size":{"width":813,"height":353},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/funnel","timeOut":0,"option":{"grid":{"bottom":115},"legend":{"orient":"horizontal"},"series":[{"left":"10%","gap":2,"name":"Funnel","width":"80%","emphasis":{"label":{"fontSize":20}},"itemStyle":{"borderColor":"#fff","borderWidth":1},"sort":"descending","label":{"show":true,"position":"inside"},"labelLine":{"lineStyle":{"width":1,"type":"solid"},"length":10},"type":"funnel"}],"tooltip":{"formatter":"{a}
{b} : {c}%","trigger":"item"},"title":{"show":true,"text":"基础漏斗图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761823889047558', NULL, N'1524641995740446722', NULL, N'JFunnel', N'{"chartData":"[{\"value\":335,\"name\":\"直接访问\"},{\"value\":310,\"name\":\"邮件营销\"},{\"value\":234,\"name\":\"联盟广告\"}]","size":{"width":813,"height":353},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/funnel","timeOut":0,"option":{"grid":{"bottom":115},"legend":{"orient":"horizontal"},"series":[{"left":"10%","gap":2,"name":"Funnel","width":"80%","emphasis":{"label":{"fontSize":20}},"itemStyle":{"borderColor":"#fff","borderWidth":1},"sort":"descending","label":{"show":true,"position":"inside"},"labelLine":{"lineStyle":{"width":1,"type":"solid"},"length":10},"type":"funnel"}],"tooltip":{"formatter":"{a}
{b} : {c}%","trigger":"item"},"title":{"show":true,"text":"基础漏斗图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761823951962113', NULL, N'1524641995740446722', NULL, N'JPictorialBar', N'{"chartData":"[{\"name\":\"驯鹿\",\"value\":123,\"symbol\":\"path://M-22.788,24.521c2.08-0.986,3.611-3.905,4.984-5.892 c-2.686,2.782-5.047,5.884-9.102,7.312c-0.992,0.005-0.25-2.016,0.34-2.362l1.852-0.41c0.564-0.218,0.785-0.842,0.902-1.347 c2.133-0.727,4.91-4.129,6.031-6.194c1.748-0.7,4.443-0.679,5.734-2.293c1.176-1.468,0.393-3.992,1.215-6.557 c0.24-0.754,0.574-1.581,1.008-2.293c-0.611,0.011-1.348-0.061-1.959-0.608c-1.391-1.245-0.785-2.086-1.297-3.313 c1.684,0.744,2.5,2.584,4.426,2.586C-8.46,3.012-8.255,2.901-8.04,2.824c6.031-1.952,15.182-0.165,19.498-3.937 c1.15-3.933-1.24-9.846-1.229-9.938c0.008-0.062-1.314-0.004-1.803-0.258c-1.119-0.771-6.531-3.75-0.17-3.33 c0.314-0.045,0.943,0.259,1.439,0.435c-0.289-1.694-0.92-0.144-3.311-1.946c0,0-1.1-0.855-1.764-1.98 c-0.836-1.09-2.01-2.825-2.992-4.031c-1.523-2.476,1.367,0.709,1.816,1.108c1.768,1.704,1.844,3.281,3.232,3.983 c0.195,0.203,1.453,0.164,0.926-0.468c-0.525-0.632-1.367-1.278-1.775-2.341c-0.293-0.703-1.311-2.326-1.566-2.711 c-0.256-0.384-0.959-1.718-1.67-2.351c-1.047-1.187-0.268-0.902,0.521-0.07c0.789,0.834,1.537,1.821,1.672,2.023 c0.135,0.203,1.584,2.521,1.725,2.387c0.102-0.259-0.035-0.428-0.158-0.852c-0.125-0.423-0.912-2.032-0.961-2.083 c-0.357-0.852-0.566-1.908-0.598-3.333c0.4-2.375,0.648-2.486,0.549-0.705c0.014,1.143,0.031,2.215,0.602,3.247 c0.807,1.496,1.764,4.064,1.836,4.474c0.561,3.176,2.904,1.749,2.281-0.126c-0.068-0.446-0.109-2.014-0.287-2.862 c-0.18-0.849-0.219-1.688-0.113-3.056c0.066-1.389,0.232-2.055,0.277-2.299c0.285-1.023,0.4-1.088,0.408,0.135 c-0.059,0.399-0.131,1.687-0.125,2.655c0.064,0.642-0.043,1.768,0.172,2.486c0.654,1.928-0.027,3.496,1,3.514 c1.805-0.424,2.428-1.218,2.428-2.346c-0.086-0.704-0.121-0.843-0.031-1.193c0.221-0.568,0.359-0.67,0.312-0.076 c-0.055,0.287,0.031,0.533,0.082,0.794c0.264,1.197,0.912,0.114,1.283-0.782c0.15-0.238,0.539-2.154,0.545-2.522 c-0.023-0.617,0.285-0.645,0.309,0.01c0.064,0.422-0.248,2.646-0.205,2.334c-0.338,1.24-1.105,3.402-3.379,4.712 c-0.389,0.12-1.186,1.286-3.328,2.178c0,0,1.729,0.321,3.156,0.246c1.102-0.19,3.707-0.027,4.654,0.269 c1.752,0.494,1.531-0.053,4.084,0.164c2.26-0.4,2.154,2.391-1.496,3.68c-2.549,1.405-3.107,1.475-2.293,2.984 c3.484,7.906,2.865,13.183,2.193,16.466c2.41,0.271,5.732-0.62,7.301,0.725c0.506,0.333,0.648,1.866-0.457,2.86 c-4.105,2.745-9.283,7.022-13.904,7.662c-0.977-0.194,0.156-2.025,0.803-2.247l1.898-0.03c0.596-0.101,0.936-0.669,1.152-1.139 c3.16-0.404,5.045-3.775,8.246-4.818c-4.035-0.718-9.588,3.981-12.162,1.051c-5.043,1.423-11.449,1.84-15.895,1.111 c-3.105,2.687-7.934,4.021-12.115,5.866c-3.271,3.511-5.188,8.086-9.967,10.414c-0.986,0.119-0.48-1.974,0.066-2.385l1.795-0.618 C-22.995,25.682-22.849,25.035-22.788,24.521z\",\"symbolSize\":[60,60]},{\"name\":\"飞机\",\"value\":60,\"symbol\":\"path://M1.112,32.559l2.998,1.205l-2.882,2.268l-2.215-0.012L1.112,32.559z M37.803,23.96 c0.158-0.838,0.5-1.509,0.961-1.904c-0.096-0.037-0.205-0.071-0.344-0.071c-0.777-0.005-2.068-0.009-3.047-0.009 c-0.633,0-1.217,0.066-1.754,0.18l2.199,1.804H37.803z M39.738,23.036c-0.111,0-0.377,0.325-0.537,0.924h1.076 C40.115,23.361,39.854,23.036,39.738,23.036z M39.934,39.867c-0.166,0-0.674,0.705-0.674,1.986s0.506,1.986,0.674,1.986 s0.672-0.705,0.672-1.986S40.102,39.867,39.934,39.867z M38.963,38.889c-0.098-0.038-0.209-0.07-0.348-0.073 c-0.082,0-0.174,0-0.268-0.001l-7.127,4.671c0.879,0.821,2.42,1.417,4.348,1.417c0.979,0,2.27-0.006,3.047-0.01 c0.139,0,0.25-0.034,0.348-0.072c-0.646-0.555-1.07-1.643-1.07-2.967C37.891,40.529,38.316,39.441,38.963,38.889z M32.713,23.96 l-12.37-10.116l-4.693-0.004c0,0,4,8.222,4.827,10.121H32.713z M59.311,32.374c-0.248,2.104-5.305,3.172-8.018,3.172H39.629 l-25.325,16.61L9.607,52.16c0,0,6.687-8.479,7.95-10.207c1.17-1.6,3.019-3.699,3.027-6.407h-2.138 c-5.839,0-13.816-3.789-18.472-5.583c-2.818-1.085-2.396-4.04-0.031-4.04h0.039l-3.299-11.371h3.617c0,0,4.352,5.696,5.846,7.5 c2,2.416,4.503,3.678,8.228,3.87h30.727c2.17,0,4.311,0.417,6.252,1.046c3.49,1.175,5.863,2.7,7.199,4.027 C59.145,31.584,59.352,32.025,59.311,32.374z M22.069,30.408c0-0.815-0.661-1.475-1.469-1.475c-0.812,0-1.471,0.66-1.471,1.475 s0.658,1.475,1.471,1.475C21.408,31.883,22.069,31.224,22.069,30.408z M27.06,30.408c0-0.815-0.656-1.478-1.466-1.478 c-0.812,0-1.471,0.662-1.471,1.478s0.658,1.477,1.471,1.477C26.404,31.885,27.06,31.224,27.06,30.408z M32.055,30.408 c0-0.815-0.66-1.475-1.469-1.475c-0.808,0-1.466,0.66-1.466,1.475s0.658,1.475,1.466,1.475 C31.398,31.883,32.055,31.224,32.055,30.408z M37.049,30.408c0-0.815-0.658-1.478-1.467-1.478c-0.812,0-1.469,0.662-1.469,1.478 s0.656,1.477,1.469,1.477C36.389,31.885,37.049,31.224,37.049,30.408z M42.039,30.408c0-0.815-0.656-1.478-1.465-1.478 c-0.811,0-1.469,0.662-1.469,1.478s0.658,1.477,1.469,1.477C41.383,31.885,42.039,31.224,42.039,30.408z M55.479,30.565 c-0.701-0.436-1.568-0.896-2.627-1.347c-0.613,0.289-1.551,0.476-2.73,0.476c-1.527,0-1.639,2.263,0.164,2.316 C52.389,32.074,54.627,31.373,55.479,30.565z\",\"symbolSize\":[65,35]},{\"name\":\"火箭\",\"value\":25,\"symbol\":\"path://M-244.396,44.399c0,0,0.47-2.931-2.427-6.512c2.819-8.221,3.21-15.709,3.21-15.709s5.795,1.383,5.795,7.325C-237.818,39.679-244.396,44.399-244.396,44.399z M-260.371,40.827c0,0-3.881-12.946-3.881-18.319c0-2.416,0.262-4.566,0.669-6.517h17.684c0.411,1.952,0.675,4.104,0.675,6.519c0,5.291-3.87,18.317-3.87,18.317H-260.371z M-254.745,18.951c-1.99,0-3.603,1.676-3.603,3.744c0,2.068,1.612,3.744,3.603,3.744c1.988,0,3.602-1.676,3.602-3.744S-252.757,18.951-254.745,18.951z M-255.521,2.228v-5.098h1.402v4.969c1.603,1.213,5.941,5.069,7.901,12.5h-17.05C-261.373,7.373-257.245,3.558-255.521,2.228zM-265.07,44.399c0,0-6.577-4.721-6.577-14.896c0-5.942,5.794-7.325,5.794-7.325s0.393,7.488,3.211,15.708C-265.539,41.469-265.07,44.399-265.07,44.399z M-252.36,45.15l-1.176-1.22L-254.789,48l-1.487-4.069l-1.019,2.116l-1.488-3.826h8.067L-252.36,45.15z\",\"symbolSize\":[50,60]},{\"name\":\"高铁\",\"value\":18,\"symbol\":\"path://M67.335,33.596L67.335,33.596c-0.002-1.39-1.153-3.183-3.328-4.218h-9.096v-2.07h5.371 c-4.939-2.07-11.199-4.141-14.89-4.141H19.72v12.421v5.176h38.373c4.033,0,8.457-1.035,9.142-5.176h-0.027 c0.076-0.367,0.129-0.751,0.129-1.165L67.335,33.596L67.335,33.596z M27.999,30.413h-3.105v-4.141h3.105V30.413z M35.245,30.413 h-3.104v-4.141h3.104V30.413z M42.491,30.413h-3.104v-4.141h3.104V30.413z M49.736,30.413h-3.104v-4.141h3.104V30.413z M14.544,40.764c1.143,0,2.07-0.927,2.07-2.07V35.59V25.237c0-1.145-0.928-2.07-2.07-2.07H-9.265c-1.143,0-2.068,0.926-2.068,2.07 v10.351v3.105c0,1.144,0.926,2.07,2.068,2.07H14.544L14.544,40.764z M8.333,26.272h3.105v4.141H8.333V26.272z M1.087,26.272h3.105 v4.141H1.087V26.272z M-6.159,26.272h3.105v4.141h-3.105V26.272z M-9.265,41.798h69.352v1.035H-9.265V41.798z\",\"symbolSize\":[50,30]},{\"name\":\"轮船\",\"value\":12,\"symbol\":\"path://M16.678,17.086h9.854l-2.703,5.912c5.596,2.428,11.155,5.575,16.711,8.607c3.387,1.847,6.967,3.75,10.541,5.375 v-6.16l-4.197-2.763v-5.318L33.064,12.197h-11.48L20.43,15.24h-4.533l-1.266,3.286l0.781,0.345L16.678,17.086z M49.6,31.84 l0.047,1.273L27.438,20.998l0.799-1.734L49.6,31.84z M33.031,15.1l12.889,8.82l0.027,0.769L32.551,16.1L33.031,15.1z M22.377,14.045 h9.846l-1.539,3.365l-2.287-1.498h1.371l0.721-1.352h-2.023l-0.553,1.037l-0.541-0.357h-0.34l0.359-0.684h-2.025l-0.361,0.684 h-3.473L22.377,14.045z M23.695,20.678l-0.004,0.004h0.004V20.678z M24.828,18.199h-2.031l-0.719,1.358h2.029L24.828,18.199z M40.385,34.227c-12.85-7.009-25.729-14.667-38.971-12.527c1.26,8.809,9.08,16.201,8.213,24.328 c-0.553,4.062-3.111,0.828-3.303,7.137c15.799,0,32.379,0,48.166,0l0.066-4.195l1.477-7.23 C50.842,39.812,45.393,36.961,40.385,34.227z M13.99,35.954c-1.213,0-2.195-1.353-2.195-3.035c0-1.665,0.98-3.017,2.195-3.017 c1.219,0,2.195,1.352,2.195,3.017C16.186,34.604,15.213,35.954,13.99,35.954z M23.691,20.682h-2.02l-0.588,1.351h2.023 L23.691,20.682z M19.697,18.199l-0.721,1.358h2.025l0.727-1.358H19.697z\",\"symbolSize\":[50,35]},{\"name\":\"汽车\",\"value\":9,\"symbol\":\"path://M49.592,40.883c-0.053,0.354-0.139,0.697-0.268,0.963c-0.232,0.475-0.455,0.519-1.334,0.475 c-1.135-0.053-2.764,0-4.484,0.068c0,0.476,0.018,0.697,0.018,0.697c0.111,1.299,0.697,1.342,0.931,1.342h3.7 c0.326,0,0.628,0,0.861-0.154c0.301-0.196,0.43-0.772,0.543-1.78c0.017-0.146,0.025-0.336,0.033-0.56v-0.01 c0-0.068,0.008-0.154,0.008-0.25V41.58l0,0C49.6,41.348,49.6,41.09,49.592,40.883L49.592,40.883z M6.057,40.883 c0.053,0.354,0.137,0.697,0.268,0.963c0.23,0.475,0.455,0.519,1.334,0.475c1.137-0.053,2.762,0,4.484,0.068 c0,0.476-0.018,0.697-0.018,0.697c-0.111,1.299-0.697,1.342-0.93,1.342h-3.7c-0.328,0-0.602,0-0.861-0.154 c-0.309-0.18-0.43-0.772-0.541-1.78c-0.018-0.146-0.027-0.336-0.035-0.56v-0.01c0-0.068-0.008-0.154-0.008-0.25V41.58l0,0 C6.057,41.348,6.057,41.09,6.057,40.883L6.057,40.883z M49.867,32.766c0-2.642-0.344-5.224-0.482-5.507 c-0.104-0.207-0.766-0.749-2.271-1.773c-1.522-1.042-1.487-0.887-1.766-1.566c0.25-0.078,0.492-0.224,0.639-0.241 c0.326-0.034,0.345,0.274,1.023,0.274c0.68,0,2.152-0.18,2.453-0.48c0.301-0.303,0.396-0.405,0.396-0.672 c0-0.268-0.156-0.818-0.447-1.146c-0.293-0.327-1.541-0.49-2.273-0.585c-0.729-0.095-0.834,0-1.022,0.121 c-0.304,0.189-0.32,1.919-0.32,1.919l-0.713,0.018c-0.465-1.146-1.11-3.452-2.117-5.269c-1.103-1.979-2.256-2.599-2.737-2.754 c-0.474-0.146-0.904-0.249-4.131-0.576c-3.298-0.344-5.922-0.388-8.262-0.388c-2.342,0-4.967,0.052-8.264,0.388 c-3.229,0.336-3.66,0.43-4.133,0.576s-1.633,0.775-2.736,2.754c-1.006,1.816-1.652,4.123-2.117,5.269L9.87,23.109 c0,0-0.008-1.729-0.318-1.919c-0.189-0.121-0.293-0.225-1.023-0.121c-0.732,0.104-1.98,0.258-2.273,0.585 c-0.293,0.327-0.447,0.878-0.447,1.146c0,0.267,0.094,0.379,0.396,0.672c0.301,0.301,1.773,0.48,2.453,0.48 c0.68,0,0.697-0.309,1.023-0.274c0.146,0.018,0.396,0.163,0.637,0.241c-0.283,0.68-0.24,0.524-1.764,1.566 c-1.506,1.033-2.178,1.566-2.271,1.773c-0.139,0.283-0.482,2.865-0.482,5.508s0.189,5.02,0.189,5.86c0,0.354,0,0.976,0.076,1.565 c0.053,0.354,0.129,0.697,0.268,0.966c0.232,0.473,0.447,0.516,1.334,0.473c1.137-0.051,2.779,0,4.477,0.07 c1.135,0.043,2.297,0.086,3.33,0.11c2.582,0.051,1.826-0.379,2.928-0.36c1.102,0.016,5.447,0.196,9.424,0.196 c3.976,0,8.332-0.182,9.423-0.196c1.102-0.019,0.346,0.411,2.926,0.36c1.033-0.018,2.195-0.067,3.332-0.11 c1.695-0.062,3.348-0.121,4.477-0.07c0.886,0.043,1.103,0,1.332-0.473c0.132-0.269,0.218-0.611,0.269-0.966 c0.086-0.592,0.078-1.213,0.078-1.565C49.678,37.793,49.867,35.408,49.867,32.766L49.867,32.766z M13.219,19.735 c0.412-0.964,1.652-2.9,2.256-3.244c0.145-0.087,1.426-0.491,4.637-0.706c2.953-0.198,6.217-0.276,7.73-0.276 c1.513,0,4.777,0.078,7.729,0.276c3.201,0.215,4.502,0.611,4.639,0.706c0.775,0.533,1.842,2.28,2.256,3.244 c0.412,0.965,0.965,2.858,0.861,3.116c-0.104,0.258,0.104,0.388-1.291,0.275c-1.387-0.103-10.088-0.216-14.185-0.216 c-4.088,0-12.789,0.113-14.184,0.216c-1.395,0.104-1.188-0.018-1.291-0.275C12.254,22.593,12.805,20.708,13.219,19.735 L13.219,19.735z M16.385,30.511c-0.619,0.155-0.988,0.491-1.764,0.482c-0.775,0-2.867-0.353-3.314-0.371 c-0.447-0.017-0.842,0.302-1.076,0.362c-0.23,0.06-0.688-0.104-1.377-0.318c-0.688-0.216-1.092-0.155-1.316-1.094 c-0.232-0.93,0-2.264,0-2.264c1.488-0.068,2.928,0.069,5.621,0.826c2.693,0.758,4.191,2.213,4.191,2.213 S17.004,30.357,16.385,30.511L16.385,30.511z M36.629,37.293c-1.23,0.164-6.386,0.207-8.794,0.207c-2.412,0-7.566-0.051-8.799-0.207 c-1.256-0.164-2.891-1.67-1.764-2.865c1.523-1.627,1.24-1.576,4.701-2.023C24.967,32.018,27.239,32,27.834,32 c0.584,0,2.865,0.025,5.859,0.404c3.461,0.447,3.178,0.396,4.699,2.022C39.521,35.623,37.887,37.129,36.629,37.293L36.629,37.293z M48.129,29.582c-0.232,0.93-0.629,0.878-1.318,1.093c-0.688,0.216-1.145,0.371-1.377,0.319c-0.231-0.053-0.627-0.371-1.074-0.361 c-0.448,0.018-2.539,0.37-3.313,0.37c-0.772,0-1.146-0.328-1.764-0.481c-0.621-0.154-0.966-0.154-0.966-0.154 s1.49-1.464,4.191-2.213c2.693-0.758,4.131-0.895,5.621-0.826C48.129,27.309,48.361,28.643,48.129,29.582L48.129,29.582z\",\"symbolSize\":[40,30]},{\"name\":\"跑步\",\"value\":2,\"symbol\":\"path://M13.676,32.955c0.919-0.031,1.843-0.008,2.767-0.008v0.007c0.827,0,1.659,0.041,2.486-0.019 c0.417-0.028,1.118,0.325,1.14-0.545c0.014-0.637-0.156-1.279-0.873-1.367c-1.919-0.241-3.858-0.233-5.774,0.019 c-0.465,0.062-0.998,0.442-0.832,1.069C12.715,32.602,13.045,32.977,13.676,32.955z M14.108,29.013 c1.47-0.007,2.96-0.122,4.414,0.035c1.792,0.192,3.1-0.412,4.273-2.105c-3.044,0-5.882,0.014-8.719-0.01 c-0.768-0.005-1.495,0.118-1.461,1C12.642,28.731,13.329,29.014,14.108,29.013z M23.678,36.593c-0.666-0.69-1.258-1.497-2.483-1.448 c-2.341,0.095-4.689,0.051-7.035,0.012c-0.834-0.014-1.599,0.177-1.569,1.066c0.031,0.854,0.812,1.062,1.636,1.043 c1.425-0.033,2.852-0.01,4.278-0.01v-0.01c1.562,0,3.126,0.008,4.691-0.005C23.614,37.239,24.233,37.174,23.678,36.593z M32.234,42.292h-0.002c-1.075,0.793-2.589,0.345-3.821,1.048c-0.359,0.193-0.663,0.465-0.899,0.799 c-1.068,1.623-2.052,3.301-3.117,4.928c-0.625,0.961-0.386,1.805,0.409,2.395c0.844,0.628,1.874,0.617,2.548-0.299 c1.912-2.573,3.761-5.197,5.621-7.814C33.484,42.619,33.032,42.387,32.234,42.292z M43.527,28.401 c-0.688-1.575-2.012-0.831-3.121-0.895c-1.047-0.058-2.119,1.128-3.002,0.345c-0.768-0.677-1.213-1.804-1.562-2.813 c-0.45-1.305-1.495-2.225-2.329-3.583c2.953,1.139,4.729,0.077,5.592-1.322c0.99-1.61,0.718-3.725-0.627-4.967 c-1.362-1.255-3.414-1.445-4.927-0.452c-1.933,1.268-2.206,2.893-0.899,6.11c-2.098-0.659-3.835-1.654-5.682-2.383 c-0.735-0.291-1.437-1.017-2.293-0.666c-2.263,0.927-4.522,1.885-6.723,2.95c-1.357,0.658-1.649,1.593-1.076,2.638 c0.462,0.851,1.643,1.126,2.806,0.617c0.993-0.433,1.994-0.857,2.951-1.374c1.599-0.86,3.044-0.873,4.604,0.214 c1.017,0.707,0.873,1.137,0.123,1.849c-1.701,1.615-3.516,3.12-4.933,5.006c-1.042,1.388-0.993,2.817,0.255,4.011 c1.538,1.471,3.148,2.869,4.708,4.315c0.485,0.444,0.907,0.896-0.227,1.104c-1.523,0.285-3.021,0.694-4.538,1.006 c-1.109,0.225-2.02,1.259-1.83,2.16c0.223,1.07,1.548,1.756,2.687,1.487c3.003-0.712,6.008-1.413,9.032-2.044 c1.549-0.324,2.273-1.869,1.344-3.115c-0.868-1.156-1.801-2.267-2.639-3.445c-1.964-2.762-1.95-2.771,0.528-5.189 c1.394-1.357,1.379-1.351,2.437,0.417c0.461,0.769,0.854,1.703,1.99,1.613c2.238-0.181,4.407-0.755,6.564-1.331 C43.557,30.447,43.88,29.206,43.527,28.401z\",\"symbolSize\":[50,50]},{\"name\":\"步行\",\"value\":1,\"symbol\":\"path://M29.902,23.275c1.86,0,3.368-1.506,3.368-3.365c0-1.859-1.508-3.365-3.368-3.365 c-1.857,0-3.365,1.506-3.365,3.365C26.537,21.769,28.045,23.275,29.902,23.275z M36.867,30.74c-1.666-0.467-3.799-1.6-4.732-4.199 c-0.932-2.6-3.131-2.998-4.797-2.998s-7.098,3.894-7.098,3.894c-1.133,1.001-2.1,6.502-0.967,6.769 c1.133,0.269,1.266-1.533,1.934-3.599c0.666-2.065,3.797-3.466,3.797-3.466s0.201,2.467-0.398,3.866 c-0.599,1.399-1.133,2.866-1.467,6.198s-1.6,3.665-3.799,6.266c-2.199,2.598-0.6,3.797,0.398,3.664 c1.002-0.133,5.865-5.598,6.398-6.998c0.533-1.397,0.668-3.732,0.668-3.732s0,0,2.199,1.867c2.199,1.865,2.332,4.6,2.998,7.73 s2.332,0.934,2.332-0.467c0-1.401,0.269-5.465-1-7.064c-1.265-1.6-3.73-3.465-3.73-5.265s1.199-3.732,1.199-3.732 c0.332,1.667,3.335,3.065,5.599,3.399C38.668,33.206,38.533,31.207,36.867,30.74z\",\"symbolSize\":[40,50]}]","size":{"width":813,"height":408},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/pictogram","timeOut":0,"option":{"grid":{"bottom":115},"series":[],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"象形柱图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761823951962113', NULL, N'1524641995740446722', NULL, N'JPictorialBar', N'{"chartData":"[{\"name\":\"驯鹿\",\"value\":123,\"symbol\":\"path://M-22.788,24.521c2.08-0.986,3.611-3.905,4.984-5.892 c-2.686,2.782-5.047,5.884-9.102,7.312c-0.992,0.005-0.25-2.016,0.34-2.362l1.852-0.41c0.564-0.218,0.785-0.842,0.902-1.347 c2.133-0.727,4.91-4.129,6.031-6.194c1.748-0.7,4.443-0.679,5.734-2.293c1.176-1.468,0.393-3.992,1.215-6.557 c0.24-0.754,0.574-1.581,1.008-2.293c-0.611,0.011-1.348-0.061-1.959-0.608c-1.391-1.245-0.785-2.086-1.297-3.313 c1.684,0.744,2.5,2.584,4.426,2.586C-8.46,3.012-8.255,2.901-8.04,2.824c6.031-1.952,15.182-0.165,19.498-3.937 c1.15-3.933-1.24-9.846-1.229-9.938c0.008-0.062-1.314-0.004-1.803-0.258c-1.119-0.771-6.531-3.75-0.17-3.33 c0.314-0.045,0.943,0.259,1.439,0.435c-0.289-1.694-0.92-0.144-3.311-1.946c0,0-1.1-0.855-1.764-1.98 c-0.836-1.09-2.01-2.825-2.992-4.031c-1.523-2.476,1.367,0.709,1.816,1.108c1.768,1.704,1.844,3.281,3.232,3.983 c0.195,0.203,1.453,0.164,0.926-0.468c-0.525-0.632-1.367-1.278-1.775-2.341c-0.293-0.703-1.311-2.326-1.566-2.711 c-0.256-0.384-0.959-1.718-1.67-2.351c-1.047-1.187-0.268-0.902,0.521-0.07c0.789,0.834,1.537,1.821,1.672,2.023 c0.135,0.203,1.584,2.521,1.725,2.387c0.102-0.259-0.035-0.428-0.158-0.852c-0.125-0.423-0.912-2.032-0.961-2.083 c-0.357-0.852-0.566-1.908-0.598-3.333c0.4-2.375,0.648-2.486,0.549-0.705c0.014,1.143,0.031,2.215,0.602,3.247 c0.807,1.496,1.764,4.064,1.836,4.474c0.561,3.176,2.904,1.749,2.281-0.126c-0.068-0.446-0.109-2.014-0.287-2.862 c-0.18-0.849-0.219-1.688-0.113-3.056c0.066-1.389,0.232-2.055,0.277-2.299c0.285-1.023,0.4-1.088,0.408,0.135 c-0.059,0.399-0.131,1.687-0.125,2.655c0.064,0.642-0.043,1.768,0.172,2.486c0.654,1.928-0.027,3.496,1,3.514 c1.805-0.424,2.428-1.218,2.428-2.346c-0.086-0.704-0.121-0.843-0.031-1.193c0.221-0.568,0.359-0.67,0.312-0.076 c-0.055,0.287,0.031,0.533,0.082,0.794c0.264,1.197,0.912,0.114,1.283-0.782c0.15-0.238,0.539-2.154,0.545-2.522 c-0.023-0.617,0.285-0.645,0.309,0.01c0.064,0.422-0.248,2.646-0.205,2.334c-0.338,1.24-1.105,3.402-3.379,4.712 c-0.389,0.12-1.186,1.286-3.328,2.178c0,0,1.729,0.321,3.156,0.246c1.102-0.19,3.707-0.027,4.654,0.269 c1.752,0.494,1.531-0.053,4.084,0.164c2.26-0.4,2.154,2.391-1.496,3.68c-2.549,1.405-3.107,1.475-2.293,2.984 c3.484,7.906,2.865,13.183,2.193,16.466c2.41,0.271,5.732-0.62,7.301,0.725c0.506,0.333,0.648,1.866-0.457,2.86 c-4.105,2.745-9.283,7.022-13.904,7.662c-0.977-0.194,0.156-2.025,0.803-2.247l1.898-0.03c0.596-0.101,0.936-0.669,1.152-1.139 c3.16-0.404,5.045-3.775,8.246-4.818c-4.035-0.718-9.588,3.981-12.162,1.051c-5.043,1.423-11.449,1.84-15.895,1.111 c-3.105,2.687-7.934,4.021-12.115,5.866c-3.271,3.511-5.188,8.086-9.967,10.414c-0.986,0.119-0.48-1.974,0.066-2.385l1.795-0.618 C-22.995,25.682-22.849,25.035-22.788,24.521z\",\"symbolSize\":[60,60]},{\"name\":\"飞机\",\"value\":60,\"symbol\":\"path://M1.112,32.559l2.998,1.205l-2.882,2.268l-2.215-0.012L1.112,32.559z M37.803,23.96 c0.158-0.838,0.5-1.509,0.961-1.904c-0.096-0.037-0.205-0.071-0.344-0.071c-0.777-0.005-2.068-0.009-3.047-0.009 c-0.633,0-1.217,0.066-1.754,0.18l2.199,1.804H37.803z M39.738,23.036c-0.111,0-0.377,0.325-0.537,0.924h1.076 C40.115,23.361,39.854,23.036,39.738,23.036z M39.934,39.867c-0.166,0-0.674,0.705-0.674,1.986s0.506,1.986,0.674,1.986 s0.672-0.705,0.672-1.986S40.102,39.867,39.934,39.867z M38.963,38.889c-0.098-0.038-0.209-0.07-0.348-0.073 c-0.082,0-0.174,0-0.268-0.001l-7.127,4.671c0.879,0.821,2.42,1.417,4.348,1.417c0.979,0,2.27-0.006,3.047-0.01 c0.139,0,0.25-0.034,0.348-0.072c-0.646-0.555-1.07-1.643-1.07-2.967C37.891,40.529,38.316,39.441,38.963,38.889z M32.713,23.96 l-12.37-10.116l-4.693-0.004c0,0,4,8.222,4.827,10.121H32.713z M59.311,32.374c-0.248,2.104-5.305,3.172-8.018,3.172H39.629 l-25.325,16.61L9.607,52.16c0,0,6.687-8.479,7.95-10.207c1.17-1.6,3.019-3.699,3.027-6.407h-2.138 c-5.839,0-13.816-3.789-18.472-5.583c-2.818-1.085-2.396-4.04-0.031-4.04h0.039l-3.299-11.371h3.617c0,0,4.352,5.696,5.846,7.5 c2,2.416,4.503,3.678,8.228,3.87h30.727c2.17,0,4.311,0.417,6.252,1.046c3.49,1.175,5.863,2.7,7.199,4.027 C59.145,31.584,59.352,32.025,59.311,32.374z M22.069,30.408c0-0.815-0.661-1.475-1.469-1.475c-0.812,0-1.471,0.66-1.471,1.475 s0.658,1.475,1.471,1.475C21.408,31.883,22.069,31.224,22.069,30.408z M27.06,30.408c0-0.815-0.656-1.478-1.466-1.478 c-0.812,0-1.471,0.662-1.471,1.478s0.658,1.477,1.471,1.477C26.404,31.885,27.06,31.224,27.06,30.408z M32.055,30.408 c0-0.815-0.66-1.475-1.469-1.475c-0.808,0-1.466,0.66-1.466,1.475s0.658,1.475,1.466,1.475 C31.398,31.883,32.055,31.224,32.055,30.408z M37.049,30.408c0-0.815-0.658-1.478-1.467-1.478c-0.812,0-1.469,0.662-1.469,1.478 s0.656,1.477,1.469,1.477C36.389,31.885,37.049,31.224,37.049,30.408z M42.039,30.408c0-0.815-0.656-1.478-1.465-1.478 c-0.811,0-1.469,0.662-1.469,1.478s0.658,1.477,1.469,1.477C41.383,31.885,42.039,31.224,42.039,30.408z M55.479,30.565 c-0.701-0.436-1.568-0.896-2.627-1.347c-0.613,0.289-1.551,0.476-2.73,0.476c-1.527,0-1.639,2.263,0.164,2.316 C52.389,32.074,54.627,31.373,55.479,30.565z\",\"symbolSize\":[65,35]},{\"name\":\"火箭\",\"value\":25,\"symbol\":\"path://M-244.396,44.399c0,0,0.47-2.931-2.427-6.512c2.819-8.221,3.21-15.709,3.21-15.709s5.795,1.383,5.795,7.325C-237.818,39.679-244.396,44.399-244.396,44.399z M-260.371,40.827c0,0-3.881-12.946-3.881-18.319c0-2.416,0.262-4.566,0.669-6.517h17.684c0.411,1.952,0.675,4.104,0.675,6.519c0,5.291-3.87,18.317-3.87,18.317H-260.371z M-254.745,18.951c-1.99,0-3.603,1.676-3.603,3.744c0,2.068,1.612,3.744,3.603,3.744c1.988,0,3.602-1.676,3.602-3.744S-252.757,18.951-254.745,18.951z M-255.521,2.228v-5.098h1.402v4.969c1.603,1.213,5.941,5.069,7.901,12.5h-17.05C-261.373,7.373-257.245,3.558-255.521,2.228zM-265.07,44.399c0,0-6.577-4.721-6.577-14.896c0-5.942,5.794-7.325,5.794-7.325s0.393,7.488,3.211,15.708C-265.539,41.469-265.07,44.399-265.07,44.399z M-252.36,45.15l-1.176-1.22L-254.789,48l-1.487-4.069l-1.019,2.116l-1.488-3.826h8.067L-252.36,45.15z\",\"symbolSize\":[50,60]},{\"name\":\"高铁\",\"value\":18,\"symbol\":\"path://M67.335,33.596L67.335,33.596c-0.002-1.39-1.153-3.183-3.328-4.218h-9.096v-2.07h5.371 c-4.939-2.07-11.199-4.141-14.89-4.141H19.72v12.421v5.176h38.373c4.033,0,8.457-1.035,9.142-5.176h-0.027 c0.076-0.367,0.129-0.751,0.129-1.165L67.335,33.596L67.335,33.596z M27.999,30.413h-3.105v-4.141h3.105V30.413z M35.245,30.413 h-3.104v-4.141h3.104V30.413z M42.491,30.413h-3.104v-4.141h3.104V30.413z M49.736,30.413h-3.104v-4.141h3.104V30.413z M14.544,40.764c1.143,0,2.07-0.927,2.07-2.07V35.59V25.237c0-1.145-0.928-2.07-2.07-2.07H-9.265c-1.143,0-2.068,0.926-2.068,2.07 v10.351v3.105c0,1.144,0.926,2.07,2.068,2.07H14.544L14.544,40.764z M8.333,26.272h3.105v4.141H8.333V26.272z M1.087,26.272h3.105 v4.141H1.087V26.272z M-6.159,26.272h3.105v4.141h-3.105V26.272z M-9.265,41.798h69.352v1.035H-9.265V41.798z\",\"symbolSize\":[50,30]},{\"name\":\"轮船\",\"value\":12,\"symbol\":\"path://M16.678,17.086h9.854l-2.703,5.912c5.596,2.428,11.155,5.575,16.711,8.607c3.387,1.847,6.967,3.75,10.541,5.375 v-6.16l-4.197-2.763v-5.318L33.064,12.197h-11.48L20.43,15.24h-4.533l-1.266,3.286l0.781,0.345L16.678,17.086z M49.6,31.84 l0.047,1.273L27.438,20.998l0.799-1.734L49.6,31.84z M33.031,15.1l12.889,8.82l0.027,0.769L32.551,16.1L33.031,15.1z M22.377,14.045 h9.846l-1.539,3.365l-2.287-1.498h1.371l0.721-1.352h-2.023l-0.553,1.037l-0.541-0.357h-0.34l0.359-0.684h-2.025l-0.361,0.684 h-3.473L22.377,14.045z M23.695,20.678l-0.004,0.004h0.004V20.678z M24.828,18.199h-2.031l-0.719,1.358h2.029L24.828,18.199z M40.385,34.227c-12.85-7.009-25.729-14.667-38.971-12.527c1.26,8.809,9.08,16.201,8.213,24.328 c-0.553,4.062-3.111,0.828-3.303,7.137c15.799,0,32.379,0,48.166,0l0.066-4.195l1.477-7.23 C50.842,39.812,45.393,36.961,40.385,34.227z M13.99,35.954c-1.213,0-2.195-1.353-2.195-3.035c0-1.665,0.98-3.017,2.195-3.017 c1.219,0,2.195,1.352,2.195,3.017C16.186,34.604,15.213,35.954,13.99,35.954z M23.691,20.682h-2.02l-0.588,1.351h2.023 L23.691,20.682z M19.697,18.199l-0.721,1.358h2.025l0.727-1.358H19.697z\",\"symbolSize\":[50,35]},{\"name\":\"汽车\",\"value\":9,\"symbol\":\"path://M49.592,40.883c-0.053,0.354-0.139,0.697-0.268,0.963c-0.232,0.475-0.455,0.519-1.334,0.475 c-1.135-0.053-2.764,0-4.484,0.068c0,0.476,0.018,0.697,0.018,0.697c0.111,1.299,0.697,1.342,0.931,1.342h3.7 c0.326,0,0.628,0,0.861-0.154c0.301-0.196,0.43-0.772,0.543-1.78c0.017-0.146,0.025-0.336,0.033-0.56v-0.01 c0-0.068,0.008-0.154,0.008-0.25V41.58l0,0C49.6,41.348,49.6,41.09,49.592,40.883L49.592,40.883z M6.057,40.883 c0.053,0.354,0.137,0.697,0.268,0.963c0.23,0.475,0.455,0.519,1.334,0.475c1.137-0.053,2.762,0,4.484,0.068 c0,0.476-0.018,0.697-0.018,0.697c-0.111,1.299-0.697,1.342-0.93,1.342h-3.7c-0.328,0-0.602,0-0.861-0.154 c-0.309-0.18-0.43-0.772-0.541-1.78c-0.018-0.146-0.027-0.336-0.035-0.56v-0.01c0-0.068-0.008-0.154-0.008-0.25V41.58l0,0 C6.057,41.348,6.057,41.09,6.057,40.883L6.057,40.883z M49.867,32.766c0-2.642-0.344-5.224-0.482-5.507 c-0.104-0.207-0.766-0.749-2.271-1.773c-1.522-1.042-1.487-0.887-1.766-1.566c0.25-0.078,0.492-0.224,0.639-0.241 c0.326-0.034,0.345,0.274,1.023,0.274c0.68,0,2.152-0.18,2.453-0.48c0.301-0.303,0.396-0.405,0.396-0.672 c0-0.268-0.156-0.818-0.447-1.146c-0.293-0.327-1.541-0.49-2.273-0.585c-0.729-0.095-0.834,0-1.022,0.121 c-0.304,0.189-0.32,1.919-0.32,1.919l-0.713,0.018c-0.465-1.146-1.11-3.452-2.117-5.269c-1.103-1.979-2.256-2.599-2.737-2.754 c-0.474-0.146-0.904-0.249-4.131-0.576c-3.298-0.344-5.922-0.388-8.262-0.388c-2.342,0-4.967,0.052-8.264,0.388 c-3.229,0.336-3.66,0.43-4.133,0.576s-1.633,0.775-2.736,2.754c-1.006,1.816-1.652,4.123-2.117,5.269L9.87,23.109 c0,0-0.008-1.729-0.318-1.919c-0.189-0.121-0.293-0.225-1.023-0.121c-0.732,0.104-1.98,0.258-2.273,0.585 c-0.293,0.327-0.447,0.878-0.447,1.146c0,0.267,0.094,0.379,0.396,0.672c0.301,0.301,1.773,0.48,2.453,0.48 c0.68,0,0.697-0.309,1.023-0.274c0.146,0.018,0.396,0.163,0.637,0.241c-0.283,0.68-0.24,0.524-1.764,1.566 c-1.506,1.033-2.178,1.566-2.271,1.773c-0.139,0.283-0.482,2.865-0.482,5.508s0.189,5.02,0.189,5.86c0,0.354,0,0.976,0.076,1.565 c0.053,0.354,0.129,0.697,0.268,0.966c0.232,0.473,0.447,0.516,1.334,0.473c1.137-0.051,2.779,0,4.477,0.07 c1.135,0.043,2.297,0.086,3.33,0.11c2.582,0.051,1.826-0.379,2.928-0.36c1.102,0.016,5.447,0.196,9.424,0.196 c3.976,0,8.332-0.182,9.423-0.196c1.102-0.019,0.346,0.411,2.926,0.36c1.033-0.018,2.195-0.067,3.332-0.11 c1.695-0.062,3.348-0.121,4.477-0.07c0.886,0.043,1.103,0,1.332-0.473c0.132-0.269,0.218-0.611,0.269-0.966 c0.086-0.592,0.078-1.213,0.078-1.565C49.678,37.793,49.867,35.408,49.867,32.766L49.867,32.766z M13.219,19.735 c0.412-0.964,1.652-2.9,2.256-3.244c0.145-0.087,1.426-0.491,4.637-0.706c2.953-0.198,6.217-0.276,7.73-0.276 c1.513,0,4.777,0.078,7.729,0.276c3.201,0.215,4.502,0.611,4.639,0.706c0.775,0.533,1.842,2.28,2.256,3.244 c0.412,0.965,0.965,2.858,0.861,3.116c-0.104,0.258,0.104,0.388-1.291,0.275c-1.387-0.103-10.088-0.216-14.185-0.216 c-4.088,0-12.789,0.113-14.184,0.216c-1.395,0.104-1.188-0.018-1.291-0.275C12.254,22.593,12.805,20.708,13.219,19.735 L13.219,19.735z M16.385,30.511c-0.619,0.155-0.988,0.491-1.764,0.482c-0.775,0-2.867-0.353-3.314-0.371 c-0.447-0.017-0.842,0.302-1.076,0.362c-0.23,0.06-0.688-0.104-1.377-0.318c-0.688-0.216-1.092-0.155-1.316-1.094 c-0.232-0.93,0-2.264,0-2.264c1.488-0.068,2.928,0.069,5.621,0.826c2.693,0.758,4.191,2.213,4.191,2.213 S17.004,30.357,16.385,30.511L16.385,30.511z M36.629,37.293c-1.23,0.164-6.386,0.207-8.794,0.207c-2.412,0-7.566-0.051-8.799-0.207 c-1.256-0.164-2.891-1.67-1.764-2.865c1.523-1.627,1.24-1.576,4.701-2.023C24.967,32.018,27.239,32,27.834,32 c0.584,0,2.865,0.025,5.859,0.404c3.461,0.447,3.178,0.396,4.699,2.022C39.521,35.623,37.887,37.129,36.629,37.293L36.629,37.293z M48.129,29.582c-0.232,0.93-0.629,0.878-1.318,1.093c-0.688,0.216-1.145,0.371-1.377,0.319c-0.231-0.053-0.627-0.371-1.074-0.361 c-0.448,0.018-2.539,0.37-3.313,0.37c-0.772,0-1.146-0.328-1.764-0.481c-0.621-0.154-0.966-0.154-0.966-0.154 s1.49-1.464,4.191-2.213c2.693-0.758,4.131-0.895,5.621-0.826C48.129,27.309,48.361,28.643,48.129,29.582L48.129,29.582z\",\"symbolSize\":[40,30]},{\"name\":\"跑步\",\"value\":2,\"symbol\":\"path://M13.676,32.955c0.919-0.031,1.843-0.008,2.767-0.008v0.007c0.827,0,1.659,0.041,2.486-0.019 c0.417-0.028,1.118,0.325,1.14-0.545c0.014-0.637-0.156-1.279-0.873-1.367c-1.919-0.241-3.858-0.233-5.774,0.019 c-0.465,0.062-0.998,0.442-0.832,1.069C12.715,32.602,13.045,32.977,13.676,32.955z M14.108,29.013 c1.47-0.007,2.96-0.122,4.414,0.035c1.792,0.192,3.1-0.412,4.273-2.105c-3.044,0-5.882,0.014-8.719-0.01 c-0.768-0.005-1.495,0.118-1.461,1C12.642,28.731,13.329,29.014,14.108,29.013z M23.678,36.593c-0.666-0.69-1.258-1.497-2.483-1.448 c-2.341,0.095-4.689,0.051-7.035,0.012c-0.834-0.014-1.599,0.177-1.569,1.066c0.031,0.854,0.812,1.062,1.636,1.043 c1.425-0.033,2.852-0.01,4.278-0.01v-0.01c1.562,0,3.126,0.008,4.691-0.005C23.614,37.239,24.233,37.174,23.678,36.593z M32.234,42.292h-0.002c-1.075,0.793-2.589,0.345-3.821,1.048c-0.359,0.193-0.663,0.465-0.899,0.799 c-1.068,1.623-2.052,3.301-3.117,4.928c-0.625,0.961-0.386,1.805,0.409,2.395c0.844,0.628,1.874,0.617,2.548-0.299 c1.912-2.573,3.761-5.197,5.621-7.814C33.484,42.619,33.032,42.387,32.234,42.292z M43.527,28.401 c-0.688-1.575-2.012-0.831-3.121-0.895c-1.047-0.058-2.119,1.128-3.002,0.345c-0.768-0.677-1.213-1.804-1.562-2.813 c-0.45-1.305-1.495-2.225-2.329-3.583c2.953,1.139,4.729,0.077,5.592-1.322c0.99-1.61,0.718-3.725-0.627-4.967 c-1.362-1.255-3.414-1.445-4.927-0.452c-1.933,1.268-2.206,2.893-0.899,6.11c-2.098-0.659-3.835-1.654-5.682-2.383 c-0.735-0.291-1.437-1.017-2.293-0.666c-2.263,0.927-4.522,1.885-6.723,2.95c-1.357,0.658-1.649,1.593-1.076,2.638 c0.462,0.851,1.643,1.126,2.806,0.617c0.993-0.433,1.994-0.857,2.951-1.374c1.599-0.86,3.044-0.873,4.604,0.214 c1.017,0.707,0.873,1.137,0.123,1.849c-1.701,1.615-3.516,3.12-4.933,5.006c-1.042,1.388-0.993,2.817,0.255,4.011 c1.538,1.471,3.148,2.869,4.708,4.315c0.485,0.444,0.907,0.896-0.227,1.104c-1.523,0.285-3.021,0.694-4.538,1.006 c-1.109,0.225-2.02,1.259-1.83,2.16c0.223,1.07,1.548,1.756,2.687,1.487c3.003-0.712,6.008-1.413,9.032-2.044 c1.549-0.324,2.273-1.869,1.344-3.115c-0.868-1.156-1.801-2.267-2.639-3.445c-1.964-2.762-1.95-2.771,0.528-5.189 c1.394-1.357,1.379-1.351,2.437,0.417c0.461,0.769,0.854,1.703,1.99,1.613c2.238-0.181,4.407-0.755,6.564-1.331 C43.557,30.447,43.88,29.206,43.527,28.401z\",\"symbolSize\":[50,50]},{\"name\":\"步行\",\"value\":1,\"symbol\":\"path://M29.902,23.275c1.86,0,3.368-1.506,3.368-3.365c0-1.859-1.508-3.365-3.368-3.365 c-1.857,0-3.365,1.506-3.365,3.365C26.537,21.769,28.045,23.275,29.902,23.275z M36.867,30.74c-1.666-0.467-3.799-1.6-4.732-4.199 c-0.932-2.6-3.131-2.998-4.797-2.998s-7.098,3.894-7.098,3.894c-1.133,1.001-2.1,6.502-0.967,6.769 c1.133,0.269,1.266-1.533,1.934-3.599c0.666-2.065,3.797-3.466,3.797-3.466s0.201,2.467-0.398,3.866 c-0.599,1.399-1.133,2.866-1.467,6.198s-1.6,3.665-3.799,6.266c-2.199,2.598-0.6,3.797,0.398,3.664 c1.002-0.133,5.865-5.598,6.398-6.998c0.533-1.397,0.668-3.732,0.668-3.732s0,0,2.199,1.867c2.199,1.865,2.332,4.6,2.998,7.73 s2.332,0.934,2.332-0.467c0-1.401,0.269-5.465-1-7.064c-1.265-1.6-3.73-3.465-3.73-5.265s1.199-3.732,1.199-3.732 c0.332,1.667,3.335,3.065,5.599,3.399C38.668,33.206,38.533,31.207,36.867,30.74z\",\"symbolSize\":[40,50]}]","size":{"width":813,"height":408},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/pictogram","timeOut":0,"option":{"grid":{"bottom":115},"series":[],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"象形柱图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761823951962114', NULL, N'1524641995740446722', NULL, N'JGauge', N'{"chartData":"[{\"min\":1,\"max\":10,\"label\":\"名称\",\"value\":4,\"unit\":\"%\"}]","size":{"width":813,"height":408},"dataMapping":[{"mapping":"","filed":"名称"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/gauge","timeOut":0,"option":{"grid":{"bottom":115},"series":[{"axisLabel":{"show":true,"fontSize":12},"data":[],"splitLine":{"lineStyle":{"color":"#eee","width":4},"length":12},"axisTick":{"lineStyle":{"color":"#eee"},"show":true},"progress":{"show":true},"detail":{"formatter":"{value}","fontSize":25},"type":"gauge"}],"tooltip":{"formatter":"{a}
{b} : {c}%"},"title":{"text":"标准仪表盘"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761823951962114', NULL, N'1524641995740446722', NULL, N'JGauge', N'{"chartData":"[{\"min\":1,\"max\":10,\"label\":\"名称\",\"value\":4,\"unit\":\"%\"}]","size":{"width":813,"height":408},"dataMapping":[{"mapping":"","filed":"名称"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/gauge","timeOut":0,"option":{"grid":{"bottom":115},"series":[{"axisLabel":{"show":true,"fontSize":12},"data":[],"splitLine":{"lineStyle":{"color":"#eee","width":4},"length":12},"axisTick":{"lineStyle":{"color":"#eee"},"show":true},"progress":{"show":true},"detail":{"formatter":"{value}","fontSize":25},"type":"gauge"}],"tooltip":{"formatter":"{a}
{b} : {c}%"},"title":{"text":"标准仪表盘"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761823951962115', NULL, N'1524641995740446722', NULL, N'JColorGauge', N'{"chartData":"[{\"name\":\"使用率\",\"value\":4,\"unit\":\"%\"}]","size":{"width":813,"height":518},"dataMapping":[{"mapping":"","filed":"名称"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/gauge","timeOut":0,"option":{"series":[{"axisLabel":{"show":true,"fontSize":12},"pointer":{"width":8},"axisLine":{"lineStyle":{"color":[[0.25,"#FF6E76"],[0.5,"#FDDD60"],[1,"#58D9F9"]],"width":10}},"anchor":{"itemStyle":{"color":"#FAC858"}},"splitLine":{"lineStyle":{"color":"#eee","width":4},"length":12},"axisTick":{"lineStyle":{"color":"#eee"},"show":true},"title":{"fontSize":14}}],"tooltip":{"formatter":"{a}
{b} : {c}%"},"title":{"text":"多色仪表盘"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761823951962115', NULL, N'1524641995740446722', NULL, N'JColorGauge', N'{"chartData":"[{\"name\":\"使用率\",\"value\":4,\"unit\":\"%\"}]","size":{"width":813,"height":518},"dataMapping":[{"mapping":"","filed":"名称"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/gauge","timeOut":0,"option":{"series":[{"axisLabel":{"show":true,"fontSize":12},"pointer":{"width":8},"axisLine":{"lineStyle":{"color":[[0.25,"#FF6E76"],[0.5,"#FDDD60"],[1,"#58D9F9"]],"width":10}},"anchor":{"itemStyle":{"color":"#FAC858"}},"splitLine":{"lineStyle":{"color":"#eee","width":4},"length":12},"axisTick":{"lineStyle":{"color":"#eee"},"show":true},"title":{"fontSize":14}}],"tooltip":{"formatter":"{a}
{b} : {c}%"},"title":{"text":"多色仪表盘"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761823951962116', NULL, N'1524641995740446722', NULL, N'JTabs', N'{"size":{"width":813,"height":518},"w":12,"h":40,"option":{"title":"选项卡"},"child":[{"component":"JBar","w":12,"x":0,"h":42,"i":"53be7509-a4fe-417c-b1c4-d699e6c901e4","title":"柱形图","config":{"chartData":"[{\"name\":\"苹果\",\"value\":1000879,\"type\":\"手机品牌\"},{\"name\":\"三星\",\"value\":3400879,\"type\":\"手机品牌\"},{\"name\":\"小米\",\"value\":2300879,\"type\":\"手机品牌\"},{\"name\":\"oppo\",\"value\":5400879,\"type\":\"手机品牌\"},{\"name\":\"vivo\",\"value\":3400879,\"type\":\"手机品牌\"}]","paddingBottom":90,"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"bottom":115,"show":false},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180, 180, 180, 0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}},{"h":42,"index":0,"i":"634b775d-46dc-4a0f-8fe6-29abcebc148e","title":"雷达图","horizontal":false,"component":"JRadar","size":10,"w":12,"x":0,"text":"0.042","id":"b5fb856d-72b1-4f9a-80d9-79907ecbbe4d","config":{"chartData":[{"max":100,"name":"得分","type":"NBA","value":75},{"max":100,"name":"篮板","type":"NBA","value":65},{"max":100,"name":"防守","type":"NBA","value":55},{"max":100,"name":"失误","type":"NBA","value":74},{"max":100,"name":"盖帽","type":"NBA","value":38},{"max":100,"name":"三分","type":"NBA","value":88}],"paddingBottom":90,"dataMapping":[{"mapping":"","filed":"分组"},{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/radar","timeOut":0,"option":{"radar":[{"indicator":[]}],"grid":{"bottom":115,"show":false},"legend":{"data":[]},"series":[{"data":[],"type":"radar"}],"title":{"show":true,"text":"基础雷达图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}},"child":[]},{"h":42,"index":0,"i":"33070b19-1b6f-47b3-8184-9ad437e52a3e","title":"表格","horizontal":false,"component":"JCommonTable","size":10,"w":12,"x":0,"text":"0.042","id":"03399fae-2199-42d4-8637-910aaa97c20f","config":{"chartData":"[{\"name\":\"4月\",\"value\":50},{\"name\":\"2月\",\"value\":200},{\"name\":\"3月\",\"value\":300},{\"name\":\"4月\",\"value\":400},{\"name\":\"5月\",\"value\":50},{\"name\":\"6月\",\"value\":120}]","paddingBottom":90,"w":24,"dataType":1,"h":42,"linkageConfig":[],"timeOut":0,"option":{}},"child":[]}]}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761823951962116', NULL, N'1524641995740446722', NULL, N'JTabs', N'{"size":{"width":813,"height":518},"w":12,"h":40,"option":{"title":"选项卡"},"child":[{"component":"JBar","w":12,"x":0,"h":42,"i":"53be7509-a4fe-417c-b1c4-d699e6c901e4","title":"柱形图","config":{"chartData":"[{\"name\":\"苹果\",\"value\":1000879,\"type\":\"手机品牌\"},{\"name\":\"三星\",\"value\":3400879,\"type\":\"手机品牌\"},{\"name\":\"小米\",\"value\":2300879,\"type\":\"手机品牌\"},{\"name\":\"oppo\",\"value\":5400879,\"type\":\"手机品牌\"},{\"name\":\"vivo\",\"value\":3400879,\"type\":\"手机品牌\"}]","paddingBottom":90,"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"bottom":115,"show":false},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180, 180, 180, 0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}},{"h":42,"index":0,"i":"634b775d-46dc-4a0f-8fe6-29abcebc148e","title":"雷达图","horizontal":false,"component":"JRadar","size":10,"w":12,"x":0,"text":"0.042","id":"b5fb856d-72b1-4f9a-80d9-79907ecbbe4d","config":{"chartData":[{"max":100,"name":"得分","type":"NBA","value":75},{"max":100,"name":"篮板","type":"NBA","value":65},{"max":100,"name":"防守","type":"NBA","value":55},{"max":100,"name":"失误","type":"NBA","value":74},{"max":100,"name":"盖帽","type":"NBA","value":38},{"max":100,"name":"三分","type":"NBA","value":88}],"paddingBottom":90,"dataMapping":[{"mapping":"","filed":"分组"},{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/radar","timeOut":0,"option":{"radar":[{"indicator":[]}],"grid":{"bottom":115,"show":false},"legend":{"data":[]},"series":[{"data":[],"type":"radar"}],"title":{"show":true,"text":"基础雷达图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}},"child":[]},{"h":42,"index":0,"i":"33070b19-1b6f-47b3-8184-9ad437e52a3e","title":"表格","horizontal":false,"component":"JCommonTable","size":10,"w":12,"x":0,"text":"0.042","id":"03399fae-2199-42d4-8637-910aaa97c20f","config":{"chartData":"[{\"name\":\"4月\",\"value\":50},{\"name\":\"2月\",\"value\":200},{\"name\":\"3月\",\"value\":300},{\"name\":\"4月\",\"value\":400},{\"name\":\"5月\",\"value\":50},{\"name\":\"6月\",\"value\":120}]","paddingBottom":90,"w":24,"dataType":1,"h":42,"linkageConfig":[],"timeOut":0,"option":{}},"child":[]}]}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761823951962117', NULL, N'1524641995740446722', NULL, N'JGrid', N'{"size":{"width":1632,"height":400},"w":12,"h":40,"option":{"card":{"rightHref":"","size":"default","extra":"","title":""}},"child":[{"h":42,"i":"039463e0-4ab8-4a7c-ab62-1cc66da41654","title":"标题","parentId":"ed8dfb23-63c9-4d3d-8bef-aad3a5de4cc4","horizontal":false,"component":"JRing","size":10,"w":12,"x":0,"text":"0.042","id":"ca5d3493-7720-4ae8-827d-ae83d91d175a","config":{"dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"智慧社区_年龄分部","query":[],"dataSetApi":"http://api.jeecg.com/mock/51/age","drillData":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"value\":1048,\"name\":\"oppo\"},{\"value\":735,\"name\":\"vivo\"},{\"value\":580,\"name\":\"苹果\"},{\"value\":484,\"name\":\"小米\"},{\"value\":300,\"name\":\"三星\"}]","paddingBottom":90,"dataSetId":"1522184215045615618","fieldOption":[{"label":"value","text":"value","value":"value"},{"label":"name","text":"name","value":"name"}],"dataSetType":"api","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"name":"Access From","avoidLabelOverlap":false,"emphasis":{"label":{"show":true,"fontSize":"25","fontWeight":"bold"}},"label":{"show":false,"position":"center"},"labelLine":{"show":false},"type":"pie","radius":["40%","70%"]}],"tooltip":{"trigger":"item"},"title":{"show":false,"text":"基础环形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}},"span":"8","child":[]},{"h":42,"i":"17a02601-f044-47e9-a2d1-da1a31551742","title":"标题","parentId":"ed8dfb23-63c9-4d3d-8bef-aad3a5de4cc4","horizontal":false,"component":"JList","size":10,"w":12,"x":0,"text":"0.042","id":"404465d9-8b7d-483b-9bde-9b6492cb362f","config":{"dataMapping":[{"mapping":"title","filed":"标题"},{"mapping":"remark","filed":"描述"},{"mapping":"date","filed":"时间"},{"mapping":"pic","filed":"封面"}],"paramOption":[],"dataType":2,"dataSetName":"数据列表","query":[],"h":24,"dataSetApi":"http://api.jeecg.com/mock/51/datalist/list","drillData":[],"url":"http://api.jeecg.com/mock/42/list","timeOut":0,"chartData":"[{\"title\":\"通知一\",\"date\":\"2022-3-9 14:20:21\"},{\"title\":\"通知二\",\"date\":\"2022-3-8 14:20:21\"},{\"title\":\"通知三\",\"date\":\"2022-3-7 14:20:21\"},{\"title\":\"通知四\",\"date\":\"2022-3-4 14:20:21\"}]","paddingBottom":90,"dataSetId":"1519945036454813698","fieldOption":[{"label":"title","text":"title","value":"title"},{"label":"date","text":"date","value":"date"},{"label":"remark","text":"remark","value":"remark"},{"label":"pic","text":"pic","value":"pic"}],"dataSetType":"api","w":12,"turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"layout":"horizontal","showTitlePrefix":true,"titleFontSize":18,"showTimePrefix":true}},"span":"8","child":[]},{"h":42,"i":"7d484bd7-ca44-457c-a2c1-fdf6dff5f06e","title":"标题","parentId":"ed8dfb23-63c9-4d3d-8bef-aad3a5de4cc4","horizontal":false,"component":"JImg","size":10,"w":12,"x":0,"text":"0.042","id":"d2480f4d-9424-4300-99ca-50a7000159f2","config":{"paddingBottom":90,"w":10,"dataType":1,"h":20,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"url":"http://minio.jeecg.com/otatest/jeecg_1651199708342.png"},"card":{"rightHref":"","size":"default","extra":"","title":""}}},"span":"8","child":[]}]}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761823951962117', NULL, N'1524641995740446722', NULL, N'JGrid', N'{"size":{"width":1632,"height":400},"w":12,"h":40,"option":{"card":{"rightHref":"","size":"default","extra":"","title":""}},"child":[{"h":42,"i":"039463e0-4ab8-4a7c-ab62-1cc66da41654","title":"标题","parentId":"ed8dfb23-63c9-4d3d-8bef-aad3a5de4cc4","horizontal":false,"component":"JRing","size":10,"w":12,"x":0,"text":"0.042","id":"ca5d3493-7720-4ae8-827d-ae83d91d175a","config":{"dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"value","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"智慧社区_年龄分部","query":[],"dataSetApi":"http://api.jeecg.com/mock/51/age","drillData":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"value\":1048,\"name\":\"oppo\"},{\"value\":735,\"name\":\"vivo\"},{\"value\":580,\"name\":\"苹果\"},{\"value\":484,\"name\":\"小米\"},{\"value\":300,\"name\":\"三星\"}]","paddingBottom":90,"dataSetId":"1522184215045615618","fieldOption":[{"label":"value","text":"value","value":"value"},{"label":"name","text":"name","value":"name"}],"dataSetType":"api","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"name":"Access From","avoidLabelOverlap":false,"emphasis":{"label":{"show":true,"fontSize":"25","fontWeight":"bold"}},"label":{"show":false,"position":"center"},"labelLine":{"show":false},"type":"pie","radius":["40%","70%"]}],"tooltip":{"trigger":"item"},"title":{"show":false,"text":"基础环形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}},"span":"8","child":[]},{"h":42,"i":"17a02601-f044-47e9-a2d1-da1a31551742","title":"标题","parentId":"ed8dfb23-63c9-4d3d-8bef-aad3a5de4cc4","horizontal":false,"component":"JList","size":10,"w":12,"x":0,"text":"0.042","id":"404465d9-8b7d-483b-9bde-9b6492cb362f","config":{"dataMapping":[{"mapping":"title","filed":"标题"},{"mapping":"remark","filed":"描述"},{"mapping":"date","filed":"时间"},{"mapping":"pic","filed":"封面"}],"paramOption":[],"dataType":2,"dataSetName":"数据列表","query":[],"h":24,"dataSetApi":"http://api.jeecg.com/mock/51/datalist/list","drillData":[],"url":"http://api.jeecg.com/mock/42/list","timeOut":0,"chartData":"[{\"title\":\"通知一\",\"date\":\"2022-3-9 14:20:21\"},{\"title\":\"通知二\",\"date\":\"2022-3-8 14:20:21\"},{\"title\":\"通知三\",\"date\":\"2022-3-7 14:20:21\"},{\"title\":\"通知四\",\"date\":\"2022-3-4 14:20:21\"}]","paddingBottom":90,"dataSetId":"1519945036454813698","fieldOption":[{"label":"title","text":"title","value":"title"},{"label":"date","text":"date","value":"date"},{"label":"remark","text":"remark","value":"remark"},{"label":"pic","text":"pic","value":"pic"}],"dataSetType":"api","w":12,"turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"layout":"horizontal","showTitlePrefix":true,"titleFontSize":18,"showTimePrefix":true}},"span":"8","child":[]},{"h":42,"i":"7d484bd7-ca44-457c-a2c1-fdf6dff5f06e","title":"标题","parentId":"ed8dfb23-63c9-4d3d-8bef-aad3a5de4cc4","horizontal":false,"component":"JImg","size":10,"w":12,"x":0,"text":"0.042","id":"d2480f4d-9424-4300-99ca-50a7000159f2","config":{"paddingBottom":90,"w":10,"dataType":1,"h":20,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"url":"http://minio.jeecg.com/otatest/jeecg_1651199708342.png"},"card":{"rightHref":"","size":"default","extra":"","title":""}}},"span":"8","child":[]}]}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761824014876674', NULL, N'1524641995740446722', NULL, N'JCommonTable', N'{"paramOption":[{"defaultVal":"1","label":"sex","text":"sex","value":"sex"}],"dataType":2,"dataSetName":"示例_数据表格","query":[],"h":42,"dataSetApi":"select * from demo where sex=''${sex}''","drillData":[],"timeOut":0,"chartData":"[{\"name\":\"4月\",\"value\":50},{\"name\":\"2月\",\"value\":200},{\"name\":\"3月\",\"value\":300},{\"name\":\"4月\",\"value\":400},{\"name\":\"5月\",\"value\":50},{\"name\":\"6月\",\"value\":120}]","size":{"width":1636,"height":540},"dataSetId":"1522824721899511810","fieldOption":[{"label":"姓名","text":"姓名","value":"name"},{"label":"打卡时间","text":"打卡时间","value":"punch_time"},{"label":"工资","text":"工资","value":"salary_money"},{"label":"奖金","text":"奖金","value":"bonus_money"},{"label":"性别","text":"性别","value":"sex"},{"label":"年龄","text":"年龄","value":"age"},{"label":"生日","text":"生日","value":"birthday"},{"label":"邮箱","text":"邮箱","value":"email"},{"label":"个人简介","text":"个人简介","value":"content"}],"dataSetType":"sql","w":24,"linkageConfig":[],"dataSetIzAgent":"0","option":{"columns":[{"izShow":"Y","dataIndex":"name","title":"姓名"},{"izShow":"Y","dataIndex":"punch_time","title":"打卡时间"},{"izShow":"Y","dataIndex":"salary_money","title":"工资"},{"izShow":"Y","dataIndex":"bonus_money","title":"奖金"},{"izShow":"Y","dataIndex":"sex","title":"性别"},{"izTotal":"Y","izShow":"Y","dataIndex":"age","title":"年龄"},{"izShow":"Y","dataIndex":"birthday","title":"生日"},{"izShow":"Y","dataIndex":"email","title":"邮箱"},{"izShow":"Y","dataIndex":"content","title":"个人简介"}]}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761824014876674', NULL, N'1524641995740446722', NULL, N'JCommonTable', N'{"paramOption":[{"defaultVal":"1","label":"sex","text":"sex","value":"sex"}],"dataType":2,"dataSetName":"示例_数据表格","query":[],"h":42,"dataSetApi":"select * from demo where sex=''${sex}''","drillData":[],"timeOut":0,"chartData":"[{\"name\":\"4月\",\"value\":50},{\"name\":\"2月\",\"value\":200},{\"name\":\"3月\",\"value\":300},{\"name\":\"4月\",\"value\":400},{\"name\":\"5月\",\"value\":50},{\"name\":\"6月\",\"value\":120}]","size":{"width":1636,"height":540},"dataSetId":"1522824721899511810","fieldOption":[{"label":"姓名","text":"姓名","value":"name"},{"label":"打卡时间","text":"打卡时间","value":"punch_time"},{"label":"工资","text":"工资","value":"salary_money"},{"label":"奖金","text":"奖金","value":"bonus_money"},{"label":"性别","text":"性别","value":"sex"},{"label":"年龄","text":"年龄","value":"age"},{"label":"生日","text":"生日","value":"birthday"},{"label":"邮箱","text":"邮箱","value":"email"},{"label":"个人简介","text":"个人简介","value":"content"}],"dataSetType":"sql","w":24,"linkageConfig":[],"dataSetIzAgent":"0","option":{"columns":[{"izShow":"Y","dataIndex":"name","title":"姓名"},{"izShow":"Y","dataIndex":"punch_time","title":"打卡时间"},{"izShow":"Y","dataIndex":"salary_money","title":"工资"},{"izShow":"Y","dataIndex":"bonus_money","title":"奖金"},{"izShow":"Y","dataIndex":"sex","title":"性别"},{"izTotal":"Y","izShow":"Y","dataIndex":"age","title":"年龄"},{"izShow":"Y","dataIndex":"birthday","title":"生日"},{"izShow":"Y","dataIndex":"email","title":"邮箱"},{"izShow":"Y","dataIndex":"content","title":"个人简介"}]}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761824014876675', NULL, N'1524641995740446722', NULL, N'JList', N'{"dataMapping":[{"mapping":"title","filed":"标题"},{"mapping":"remark","filed":"描述"},{"mapping":"date","filed":"时间"},{"mapping":"pic","filed":"封面"}],"paramOption":[],"dataType":2,"dataSetName":"数据列表","query":[],"h":24,"dataSetApi":"http://api.jeecg.com/mock/51/datalist/list","drillData":[],"url":"http://api.jeecg.com/mock/42/list","timeOut":0,"chartData":"[{\"title\":\"通知一\",\"date\":\"2022-3-9 14:20:21\"},{\"title\":\"通知二\",\"date\":\"2022-3-8 14:20:21\"},{\"title\":\"通知三\",\"date\":\"2022-3-7 14:20:21\"},{\"title\":\"通知四\",\"date\":\"2022-3-4 14:20:21\"}]","size":{"width":813,"height":408},"dataSetId":"1519945036454813698","fieldOption":[{"label":"title","text":"title","value":"title"},{"label":"date","text":"date","value":"date"},{"label":"remark","text":"remark","value":"remark"},{"label":"pic","text":"pic","value":"pic"}],"dataSetType":"api","w":12,"turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"layout":"horizontal","showTitlePrefix":true,"titleFontSize":18,"showTimePrefix":true}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761824014876675', NULL, N'1524641995740446722', NULL, N'JList', N'{"dataMapping":[{"mapping":"title","filed":"标题"},{"mapping":"remark","filed":"描述"},{"mapping":"date","filed":"时间"},{"mapping":"pic","filed":"封面"}],"paramOption":[],"dataType":2,"dataSetName":"数据列表","query":[],"h":24,"dataSetApi":"http://api.jeecg.com/mock/51/datalist/list","drillData":[],"url":"http://api.jeecg.com/mock/42/list","timeOut":0,"chartData":"[{\"title\":\"通知一\",\"date\":\"2022-3-9 14:20:21\"},{\"title\":\"通知二\",\"date\":\"2022-3-8 14:20:21\"},{\"title\":\"通知三\",\"date\":\"2022-3-7 14:20:21\"},{\"title\":\"通知四\",\"date\":\"2022-3-4 14:20:21\"}]","size":{"width":813,"height":408},"dataSetId":"1519945036454813698","fieldOption":[{"label":"title","text":"title","value":"title"},{"label":"date","text":"date","value":"date"},{"label":"remark","text":"remark","value":"remark"},{"label":"pic","text":"pic","value":"pic"}],"dataSetType":"api","w":12,"turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"layout":"horizontal","showTitlePrefix":true,"titleFontSize":18,"showTimePrefix":true}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761824014876676', NULL, N'1524641995740446722', NULL, N'JForm', N'{"size":{"height":120},"w":24,"dataType":2,"h":12,"linkageConfig":[{"linkageId":"eb4af4a3-8fce-40f9-832c-c749e75dac5d","linkage":[{"source":"sex","target":"sex"}]}],"timeOut":-1,"option":{"fields":[{"fieldName":"sex","dictCode":"sex","fieldTxt":"性别","defaultValue":"1","searchMode":"","action":"","id":"row57227ae2-04d1-4306-8878-314e099cd5ac","izSearch":"1","widgetType":"select"}]}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761824014876676', NULL, N'1524641995740446722', NULL, N'JForm', N'{"size":{"height":120},"w":24,"dataType":2,"h":12,"linkageConfig":[{"linkageId":"eb4af4a3-8fce-40f9-832c-c749e75dac5d","linkage":[{"source":"sex","target":"sex"}]}],"timeOut":-1,"option":{"fields":[{"fieldName":"sex","dictCode":"sex","fieldTxt":"性别","defaultValue":"1","searchMode":"","action":"","id":"row57227ae2-04d1-4306-8878-314e099cd5ac","izSearch":"1","widgetType":"select"}]}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761824014876677', NULL, N'1524641995740446722', NULL, N'JCarousel', N'{"chartData":"[{\"src\":\"http://minio.jeecg.com/otatest/temp/0_1647504880335.png\"},{\"src\":\"http://minio.jeecg.com/otatest/temp/1_1647504883878.png\"},{\"src\":\"http://minio.jeecg.com/otatest/temp/2_1647504886551.png\"}]","size":{"width":1636,"height":254},"dataMapping":[{"mapping":"","filed":"路径"}],"w":24,"dataType":1,"h":22,"linkageConfig":[],"url":"http://api.jeecg.com/mock/42/carousel","timeOut":0,"option":{"dots":true,"autoplay":true,"dotPosition":"bottom"}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761824014876677', NULL, N'1524641995740446722', NULL, N'JCarousel', N'{"chartData":"[{\"src\":\"http://minio.jeecg.com/otatest/temp/0_1647504880335.png\"},{\"src\":\"http://minio.jeecg.com/otatest/temp/1_1647504883878.png\"},{\"src\":\"http://minio.jeecg.com/otatest/temp/2_1647504886551.png\"}]","size":{"width":1636,"height":254},"dataMapping":[{"mapping":"","filed":"路径"}],"w":24,"dataType":1,"h":22,"linkageConfig":[],"url":"http://api.jeecg.com/mock/42/carousel","timeOut":0,"option":{"dots":true,"autoplay":true,"dotPosition":"bottom"}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761824014876678', NULL, N'1524641995740446722', NULL, N'JIframe', N'{"chartData":"http://www.jeecg.com","size":{"width":1636,"height":452},"w":12,"dataType":1,"h":26,"linkageConfig":[],"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"url":"http://www.jeecg.com/"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761824014876678', NULL, N'1524641995740446722', NULL, N'JIframe', N'{"chartData":"http://www.jeecg.com","size":{"width":1636,"height":452},"w":12,"dataType":1,"h":26,"linkageConfig":[],"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"url":"http://www.jeecg.com/"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761824014876679', NULL, N'1524641995740446722', NULL, N'JCalendar', N'{"chartData":"[{\"title\":\"座谈会\",\"start\":\"2022-03-11 11:32:33\",\"end\":\"2022-03-11 18:32:33\",\"color\":\"#000000\",\"allday\":\"0\"},{\"title\":\"冬奥会\",\"start\":\"2022-03-04 11:32:33\",\"end\":\"2022-03-13 18:32:33\",\"color\":\"#4A90E2\",\"allday\":\"1\"}]","size":{"width":813,"height":408},"dataMapping":[{"mapping":"","filed":"标题"},{"mapping":"","filed":"开始"},{"mapping":"","filed":"结束"},{"mapping":"","filed":"全天"},{"mapping":"","filed":"颜色"}],"w":10,"dataType":1,"h":40,"linkageConfig":[],"url":"http://api.jeecg.com/mock/42/calendar","timeOut":0}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761824014876679', NULL, N'1524641995740446722', NULL, N'JCalendar', N'{"chartData":"[{\"title\":\"座谈会\",\"start\":\"2022-03-11 11:32:33\",\"end\":\"2022-03-11 18:32:33\",\"color\":\"#000000\",\"allday\":\"0\"},{\"title\":\"冬奥会\",\"start\":\"2022-03-04 11:32:33\",\"end\":\"2022-03-13 18:32:33\",\"color\":\"#4A90E2\",\"allday\":\"1\"}]","size":{"width":813,"height":408},"dataMapping":[{"mapping":"","filed":"标题"},{"mapping":"","filed":"开始"},{"mapping":"","filed":"结束"},{"mapping":"","filed":"全天"},{"mapping":"","filed":"颜色"}],"w":10,"dataType":1,"h":40,"linkageConfig":[],"url":"http://api.jeecg.com/mock/42/calendar","timeOut":0}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761824014876680', NULL, N'1524641995740446722', NULL, N'JImg', N'{"size":{"width":676,"height":254},"w":10,"dataType":1,"h":20,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"url":"http://minio.jeecg.com/otatest/jeecg_1651199708342.png"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761824014876680', NULL, N'1524641995740446722', NULL, N'JImg', N'{"size":{"width":676,"height":254},"w":10,"dataType":1,"h":20,"turnConfig":{"url":""},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"url":"http://minio.jeecg.com/otatest/jeecg_1651199708342.png"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761824081985537', NULL, N'1524641995740446722', NULL, N'JText', N'{"chartData":"JeecgBoot面板设计","size":{"width":402,"height":56},"w":5,"dataType":1,"h":5,"turnConfig":{"url":"http://jeecg.com"},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":76},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761824081985537', NULL, N'1524641995740446722', NULL, N'JText', N'{"chartData":"JeecgBoot面板设计","size":{"width":402,"height":56},"w":5,"dataType":1,"h":5,"turnConfig":{"url":"http://jeecg.com"},"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"body":{"color":"#4A90E2","text":"","fontWeight":"bold","marginTop":10,"marginLeft":76},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761824081985538', NULL, N'1524641995740446722', NULL, N'JRadioButton', N'{"chartData":"[ { \"title\": \"Jeecg官网\", \"value\": 0, \"href\": \"http://jeecg.com\", \"data\": {} }, { \"title\": \"项目首页\", \"value\": 1, \"href\": \"/system/notice\", \"data\": {} }]","size":{"width":333,"height":56},"w":3,"dataType":1,"h":4,"linkageConfig":[],"url":"","timeOut":0,"option":{"title":"按钮","body":{"spaceSize":23,"size":"small","marginTop":12,"marginLeft":66}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761824081985538', NULL, N'1524641995740446722', NULL, N'JRadioButton', N'{"chartData":"[ { \"title\": \"Jeecg官网\", \"value\": 0, \"href\": \"http://jeecg.com\", \"data\": {} }, { \"title\": \"项目首页\", \"value\": 1, \"href\": \"/system/notice\", \"data\": {} }]","size":{"width":333,"height":56},"w":3,"dataType":1,"h":4,"linkageConfig":[],"url":"","timeOut":0,"option":{"title":"按钮","body":{"spaceSize":23,"size":"small","marginTop":12,"marginLeft":66}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761824081985539', NULL, N'1524641995740446722', NULL, N'JQuickNav', N'{"paramOption":[],"dataType":2,"dataSetName":"首页快速导航","query":[],"h":26,"dataSetApi":"http://api.jeecg.com/mock/51/home/quick","drillData":[],"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"chartData":"[{\"title\":\"首页\",\"icon\":\"icon-jeecg-homepage\",\"color\":\"#1fdaca\"},{\"title\":\"仪表盘\",\"icon\":\"icon-jeecg-shijian\",\"color\":\"#bf0c2c\"},{\"title\":\"组件\",\"icon\":\"icon-jeecg-dangan\",\"color\":\"#e18525\"},{\"title\":\"系统管理\",\"icon\":\"icon-jeecg-shezhi\",\"color\":\"#3fb27f\"},{\"title\":\"权限管理\",\"icon\":\"icon-jeecg-yuechi\",\"color\":\"#4daf1bc9\"},{\"title\":\"图表\",\"icon\":\"icon-jeecg-fujin\",\"color\":\"#00d8ff\"}]","size":{"width":813,"height":276},"dataSetId":"1519962879095332865","fieldOption":[{"label":"title","text":"title","value":"title"},{"label":"icon","text":"icon","value":"icon"},{"label":"color","text":"color","value":"color"},{"label":"href","text":"href","value":"href"}],"dataSetType":"api","w":12,"turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"icon":{"scriptUrl":"//at.alicdn.com/t/font_3237315_b3fqd960glt.js","fontSize":30},"body":{"textAlign":"center","column":3,"iconAlign":"top"},"card":{"rightHref":"","size":"default","extra":"更多","title":"快捷导航"}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761824081985539', NULL, N'1524641995740446722', NULL, N'JQuickNav', N'{"paramOption":[],"dataType":2,"dataSetName":"首页快速导航","query":[],"h":26,"dataSetApi":"http://api.jeecg.com/mock/51/home/quick","drillData":[],"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"chartData":"[{\"title\":\"首页\",\"icon\":\"icon-jeecg-homepage\",\"color\":\"#1fdaca\"},{\"title\":\"仪表盘\",\"icon\":\"icon-jeecg-shijian\",\"color\":\"#bf0c2c\"},{\"title\":\"组件\",\"icon\":\"icon-jeecg-dangan\",\"color\":\"#e18525\"},{\"title\":\"系统管理\",\"icon\":\"icon-jeecg-shezhi\",\"color\":\"#3fb27f\"},{\"title\":\"权限管理\",\"icon\":\"icon-jeecg-yuechi\",\"color\":\"#4daf1bc9\"},{\"title\":\"图表\",\"icon\":\"icon-jeecg-fujin\",\"color\":\"#00d8ff\"}]","size":{"width":813,"height":276},"dataSetId":"1519962879095332865","fieldOption":[{"label":"title","text":"title","value":"title"},{"label":"icon","text":"icon","value":"icon"},{"label":"color","text":"color","value":"color"},{"label":"href","text":"href","value":"href"}],"dataSetType":"api","w":12,"turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"icon":{"scriptUrl":"//at.alicdn.com/t/font_3237315_b3fqd960glt.js","fontSize":30},"body":{"textAlign":"center","column":3,"iconAlign":"top"},"card":{"rightHref":"","size":"default","extra":"更多","title":"快捷导航"}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761824081985540', NULL, N'1524641995740446722', NULL, N'JGrowCard', N'{"chartData":"[{\"title\":\"访问数\",\"icon\":\"icon-jeecg-qianbao\",\"value\":2000,\"total\":120000,\"prefix\":\"$\",\"color\":\"green\",\"action\":\"月\"},{\"title\":\"成交额\",\"icon\":\"icon-jeecg-youhuiquan\",\"value\":20000,\"total\":500000,\"prefix\":\"$\",\"color\":\"blue\",\"action\":\"月\"},{\"title\":\"下载数\",\"icon\":\"icon-jeecg-tupian\",\"value\":8000,\"prefix\":\"$\",\"total\":120000,\"color\":\"orange\",\"action\":\"周\"},{\"title\":\"成交数\",\"icon\":\"icon-jeecg-jifen\",\"value\":5000,\"prefix\":\"$\",\"total\":50000,\"color\":\"purple\",\"action\":\"年\"}]","size":{"width":950,"height":254},"w":12,"dataType":1,"h":19,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"icon":{"scriptUrl":"//at.alicdn.com/t/font_3237315_b3fqd960glt.js","fontSize":20},"body":{"horizontal":8,"vertical":8,"span":6},"card":{"rightHref":"","size":"default","extra":"更多","title":"统计卡片"}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761824081985540', NULL, N'1524641995740446722', NULL, N'JGrowCard', N'{"chartData":"[{\"title\":\"访问数\",\"icon\":\"icon-jeecg-qianbao\",\"value\":2000,\"total\":120000,\"prefix\":\"$\",\"color\":\"green\",\"action\":\"月\"},{\"title\":\"成交额\",\"icon\":\"icon-jeecg-youhuiquan\",\"value\":20000,\"total\":500000,\"prefix\":\"$\",\"color\":\"blue\",\"action\":\"月\"},{\"title\":\"下载数\",\"icon\":\"icon-jeecg-tupian\",\"value\":8000,\"prefix\":\"$\",\"total\":120000,\"color\":\"orange\",\"action\":\"周\"},{\"title\":\"成交数\",\"icon\":\"icon-jeecg-jifen\",\"value\":5000,\"prefix\":\"$\",\"total\":50000,\"color\":\"purple\",\"action\":\"年\"}]","size":{"width":950,"height":254},"w":12,"dataType":1,"h":19,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"icon":{"scriptUrl":"//at.alicdn.com/t/font_3237315_b3fqd960glt.js","fontSize":20},"body":{"horizontal":8,"vertical":8,"span":6},"card":{"rightHref":"","size":"default","extra":"更多","title":"统计卡片"}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761824081985541', NULL, N'1524641995740446722', NULL, N'JProjectCard', N'{"chartData":"[{\"title\":\"Github\",\"icon\":\"icon-jeecg-social-github\",\"color\":\"\",\"desc\":\"不要等待机会,而要创造机会。\",\"group\":\"开源组\",\"date\":\"2021-04-01\"},{\"title\":\"Vue\",\"icon\":\"icon-jeecg-social-buysellads\",\"color\":\"#3fb27f\",\"desc\":\"现在的你决定将来的你。\",\"group\":\"算法组\",\"date\":\"2021-04-01\"},{\"title\":\"Html5\",\"icon\":\"icon-jeecg-html5\",\"color\":\"#e18525\",\"desc\":\"没有什么才能比努力更重要。\",\"group\":\"上班摸鱼\",\"date\":\"2021-04-01\"},{\"title\":\"Angular\",\"icon\":\"icon-jeecg-social-product-hunt\",\"color\":\"#bf0c2c\",\"desc\":\"热情和欲望可以突破一切难关。\",\"group\":\"UI\",\"date\":\"2021-04-01\"},{\"title\":\"React\",\"icon\":\"icon-jeecg-social-skype\",\"color\":\"#00d8ff\",\"desc\":\"健康的身体是实目标的基石。\",\"group\":\"技术牛\",\"date\":\"2021-04-01\"},{\"title\":\"Js\",\"icon\":\"icon-jeecg-social-pengyou\",\"color\":\"#4daf1bc9\",\"desc\":\"路是走出来的,而不是空想出来的。\",\"group\":\"架构组\",\"date\":\"2021-04-01\"}]","size":{"width":813,"height":408},"w":12,"dataType":1,"h":33,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"icon":{"scriptUrl":"//at.alicdn.com/t/font_3237315_b3fqd960glt.js","fontSize":30},"body":{"column":3},"card":{"rightHref":"","size":"default","extra":"更多","title":"项目列表"}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761824081985541', NULL, N'1524641995740446722', NULL, N'JProjectCard', N'{"chartData":"[{\"title\":\"Github\",\"icon\":\"icon-jeecg-social-github\",\"color\":\"\",\"desc\":\"不要等待机会,而要创造机会。\",\"group\":\"开源组\",\"date\":\"2021-04-01\"},{\"title\":\"Vue\",\"icon\":\"icon-jeecg-social-buysellads\",\"color\":\"#3fb27f\",\"desc\":\"现在的你决定将来的你。\",\"group\":\"算法组\",\"date\":\"2021-04-01\"},{\"title\":\"Html5\",\"icon\":\"icon-jeecg-html5\",\"color\":\"#e18525\",\"desc\":\"没有什么才能比努力更重要。\",\"group\":\"上班摸鱼\",\"date\":\"2021-04-01\"},{\"title\":\"Angular\",\"icon\":\"icon-jeecg-social-product-hunt\",\"color\":\"#bf0c2c\",\"desc\":\"热情和欲望可以突破一切难关。\",\"group\":\"UI\",\"date\":\"2021-04-01\"},{\"title\":\"React\",\"icon\":\"icon-jeecg-social-skype\",\"color\":\"#00d8ff\",\"desc\":\"健康的身体是实目标的基石。\",\"group\":\"技术牛\",\"date\":\"2021-04-01\"},{\"title\":\"Js\",\"icon\":\"icon-jeecg-social-pengyou\",\"color\":\"#4daf1bc9\",\"desc\":\"路是走出来的,而不是空想出来的。\",\"group\":\"架构组\",\"date\":\"2021-04-01\"}]","size":{"width":813,"height":408},"w":12,"dataType":1,"h":33,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"icon":{"scriptUrl":"//at.alicdn.com/t/font_3237315_b3fqd960glt.js","fontSize":30},"body":{"column":3},"card":{"rightHref":"","size":"default","extra":"更多","title":"项目列表"}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761824081985542', NULL, N'1524641995740446722', NULL, N'JWaitMatter', N'{"chartData":"[{\"title\":\"待办公文\",\"icon\":\"icon-jeecg-yudu\",\"content\":23,\"desc\":\"今日已办 3\",\"date\":\"2021-04-01\"},{\"title\":\"待办流程\",\"icon\":\"icon-jeecg-shuju\",\"content\":23,\"desc\":\"今日已办 3\",\"date\":\"2021-04-01\"},{\"title\":\"待办任务\",\"icon\":\"icon-jeecg-tongzhi\",\"content\":23,\"desc\":\"今日已办 3 今日更新 5\",\"date\":\"2021-04-01\"}]","size":{"width":813,"height":221},"w":12,"dataType":1,"h":19,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"icon":{"scriptUrl":"//at.alicdn.com/t/font_3237315_b3fqd960glt.js","fontSize":25},"body":{"column":3},"card":{"rightHref":"","size":"default","extra":"更多","title":"待办事项"}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761824081985542', NULL, N'1524641995740446722', NULL, N'JWaitMatter', N'{"chartData":"[{\"title\":\"待办公文\",\"icon\":\"icon-jeecg-yudu\",\"content\":23,\"desc\":\"今日已办 3\",\"date\":\"2021-04-01\"},{\"title\":\"待办流程\",\"icon\":\"icon-jeecg-shuju\",\"content\":23,\"desc\":\"今日已办 3\",\"date\":\"2021-04-01\"},{\"title\":\"待办任务\",\"icon\":\"icon-jeecg-tongzhi\",\"content\":23,\"desc\":\"今日已办 3 今日更新 5\",\"date\":\"2021-04-01\"}]","size":{"width":813,"height":221},"w":12,"dataType":1,"h":19,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/42/nav","timeOut":0,"option":{"icon":{"scriptUrl":"//at.alicdn.com/t/font_3237315_b3fqd960glt.js","fontSize":25},"body":{"column":3},"card":{"rightHref":"","size":"default","extra":"更多","title":"待办事项"}}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761824081985543', NULL, N'1524641995740446722', NULL, N'JDynamicInfo', N'{"chartData":"[{\"name\":\"威廉\",\"date\":\"刚刚\",\"desc\":\"在 开源组 创建了项目 Vue\",\"avatar\":\"https://jeecgdev.oss-cn-beijing.aliyuncs.com/upload/test/320222_1646724689691.jpg\"},{\"name\":\"艾文\",\"date\":\"1个小时前\",\"desc\":\"关注了 威廉\",\"avatar\":\"https://jeecgdev.oss-cn-beijing.aliyuncs.com/upload/test/320305_1646724680756.jpg\"},{\"name\":\"克里斯\",\"date\":\"1天前\",\"desc\":\"发布了 个人动态\",\"avatar\":\"https://jeecgdev.oss-cn-beijing.aliyuncs.com/upload/test/299258_1646724675255.jpg\"},{\"name\":\"Jeecg\",\"date\":\"2天前\",\"desc\":\"发表文章 如何编写一个Vite插件\",\"avatar\":\"https://jeecgdev.oss-cn-beijing.aliyuncs.com/upload/test/2.4jeecg_1621512120602.png\"}]","size":{"width":813,"height":287},"dataMapping":[{"mapping":"","filed":"名称"},{"mapping":"","filed":"描述"},{"mapping":"","filed":"时间"},{"mapping":"","filed":"头像"}],"w":12,"dataType":1,"h":28,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/42/list","timeOut":0,"option":{"titleFontSize":18}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1546761824081985543', NULL, N'1524641995740446722', NULL, N'JDynamicInfo', N'{"chartData":"[{\"name\":\"威廉\",\"date\":\"刚刚\",\"desc\":\"在 开源组 创建了项目 Vue\",\"avatar\":\"https://jeecgdev.oss-cn-beijing.aliyuncs.com/upload/test/320222_1646724689691.jpg\"},{\"name\":\"艾文\",\"date\":\"1个小时前\",\"desc\":\"关注了 威廉\",\"avatar\":\"https://jeecgdev.oss-cn-beijing.aliyuncs.com/upload/test/320305_1646724680756.jpg\"},{\"name\":\"克里斯\",\"date\":\"1天前\",\"desc\":\"发布了 个人动态\",\"avatar\":\"https://jeecgdev.oss-cn-beijing.aliyuncs.com/upload/test/299258_1646724675255.jpg\"},{\"name\":\"Jeecg\",\"date\":\"2天前\",\"desc\":\"发表文章 如何编写一个Vite插件\",\"avatar\":\"https://jeecgdev.oss-cn-beijing.aliyuncs.com/upload/test/2.4jeecg_1621512120602.png\"}]","size":{"width":813,"height":287},"dataMapping":[{"mapping":"","filed":"名称"},{"mapping":"","filed":"描述"},{"mapping":"","filed":"时间"},{"mapping":"","filed":"头像"}],"w":12,"dataType":1,"h":28,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/42/list","timeOut":0,"option":{"titleFontSize":18}}', N'admin', N'2022-07-12 15:42:11.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'750939797242052608', NULL, N'750931735173201920', NULL, N'JMultipleBar', N'{"chartData":"[{\"name\":\"1991\",\"value\":3,\"type\":\"Lon\"},{\"name\":\"1992\",\"value\":4,\"type\":\"Lon\"},{\"name\":\"1993\",\"value\":3.5,\"type\":\"Lon\"},{\"name\":\"1994\",\"value\":5,\"type\":\"Lon\"},{\"name\":\"1995\",\"value\":4.9,\"type\":\"Lon\"},{\"name\":\"1996\",\"value\":6,\"type\":\"Lon\"},{\"name\":\"1997\",\"value\":7,\"type\":\"Lon\"},{\"name\":\"1998\",\"value\":9,\"type\":\"Lon\"},{\"name\":\"1999\",\"value\":13,\"type\":\"Lon\"},{\"name\":\"1991\",\"value\":3,\"type\":\"Bor\"},{\"name\":\"1992\",\"value\":4,\"type\":\"Bor\"},{\"name\":\"1993\",\"value\":3.5,\"type\":\"Bor\"},{\"name\":\"1994\",\"value\":5,\"type\":\"Bor\"},{\"name\":\"1995\",\"value\":4.9,\"type\":\"Bor\"},{\"name\":\"1996\",\"value\":6,\"type\":\"Bor\"},{\"name\":\"1997\",\"value\":7,\"type\":\"Bor\"},{\"name\":\"1998\",\"value\":9,\"type\":\"Bor\"},{\"name\":\"1999\",\"value\":13,\"type\":\"Bor\"}]","borderColor":"#FFFFFF00","size":{"height":420},"dataMapping":[{"mapping":"","filed":"分组"},{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"background":"#FFFFFF","dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/stackedBar","timeOut":0,"option":{"grid":{"top":90,"bottom":115},"series":[],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"多数据对比柱形图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-11-11 14:53:30.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'750939797242052608', NULL, N'750931735173201920', NULL, N'JMultipleBar', N'{"chartData":"[{\"name\":\"1991\",\"value\":3,\"type\":\"Lon\"},{\"name\":\"1992\",\"value\":4,\"type\":\"Lon\"},{\"name\":\"1993\",\"value\":3.5,\"type\":\"Lon\"},{\"name\":\"1994\",\"value\":5,\"type\":\"Lon\"},{\"name\":\"1995\",\"value\":4.9,\"type\":\"Lon\"},{\"name\":\"1996\",\"value\":6,\"type\":\"Lon\"},{\"name\":\"1997\",\"value\":7,\"type\":\"Lon\"},{\"name\":\"1998\",\"value\":9,\"type\":\"Lon\"},{\"name\":\"1999\",\"value\":13,\"type\":\"Lon\"},{\"name\":\"1991\",\"value\":3,\"type\":\"Bor\"},{\"name\":\"1992\",\"value\":4,\"type\":\"Bor\"},{\"name\":\"1993\",\"value\":3.5,\"type\":\"Bor\"},{\"name\":\"1994\",\"value\":5,\"type\":\"Bor\"},{\"name\":\"1995\",\"value\":4.9,\"type\":\"Bor\"},{\"name\":\"1996\",\"value\":6,\"type\":\"Bor\"},{\"name\":\"1997\",\"value\":7,\"type\":\"Bor\"},{\"name\":\"1998\",\"value\":9,\"type\":\"Bor\"},{\"name\":\"1999\",\"value\":13,\"type\":\"Bor\"}]","borderColor":"#FFFFFF00","size":{"height":420},"dataMapping":[{"mapping":"","filed":"分组"},{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"background":"#FFFFFF","dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/stackedBar","timeOut":0,"option":{"grid":{"top":90,"bottom":115},"series":[],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"多数据对比柱形图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-11-11 14:53:30.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'750939797271412736', NULL, N'750931735173201920', NULL, N'JMixLineBar', N'{"chartData":"[{\"name\":\"1991\",\"value\":110,\"type\":\"降水量\"},{\"name\":\"1992\",\"value\":130,\"type\":\"降水量\"},{\"name\":\"1993\",\"value\":113.5,\"type\":\"降水量\"},{\"name\":\"1994\",\"value\":150,\"type\":\"降水量\"},{\"name\":\"1995\",\"value\":240.9,\"type\":\"降水量\"},{\"name\":\"1996\",\"value\":160,\"type\":\"降水量\"},{\"name\":\"1997\",\"value\":97,\"type\":\"降水量\"},{\"name\":\"1998\",\"value\":290,\"type\":\"降水量\"},{\"name\":\"1999\",\"value\":230,\"type\":\"降水量\"},{\"name\":\"1991\",\"value\":33,\"type\":\"温度\"},{\"name\":\"1992\",\"value\":35,\"type\":\"温度\"},{\"name\":\"1993\",\"value\":37,\"type\":\"温度\"},{\"name\":\"1994\",\"value\":35,\"type\":\"温度\"},{\"name\":\"1995\",\"value\":34.9,\"type\":\"温度\"},{\"name\":\"1996\",\"value\":36,\"type\":\"温度\"},{\"name\":\"1997\",\"value\":37,\"type\":\"温度\"},{\"name\":\"1998\",\"value\":39,\"type\":\"温度\"},{\"name\":\"1999\",\"value\":33,\"type\":\"温度\"}]","borderColor":"#FFFFFF00","size":{"height":420},"dataMapping":[{"mapping":"","filed":"分组"},{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"seriesType":[{"series":"降水量","type":"bar"},{"series":"温度","type":"line"}],"background":"#FFFFFF","dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/stackedBar","timeOut":0,"option":{"grid":{"top":90,"bottom":115},"series":[],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"折柱图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-11-11 14:53:30.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'750939797271412736', NULL, N'750931735173201920', NULL, N'JMixLineBar', N'{"chartData":"[{\"name\":\"1991\",\"value\":110,\"type\":\"降水量\"},{\"name\":\"1992\",\"value\":130,\"type\":\"降水量\"},{\"name\":\"1993\",\"value\":113.5,\"type\":\"降水量\"},{\"name\":\"1994\",\"value\":150,\"type\":\"降水量\"},{\"name\":\"1995\",\"value\":240.9,\"type\":\"降水量\"},{\"name\":\"1996\",\"value\":160,\"type\":\"降水量\"},{\"name\":\"1997\",\"value\":97,\"type\":\"降水量\"},{\"name\":\"1998\",\"value\":290,\"type\":\"降水量\"},{\"name\":\"1999\",\"value\":230,\"type\":\"降水量\"},{\"name\":\"1991\",\"value\":33,\"type\":\"温度\"},{\"name\":\"1992\",\"value\":35,\"type\":\"温度\"},{\"name\":\"1993\",\"value\":37,\"type\":\"温度\"},{\"name\":\"1994\",\"value\":35,\"type\":\"温度\"},{\"name\":\"1995\",\"value\":34.9,\"type\":\"温度\"},{\"name\":\"1996\",\"value\":36,\"type\":\"温度\"},{\"name\":\"1997\",\"value\":37,\"type\":\"温度\"},{\"name\":\"1998\",\"value\":39,\"type\":\"温度\"},{\"name\":\"1999\",\"value\":33,\"type\":\"温度\"}]","borderColor":"#FFFFFF00","size":{"height":420},"dataMapping":[{"mapping":"","filed":"分组"},{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"seriesType":[{"series":"降水量","type":"bar"},{"series":"温度","type":"line"}],"background":"#FFFFFF","dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/stackedBar","timeOut":0,"option":{"grid":{"top":90,"bottom":115},"series":[],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"折柱图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-11-11 14:53:30.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'750939797288189952', NULL, N'750931735173201920', NULL, N'JBar', N'{"chartData":"[{\"name\":\"苹果\",\"value\":1000879,\"type\":\"手机品牌\"},{\"name\":\"三星\",\"value\":3400879,\"type\":\"手机品牌\"},{\"name\":\"小米\",\"value\":2300879,\"type\":\"手机品牌\"},{\"name\":\"oppo\",\"value\":5400879,\"type\":\"手机品牌\"},{\"name\":\"vivo\",\"value\":3400879,\"type\":\"手机品牌\"}]","borderColor":"#FFFFFF00","size":{"height":420},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"background":"#FFFFFF","dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#5470c6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-11-11 14:53:30.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'750939797288189952', NULL, N'750931735173201920', NULL, N'JBar', N'{"chartData":"[{\"name\":\"苹果\",\"value\":1000879,\"type\":\"手机品牌\"},{\"name\":\"三星\",\"value\":3400879,\"type\":\"手机品牌\"},{\"name\":\"小米\",\"value\":2300879,\"type\":\"手机品牌\"},{\"name\":\"oppo\",\"value\":5400879,\"type\":\"手机品牌\"},{\"name\":\"vivo\",\"value\":3400879,\"type\":\"手机品牌\"}]","borderColor":"#FFFFFF00","size":{"height":420},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"background":"#FFFFFF","dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#5470c6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-11-11 14:53:30.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'750939797300772864', NULL, N'750931735173201920', NULL, N'JPie', N'{"chartData":"[{\"value\":1048,\"name\":\"vivo\"},{\"value\":735,\"name\":\"oppo\"},{\"value\":580,\"name\":\"苹果\"},{\"value\":484,\"name\":\"小米\"},{\"value\":300,\"name\":\"三星\"}]","borderColor":"#FFFFFF00","size":{"width":891,"height":166},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"background":"#FFFFFF","dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"option":{"grid":{"bottom":115,"show":false},"legend":{"orient":"vertical"},"series":[{"data":[],"name":"Access From","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0, 0, 0, 0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"title":{"subtext":"","left":"left","show":true,"text":"基础饼图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-11-11 14:53:30.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'750939797300772864', NULL, N'750931735173201920', NULL, N'JPie', N'{"chartData":"[{\"value\":1048,\"name\":\"vivo\"},{\"value\":735,\"name\":\"oppo\"},{\"value\":580,\"name\":\"苹果\"},{\"value\":484,\"name\":\"小米\"},{\"value\":300,\"name\":\"三星\"}]","borderColor":"#FFFFFF00","size":{"width":891,"height":166},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"background":"#FFFFFF","dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"option":{"grid":{"bottom":115,"show":false},"legend":{"orient":"vertical"},"series":[{"data":[],"name":"Access From","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0, 0, 0, 0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"title":{"subtext":"","left":"left","show":true,"text":"基础饼图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-11-11 14:53:30.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'750939797313355776', NULL, N'750931735173201920', NULL, N'JNegativeBar', N'{"chartData":"[{\"name\":\"周一\",\"value\":200,\"type\":\"利润\"},{\"name\":\"周二\",\"value\":170,\"type\":\"利润\"},{\"name\":\"周三\",\"value\":240,\"type\":\"利润\"},{\"name\":\"周四\",\"value\":244,\"type\":\"利润\"},{\"name\":\"周五\",\"value\":200,\"type\":\"利润\"},{\"name\":\"周六\",\"value\":220,\"type\":\"利润\"},{\"name\":\"周日\",\"value\":210,\"type\":\"利润\"},{\"name\":\"周一\",\"value\":320,\"type\":\"收入\"},{\"name\":\"周二\",\"value\":302,\"type\":\"收入\"},{\"name\":\"周三\",\"value\":341,\"type\":\"收入\"},{\"name\":\"周四\",\"value\":374,\"type\":\"收入\"},{\"name\":\"周五\",\"value\":390,\"type\":\"收入\"},{\"name\":\"周六\",\"value\":450,\"type\":\"收入\"},{\"name\":\"周日\",\"value\":420,\"type\":\"收入\"},{\"name\":\"周一\",\"value\":-120,\"type\":\"支出\"},{\"name\":\"周二\",\"value\":-132,\"type\":\"支出\"},{\"name\":\"周三\",\"value\":-101,\"type\":\"支出\"},{\"name\":\"周四\",\"value\":-134,\"type\":\"支出\"},{\"name\":\"周五\",\"value\":-190,\"type\":\"支出\"},{\"name\":\"周六\",\"value\":-230,\"type\":\"支出\"},{\"name\":\"周日\",\"value\":-210,\"type\":\"支出\"}]","borderColor":"#FFFFFF00","size":{"height":420},"dataMapping":[{"mapping":"","filed":"分组"},{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"background":"#FFFFFF","dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/stackedBar","timeOut":0,"option":{"xAxis":{"type":"value"},"grid":{"top":90,"bottom":115},"series":[],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"正负条形图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-11-11 14:53:30.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'750939797313355776', NULL, N'750931735173201920', NULL, N'JNegativeBar', N'{"chartData":"[{\"name\":\"周一\",\"value\":200,\"type\":\"利润\"},{\"name\":\"周二\",\"value\":170,\"type\":\"利润\"},{\"name\":\"周三\",\"value\":240,\"type\":\"利润\"},{\"name\":\"周四\",\"value\":244,\"type\":\"利润\"},{\"name\":\"周五\",\"value\":200,\"type\":\"利润\"},{\"name\":\"周六\",\"value\":220,\"type\":\"利润\"},{\"name\":\"周日\",\"value\":210,\"type\":\"利润\"},{\"name\":\"周一\",\"value\":320,\"type\":\"收入\"},{\"name\":\"周二\",\"value\":302,\"type\":\"收入\"},{\"name\":\"周三\",\"value\":341,\"type\":\"收入\"},{\"name\":\"周四\",\"value\":374,\"type\":\"收入\"},{\"name\":\"周五\",\"value\":390,\"type\":\"收入\"},{\"name\":\"周六\",\"value\":450,\"type\":\"收入\"},{\"name\":\"周日\",\"value\":420,\"type\":\"收入\"},{\"name\":\"周一\",\"value\":-120,\"type\":\"支出\"},{\"name\":\"周二\",\"value\":-132,\"type\":\"支出\"},{\"name\":\"周三\",\"value\":-101,\"type\":\"支出\"},{\"name\":\"周四\",\"value\":-134,\"type\":\"支出\"},{\"name\":\"周五\",\"value\":-190,\"type\":\"支出\"},{\"name\":\"周六\",\"value\":-230,\"type\":\"支出\"},{\"name\":\"周日\",\"value\":-210,\"type\":\"支出\"}]","borderColor":"#FFFFFF00","size":{"height":420},"dataMapping":[{"mapping":"","filed":"分组"},{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"background":"#FFFFFF","dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/stackedBar","timeOut":0,"option":{"xAxis":{"type":"value"},"grid":{"top":90,"bottom":115},"series":[],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"正负条形图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-11-11 14:53:30.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'750939797321744384', NULL, N'750931735173201920', NULL, N'JMixLineBar', N'{"chartData":"[{\"name\":\"1991\",\"type\":\"降水量\",\"value\":110},{\"name\":\"1992\",\"type\":\"降水量\",\"value\":130},{\"name\":\"1993\",\"type\":\"降水量\",\"value\":113.5},{\"name\":\"1994\",\"type\":\"降水量\",\"value\":150},{\"name\":\"1995\",\"type\":\"降水量\",\"value\":240.9},{\"name\":\"1996\",\"type\":\"降水量\",\"value\":160},{\"name\":\"1997\",\"type\":\"降水量\",\"value\":97},{\"name\":\"1998\",\"type\":\"降水量\",\"value\":290},{\"name\":\"1999\",\"type\":\"降水量\",\"value\":230},{\"name\":\"1991\",\"type\":\"温度\",\"value\":33},{\"name\":\"1992\",\"type\":\"温度\",\"value\":35},{\"name\":\"1993\",\"type\":\"温度\",\"value\":37},{\"name\":\"1994\",\"type\":\"温度\",\"value\":35},{\"name\":\"1995\",\"type\":\"温度\",\"value\":34.9},{\"name\":\"1996\",\"type\":\"温度\",\"value\":36},{\"name\":\"1997\",\"type\":\"温度\",\"value\":37},{\"name\":\"1998\",\"type\":\"温度\",\"value\":39},{\"name\":\"1999\",\"type\":\"温度\",\"value\":33}]","borderColor":"#FFFFFF00","size":{"height":420},"dataMapping":[{"mapping":"","filed":"分组"},{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"seriesType":[{"series":"降水量","type":"bar"},{"series":"温度","type":"line"}],"background":"#FFFFFF","dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/stackedBar","timeOut":0,"option":{"grid":{"top":90,"bottom":115},"series":[],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"折柱图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-11-11 14:53:30.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'750939797321744384', NULL, N'750931735173201920', NULL, N'JMixLineBar', N'{"chartData":"[{\"name\":\"1991\",\"type\":\"降水量\",\"value\":110},{\"name\":\"1992\",\"type\":\"降水量\",\"value\":130},{\"name\":\"1993\",\"type\":\"降水量\",\"value\":113.5},{\"name\":\"1994\",\"type\":\"降水量\",\"value\":150},{\"name\":\"1995\",\"type\":\"降水量\",\"value\":240.9},{\"name\":\"1996\",\"type\":\"降水量\",\"value\":160},{\"name\":\"1997\",\"type\":\"降水量\",\"value\":97},{\"name\":\"1998\",\"type\":\"降水量\",\"value\":290},{\"name\":\"1999\",\"type\":\"降水量\",\"value\":230},{\"name\":\"1991\",\"type\":\"温度\",\"value\":33},{\"name\":\"1992\",\"type\":\"温度\",\"value\":35},{\"name\":\"1993\",\"type\":\"温度\",\"value\":37},{\"name\":\"1994\",\"type\":\"温度\",\"value\":35},{\"name\":\"1995\",\"type\":\"温度\",\"value\":34.9},{\"name\":\"1996\",\"type\":\"温度\",\"value\":36},{\"name\":\"1997\",\"type\":\"温度\",\"value\":37},{\"name\":\"1998\",\"type\":\"温度\",\"value\":39},{\"name\":\"1999\",\"type\":\"温度\",\"value\":33}]","borderColor":"#FFFFFF00","size":{"height":420},"dataMapping":[{"mapping":"","filed":"分组"},{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"seriesType":[{"series":"降水量","type":"bar"},{"series":"温度","type":"line"}],"background":"#FFFFFF","dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/stackedBar","timeOut":0,"option":{"grid":{"top":90,"bottom":115},"series":[],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"折柱图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2022-11-11 14:53:30.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'763678099293241344', NULL, NULL, NULL, N'JNumber', N'{ +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'763678099293241344', NULL, NULL, NULL, N'JNumber', N'{ "id": "69f30ceb-db97-4f39-8541-eda61e5c433f", "component": "JNumber", "config": { @@ -14220,7 +14234,7 @@ INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], }', N'jeecg', N'2022-12-16 18:30:58.0000000', N'jeecg', N'2022-12-16 18:31:31.0000000') GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'763699587304030208', NULL, NULL, NULL, N'JBar', N'{ +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'763699587304030208', NULL, NULL, NULL, N'JBar', N'{ "id": "116606b2-4620-42d6-9202-36f39288a8d5", "component": "JBar", "config": { @@ -14380,421 +14394,421 @@ INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], }', N'jeecg', N'2022-12-16 19:56:21.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'767345445303287808', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed854e9a6b01854e9a6b1f0000","config":{"assistYFields":[],"formId":"chu_fang_yao","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"chu_fang_yao","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"处方药","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2022-12-26 21:23:41.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'767345445303287808', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed854e9a6b01854e9a6b1f0000","config":{"assistYFields":[],"formId":"chu_fang_yao","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"chu_fang_yao","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"处方药","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2022-12-26 21:23:41.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'767345445714329600', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed854e9a6b01854e9a6b8f0001","config":{"assistYFields":[],"formId":"chu_fang_yao","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"chu_fang_yao","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"处方药","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2022-12-26 21:23:41.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'767345445714329600', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed854e9a6b01854e9a6b8f0001","config":{"assistYFields":[],"formId":"chu_fang_yao","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"chu_fang_yao","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"处方药","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2022-12-26 21:23:41.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'767559322439843840', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed8551a47f018551a47fb80000","config":{"assistYFields":[],"formId":"aaaa1","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"aaaa1","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"aaaa1","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2022-12-27 11:33:33.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'767559322439843840', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed8551a47f018551a47fb80000","config":{"assistYFields":[],"formId":"aaaa1","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"aaaa1","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"aaaa1","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2022-12-27 11:33:33.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'767559322888634368', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed8551a47f018551a480340001","config":{"assistYFields":[],"formId":"aaaa1","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"aaaa1","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"aaaa1","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2022-12-27 11:33:33.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'767559322888634368', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed8551a47f018551a480340001","config":{"assistYFields":[],"formId":"aaaa1","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"aaaa1","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"aaaa1","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2022-12-27 11:33:33.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'767901443155886080', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed8556812001855681206b0000","config":{"assistYFields":[],"formId":"app_haha","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"app_haha","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"app_haha","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2022-12-28 10:13:01.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'767901443155886080', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed8556812001855681206b0000","config":{"assistYFields":[],"formId":"app_haha","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"app_haha","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"app_haha","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2022-12-28 10:13:01.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'767901444070244352', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed8556812001855681215e0001","config":{"assistYFields":[],"formId":"app_haha","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"app_haha","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"app_haha","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2022-12-28 10:13:01.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'767901444070244352', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed8556812001855681215e0001","config":{"assistYFields":[],"formId":"app_haha","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"app_haha","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"app_haha","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2022-12-28 10:13:01.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'767901473807859712', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed85568120018556813d150004","config":{"assistYFields":[],"formId":"cc22ss","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"cc22ss","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"工单积分","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2022-12-28 10:13:09.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'767901473807859712', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed85568120018556813d150004","config":{"assistYFields":[],"formId":"cc22ss","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"cc22ss","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"工单积分","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2022-12-28 10:13:09.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'767901473874968576', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed85568120018556813d250005","config":{"assistYFields":[],"formId":"cc22ss","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"cc22ss","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"工单积分","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2022-12-28 10:13:09.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'767901473874968576', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed85568120018556813d250005","config":{"assistYFields":[],"formId":"cc22ss","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"cc22ss","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"工单积分","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2022-12-28 10:13:09.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'767924238153744384', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed8556d40d018556d40de50000","config":{"assistYFields":[],"formId":"adsfadsf","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"adsfadsf","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"测删除流程","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2022-12-28 11:43:36.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'767924238153744384', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed8556d40d018556d40de50000","config":{"assistYFields":[],"formId":"adsfadsf","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"adsfadsf","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"测删除流程","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2022-12-28 11:43:36.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'767924238397014016', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed8556d40d018556d40e3d0001","config":{"assistYFields":[],"formId":"adsfadsf","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"adsfadsf","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"测删除流程","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2022-12-28 11:43:36.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'767924238397014016', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed8556d40d018556d40e3d0001","config":{"assistYFields":[],"formId":"adsfadsf","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"adsfadsf","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"测删除流程","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2022-12-28 11:43:36.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'767924244520697856', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed8556d40d018556d413ef0004","config":{"assistYFields":[],"formId":"adsfadsf","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"adsfadsf","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"测删除流程","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2022-12-28 11:43:37.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'767924244520697856', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed8556d40d018556d413ef0004","config":{"assistYFields":[],"formId":"adsfadsf","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"adsfadsf","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"测删除流程","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2022-12-28 11:43:37.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'767924244587806720', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed8556d40d018556d414020005","config":{"assistYFields":[],"formId":"adsfadsf","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"adsfadsf","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"测删除流程","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2022-12-28 11:43:37.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'767924244587806720', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed8556d40d018556d414020005","config":{"assistYFields":[],"formId":"adsfadsf","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"adsfadsf","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"测删除流程","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2022-12-28 11:43:37.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'768016824029741056', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed855824e101855824e1440000","config":{"assistYFields":[],"formId":"issue","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"issue","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"issue","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2022-12-28 17:51:30.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'768016824029741056', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed855824e101855824e1440000","config":{"assistYFields":[],"formId":"issue","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"issue","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"issue","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2022-12-28 17:51:30.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'768016824646303744', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed855824e101855824e1e90001","config":{"assistYFields":[],"formId":"issue","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"issue","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"issue","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2022-12-28 17:51:30.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'768016824646303744', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed855824e101855824e1e90001","config":{"assistYFields":[],"formId":"issue","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"issue","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"issue","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2022-12-28 17:51:30.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'768017225172975616', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed855824e10185582656ef0004","config":{"assistYFields":[],"formId":"xiao_shou_yuan_ttk6","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"xiao_shou_yuan_ttk6","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"销售员","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2022-12-28 17:53:06.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'768017225172975616', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed855824e10185582656ef0004","config":{"assistYFields":[],"formId":"xiao_shou_yuan_ttk6","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"xiao_shou_yuan_ttk6","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"销售员","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2022-12-28 17:53:06.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'768017225214918656', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed855824e10185582656fa0005","config":{"assistYFields":[],"formId":"xiao_shou_yuan_ttk6","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"xiao_shou_yuan_ttk6","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"销售员","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2022-12-28 17:53:06.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'768017225214918656', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed855824e10185582656fa0005","config":{"assistYFields":[],"formId":"xiao_shou_yuan_ttk6","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"xiao_shou_yuan_ttk6","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"销售员","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2022-12-28 17:53:06.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'768392697476087808', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed855d7c4c01855d7c4cb70000","config":{"assistYFields":[],"formId":"sha_gua_d_byfr","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"sha_gua_d_byfr","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"傻瓜d","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2022-12-29 18:45:05.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'768392697476087808', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed855d7c4c01855d7c4cb70000","config":{"assistYFields":[],"formId":"sha_gua_d_byfr","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"sha_gua_d_byfr","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"傻瓜d","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2022-12-29 18:45:05.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'768392697882935296', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed855d7c4c01855d7c4d260001","config":{"assistYFields":[],"formId":"sha_gua_d_byfr","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"sha_gua_d_byfr","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"傻瓜d","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2022-12-29 18:45:05.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'768392697882935296', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed855d7c4c01855d7c4d260001","config":{"assistYFields":[],"formId":"sha_gua_d_byfr","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"sha_gua_d_byfr","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"傻瓜d","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2022-12-29 18:45:05.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'768475451123363840', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402885e8855ea95b01855ea95b090000","config":{"assistYFields":[],"formId":"jeecg_6666_1j8e","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"jeecg_6666_1j8e","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'qinfeng', N'2022-12-30 00:13:55.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'768475451123363840', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402885e8855ea95b01855ea95b090000","config":{"assistYFields":[],"formId":"jeecg_6666_1j8e","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"jeecg_6666_1j8e","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'qinfeng', N'2022-12-30 00:13:55.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'768475451270164480', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402885e8855ea95b01855ea95b3f0001","config":{"assistYFields":[],"formId":"jeecg_6666_1j8e","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"jeecg_6666_1j8e","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'qinfeng', N'2022-12-30 00:13:55.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'768475451270164480', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402885e8855ea95b01855ea95b3f0001","config":{"assistYFields":[],"formId":"jeecg_6666_1j8e","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"jeecg_6666_1j8e","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'qinfeng', N'2022-12-30 00:13:55.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'768682668124602368', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed85619b340185619b34e90000","config":{"assistYFields":[],"formId":"sdfa_gku1","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"sdfa_gku1","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"sdfa","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2022-12-30 13:57:20.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'768682668124602368', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed85619b340185619b34e90000","config":{"assistYFields":[],"formId":"sdfa_gku1","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"sdfa_gku1","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"sdfa","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2022-12-30 13:57:20.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'768682668229459968', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed85619b340185619b35140001","config":{"assistYFields":[],"formId":"sdfa_gku1","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"sdfa_gku1","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"sdfa","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2022-12-30 13:57:20.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'768682668229459968', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed85619b340185619b35140001","config":{"assistYFields":[],"formId":"sdfa_gku1","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"sdfa_gku1","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"sdfa","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2022-12-30 13:57:20.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'768685401766428672', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed85619b34018561a526e20004","config":{"assistYFields":[],"formId":"dd_fsog","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"dd_fsog","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"dd","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2022-12-30 14:08:11.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'768685401766428672', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed85619b34018561a526e20004","config":{"assistYFields":[],"formId":"dd_fsog","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"dd_fsog","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"dd","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2022-12-30 14:08:11.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'768685401812566016', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed85619b34018561a526ed0005","config":{"assistYFields":[],"formId":"dd_fsog","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"dd_fsog","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"dd","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2022-12-30 14:08:12.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'768685401812566016', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed85619b34018561a526ed0005","config":{"assistYFields":[],"formId":"dd_fsog","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"dd_fsog","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"dd","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2022-12-30 14:08:12.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'771249231264546816', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed8586144f018586144f220000","config":{"assistYFields":[],"formId":"xiao_mi_feng_e1f5","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"xiao_mi_feng_e1f5","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"小蜜蜂","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-06 15:55:56.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'771249231264546816', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed8586144f018586144f220000","config":{"assistYFields":[],"formId":"xiao_mi_feng_e1f5","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"xiao_mi_feng_e1f5","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"小蜜蜂","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-06 15:55:56.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'771249231428124672', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed8586144f018586144f520001","config":{"assistYFields":[],"formId":"xiao_mi_feng_e1f5","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"xiao_mi_feng_e1f5","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"小蜜蜂","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-06 15:55:56.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'771249231428124672', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed8586144f018586144f520001","config":{"assistYFields":[],"formId":"xiao_mi_feng_e1f5","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"xiao_mi_feng_e1f5","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"小蜜蜂","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-06 15:55:56.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'771261664033046528', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed8586144f018586418a160004","config":{"assistYFields":[],"formId":"sdf_1yop","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"sdf_1yop","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"sdf","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-06 16:45:20.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'771261664033046528', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed8586144f018586418a160004","config":{"assistYFields":[],"formId":"sdf_1yop","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"sdf_1yop","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"sdf","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-06 16:45:20.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'771261664058212352', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed8586144f018586418a1e0005","config":{"assistYFields":[],"formId":"sdf_1yop","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"sdf_1yop","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"sdf","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-06 16:45:20.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'771261664058212352', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed8586144f018586418a1e0005","config":{"assistYFields":[],"formId":"sdf_1yop","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"sdf_1yop","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"sdf","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-06 16:45:20.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772335059084574720', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed859582870185958287160000","config":{"assistYFields":[],"formId":"yao_pin_guan_li_56so","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"yao_pin_guan_li_56so","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"药品管理","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-09 15:50:38.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772335059084574720', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed859582870185958287160000","config":{"assistYFields":[],"formId":"yao_pin_guan_li_56so","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"yao_pin_guan_li_56so","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"药品管理","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-09 15:50:38.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772335059160072192', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed859582870185958287330001","config":{"assistYFields":[],"formId":"yao_pin_guan_li_56so","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"yao_pin_guan_li_56so","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"药品管理","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-09 15:50:38.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772335059160072192', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed859582870185958287330001","config":{"assistYFields":[],"formId":"yao_pin_guan_li_56so","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"yao_pin_guan_li_56so","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"药品管理","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-09 15:50:38.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772685203479003136', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed859a7c5801859a7c586c0000","config":{"assistYFields":[],"formId":"jeecg_xiao_hong_shu_12712a_e8rd","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"jeecg_xiao_hong_shu_12712a_e8rd","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"小红书12——*%^712a","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-10 15:01:59.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772685203479003136', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed859a7c5801859a7c586c0000","config":{"assistYFields":[],"formId":"jeecg_xiao_hong_shu_12712a_e8rd","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"jeecg_xiao_hong_shu_12712a_e8rd","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"小红书12——*%^712a","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-10 15:01:59.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772685204120731648', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed859a7c5801859a7c591a0001","config":{"assistYFields":[],"formId":"jeecg_xiao_hong_shu_12712a_e8rd","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"jeecg_xiao_hong_shu_12712a_e8rd","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"小红书12——*%^712a","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-10 15:01:59.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772685204120731648', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed859a7c5801859a7c591a0001","config":{"assistYFields":[],"formId":"jeecg_xiao_hong_shu_12712a_e8rd","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"jeecg_xiao_hong_shu_12712a_e8rd","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"小红书12——*%^712a","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-10 15:01:59.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772685310186291200', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed859a7c5801859a7cbbe30004","config":{"assistYFields":[],"formId":"jeecg_xiao_hong_shu_sdf_kv7o","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"jeecg_xiao_hong_shu_sdf_kv7o","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"小红书@sdf","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-10 15:02:24.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772685310186291200', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed859a7c5801859a7cbbe30004","config":{"assistYFields":[],"formId":"jeecg_xiao_hong_shu_sdf_kv7o","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"jeecg_xiao_hong_shu_sdf_kv7o","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"小红书@sdf","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-10 15:02:24.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772685310215651328', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed859a7c5801859a7cbbeb0005","config":{"assistYFields":[],"formId":"jeecg_xiao_hong_shu_sdf_kv7o","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"jeecg_xiao_hong_shu_sdf_kv7o","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"小红书@sdf","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-10 15:02:24.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772685310215651328', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed859a7c5801859a7cbbeb0005","config":{"assistYFields":[],"formId":"jeecg_xiao_hong_shu_sdf_kv7o","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"jeecg_xiao_hong_shu_sdf_kv7o","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"小红书@sdf","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-10 15:02:24.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772685793072316416', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed859a7c5801859a7e7d9c0008","config":{"assistYFields":[],"formId":"jeecg_xiao_hong_shu_23_387y","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"jeecg_xiao_hong_shu_23_387y","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"小红书2@3","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-10 15:04:19.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772685793072316416', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed859a7c5801859a7e7d9c0008","config":{"assistYFields":[],"formId":"jeecg_xiao_hong_shu_23_387y","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"jeecg_xiao_hong_shu_23_387y","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"小红书2@3","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-10 15:04:19.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772685793105870848', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed859a7c5801859a7e7da40009","config":{"assistYFields":[],"formId":"jeecg_xiao_hong_shu_23_387y","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"jeecg_xiao_hong_shu_23_387y","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"小红书2@3","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-10 15:04:19.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772685793105870848', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed859a7c5801859a7e7da40009","config":{"assistYFields":[],"formId":"jeecg_xiao_hong_shu_23_387y","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"jeecg_xiao_hong_shu_23_387y","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"小红书2@3","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-10 15:04:19.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772688060278177792', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed859a7c5801859a86bd1d000c","config":{"assistYFields":[],"formId":"jeecg_xiao_hong_shu_1asdfasdc_asdf_v5va","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"jeecg_xiao_hong_shu_1asdfasdc_asdf_v5va","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"小红书@1ASDFASDC_)-ASDF","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-10 15:13:20.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772688060278177792', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed859a7c5801859a86bd1d000c","config":{"assistYFields":[],"formId":"jeecg_xiao_hong_shu_1asdfasdc_asdf_v5va","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"jeecg_xiao_hong_shu_1asdfasdc_asdf_v5va","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"小红书@1ASDFASDC_)-ASDF","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-10 15:13:20.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772688060315926528', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed859a7c5801859a86bd25000d","config":{"assistYFields":[],"formId":"jeecg_xiao_hong_shu_1asdfasdc_asdf_v5va","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"jeecg_xiao_hong_shu_1asdfasdc_asdf_v5va","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"小红书@1ASDFASDC_)-ASDF","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-10 15:13:20.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772688060315926528', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed859a7c5801859a86bd25000d","config":{"assistYFields":[],"formId":"jeecg_xiao_hong_shu_1asdfasdc_asdf_v5va","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"jeecg_xiao_hong_shu_1asdfasdc_asdf_v5va","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"小红书@1ASDFASDC_)-ASDF","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-10 15:13:20.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772690418093588480', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed859a7c5801859a8f51010010","config":{"assistYFields":[],"formId":"jeecg_23123asdf__nin_ha_a_si_d_hp0c","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"jeecg_23123asdf__nin_ha_a_si_d_hp0c","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"!23123&asdf_您哈阿斯顿发()%1%","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-10 15:22:42.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772690418093588480', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed859a7c5801859a8f51010010","config":{"assistYFields":[],"formId":"jeecg_23123asdf__nin_ha_a_si_d_hp0c","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"jeecg_23123asdf__nin_ha_a_si_d_hp0c","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"!23123&asdf_您哈阿斯顿发()%1%","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-10 15:22:42.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772690418114560000', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed859a7c5801859a8f51060011","config":{"assistYFields":[],"formId":"jeecg_23123asdf__nin_ha_a_si_d_hp0c","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"jeecg_23123asdf__nin_ha_a_si_d_hp0c","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"!23123&asdf_您哈阿斯顿发()%1%","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-10 15:22:42.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772690418114560000', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed859a7c5801859a8f51060011","config":{"assistYFields":[],"formId":"jeecg_23123asdf__nin_ha_a_si_d_hp0c","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"jeecg_23123asdf__nin_ha_a_si_d_hp0c","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"!23123&asdf_您哈阿斯顿发()%1%","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-10 15:22:42.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772690532560338944', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed859a7c5801859a8fbb9c0014","config":{"assistYFields":[],"formId":"ni_hao_a_8123mm_thah","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"ni_hao_a_8123mm_thah","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"你好啊&8123MM……","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-10 15:23:09.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772690532560338944', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed859a7c5801859a8fbb9c0014","config":{"assistYFields":[],"formId":"ni_hao_a_8123mm_thah","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"ni_hao_a_8123mm_thah","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"你好啊&8123MM……","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-10 15:23:09.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772690532589699072', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed859a7c5801859a8fbba30015","config":{"assistYFields":[],"formId":"ni_hao_a_8123mm_thah","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"ni_hao_a_8123mm_thah","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"你好啊&8123MM……","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-10 15:23:09.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772690532589699072', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed859a7c5801859a8fbba30015","config":{"assistYFields":[],"formId":"ni_hao_a_8123mm_thah","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"ni_hao_a_8123mm_thah","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"你好啊&8123MM……","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-10 15:23:09.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772691585053818880', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed859a7c5801859a938fd20018","config":{"assistYFields":[],"formId":"a_si_dun_fa_song_dao_fa_song_d_b9jd","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"a_si_dun_fa_song_dao_fa_song_d_b9jd","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"阿斯顿发送到发送到发送到发送到发送到发送到发送到发斯蒂芬!12312412341234234","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-10 15:27:20.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772691585053818880', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed859a7c5801859a938fd20018","config":{"assistYFields":[],"formId":"a_si_dun_fa_song_dao_fa_song_d_b9jd","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"a_si_dun_fa_song_dao_fa_song_d_b9jd","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"阿斯顿发送到发送到发送到发送到发送到发送到发送到发斯蒂芬!12312412341234234","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-10 15:27:20.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772691585078984704', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed859a7c5801859a938fd70019","config":{"assistYFields":[],"formId":"a_si_dun_fa_song_dao_fa_song_d_b9jd","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"a_si_dun_fa_song_dao_fa_song_d_b9jd","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"阿斯顿发送到发送到发送到发送到发送到发送到发送到发斯蒂芬!12312412341234234","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-10 15:27:20.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772691585078984704', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed859a7c5801859a938fd70019","config":{"assistYFields":[],"formId":"a_si_dun_fa_song_dao_fa_song_d_b9jd","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"a_si_dun_fa_song_dao_fa_song_d_b9jd","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"阿斯顿发送到发送到发送到发送到发送到发送到发送到发斯蒂芬!12312412341234234","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-10 15:27:20.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772692400153886720', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed859a7c5801859a9686f0001c","config":{"assistYFields":[],"formId":"a_si_dun_fa_sheng_a_si_dun_fa__4db1","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"a_si_dun_fa_sheng_a_si_dun_fa__4db1","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"阿斯顿发生阿斯顿发送到发送到发送到发送到发送到发送到发送到发斯蒂芬","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-10 15:30:34.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772692400153886720', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed859a7c5801859a9686f0001c","config":{"assistYFields":[],"formId":"a_si_dun_fa_sheng_a_si_dun_fa__4db1","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"a_si_dun_fa_sheng_a_si_dun_fa__4db1","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"阿斯顿发生阿斯顿发送到发送到发送到发送到发送到发送到发送到发斯蒂芬","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-10 15:30:34.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772692400195829760', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed859a7c5801859a9686f9001d","config":{"assistYFields":[],"formId":"a_si_dun_fa_sheng_a_si_dun_fa__4db1","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"a_si_dun_fa_sheng_a_si_dun_fa__4db1","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"阿斯顿发生阿斯顿发送到发送到发送到发送到发送到发送到发送到发斯蒂芬","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-10 15:30:34.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772692400195829760', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed859a7c5801859a9686f9001d","config":{"assistYFields":[],"formId":"a_si_dun_fa_sheng_a_si_dun_fa__4db1","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"a_si_dun_fa_sheng_a_si_dun_fa__4db1","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"阿斯顿发生阿斯顿发送到发送到发送到发送到发送到发送到发送到发斯蒂芬","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-10 15:30:34.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772700410687324160', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed859a7c5801859ab3ab540020","config":{"assistYFields":[],"formId":"adff_2z3v","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"adff_2z3v","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"adff","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-10 16:02:24.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772700410687324160', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed859a7c5801859ab3ab540020","config":{"assistYFields":[],"formId":"adff_2z3v","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"adff_2z3v","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"adff","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-10 16:02:24.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772700410708295680', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed859a7c5801859ab3ab590021","config":{"assistYFields":[],"formId":"adff_2z3v","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"adff_2z3v","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"adff","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-10 16:02:24.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772700410708295680', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed859a7c5801859ab3ab590021","config":{"assistYFields":[],"formId":"adff_2z3v","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"adff_2z3v","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"adff","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-10 16:02:24.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773096203617370112', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed85a0538e0185a0538e260000","config":{"assistYFields":[],"formId":"aaaa1","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"aaaa1","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-11 18:15:09.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773096203617370112', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed85a0538e0185a0538e260000","config":{"assistYFields":[],"formId":"aaaa1","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"aaaa1","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-11 18:15:09.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773096204087132160', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed85a0538e0185a0538ea60001","config":{"assistYFields":[],"formId":"aaaa1","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"aaaa1","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-11 18:15:09.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773096204087132160', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed85a0538e0185a0538ea60001","config":{"assistYFields":[],"formId":"aaaa1","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"aaaa1","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-11 18:15:09.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773098908486270976', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed85a05d650185a05d65430000","config":{"assistYFields":[],"formId":"aaaa1","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"aaaa1","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"aaaa1","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-11 18:25:53.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773098908486270976', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed85a05d650185a05d65430000","config":{"assistYFields":[],"formId":"aaaa1","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"aaaa1","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"aaaa1","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-11 18:25:53.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773098909077667840', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed85a05d650185a05d65dd0001","config":{"assistYFields":[],"formId":"aaaa1","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"aaaa1","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"aaaa1","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-11 18:25:54.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773098909077667840', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed85a05d650185a05d65dd0001","config":{"assistYFields":[],"formId":"aaaa1","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"aaaa1","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"aaaa1","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-11 18:25:54.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773104813269385216', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed85a05d650185a072e0940004","config":{"assistYFields":[],"formId":"aaaa1","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"aaaa1","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"aaaa1","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-11 18:49:21.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773104813269385216', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed85a05d650185a072e0940004","config":{"assistYFields":[],"formId":"aaaa1","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"aaaa1","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"aaaa1","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-11 18:49:21.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773104813302939648', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed85a05d650185a072e09c0005","config":{"assistYFields":[],"formId":"aaaa1","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"aaaa1","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"aaaa1","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-11 18:49:21.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773104813302939648', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed85a05d650185a072e09c0005","config":{"assistYFields":[],"formId":"aaaa1","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"aaaa1","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"aaaa1","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-11 18:49:21.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773115065989660672', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed85a05d650185a0982d2b0008","config":{"assistYFields":[],"formId":"chu_fang_yao","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"chu_fang_yao","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"处方药","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-11 19:30:06.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773115065989660672', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed85a05d650185a0982d2b0008","config":{"assistYFields":[],"formId":"chu_fang_yao","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"chu_fang_yao","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"处方药","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-11 19:30:06.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773115066019020800', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed85a05d650185a0982d330009","config":{"assistYFields":[],"formId":"chu_fang_yao","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"chu_fang_yao","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"处方药","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-11 19:30:06.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773115066019020800', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed85a05d650185a0982d330009","config":{"assistYFields":[],"formId":"chu_fang_yao","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"chu_fang_yao","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"处方药","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-11 19:30:06.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773115287805427712', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed85a05d650185a098fbc1000c","config":{"assistYFields":[],"formId":"yao_pin_guan_li_56so","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"yao_pin_guan_li_56so","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"药品管理","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-11 19:30:59.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773115287805427712', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed85a05d650185a098fbc1000c","config":{"assistYFields":[],"formId":"yao_pin_guan_li_56so","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"yao_pin_guan_li_56so","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"药品管理","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-11 19:30:59.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773115287834787840', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed85a05d650185a098fbc7000d","config":{"assistYFields":[],"formId":"yao_pin_guan_li_56so","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"yao_pin_guan_li_56so","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"药品管理","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-11 19:30:59.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773115287834787840', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed85a05d650185a098fbc7000d","config":{"assistYFields":[],"formId":"yao_pin_guan_li_56so","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"yao_pin_guan_li_56so","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"药品管理","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-11 19:30:59.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773115301323669504', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed85a05d650185a09908580010","config":{"assistYFields":[],"formId":"sha_gua_d_byfr","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"sha_gua_d_byfr","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"傻瓜d","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-11 19:31:02.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773115301323669504', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed85a05d650185a09908580010","config":{"assistYFields":[],"formId":"sha_gua_d_byfr","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"sha_gua_d_byfr","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"傻瓜d","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-11 19:31:02.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773115301357223936', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed85a05d650185a09908600011","config":{"assistYFields":[],"formId":"sha_gua_d_byfr","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"sha_gua_d_byfr","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"傻瓜d","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-11 19:31:02.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773115301357223936', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed85a05d650185a09908600011","config":{"assistYFields":[],"formId":"sha_gua_d_byfr","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"sha_gua_d_byfr","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"傻瓜d","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-11 19:31:02.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773115303651508224', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed85a05d650185a0990a830014","config":{"assistYFields":[],"formId":"xiao_shou_yuan_ttk6","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"xiao_shou_yuan_ttk6","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"销售员","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-11 19:31:02.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773115303651508224', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed85a05d650185a0990a830014","config":{"assistYFields":[],"formId":"xiao_shou_yuan_ttk6","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"xiao_shou_yuan_ttk6","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"销售员","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-11 19:31:02.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773115303664091136', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed85a05d650185a0990a860015","config":{"assistYFields":[],"formId":"xiao_shou_yuan_ttk6","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"xiao_shou_yuan_ttk6","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"销售员","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-11 19:31:02.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773115303664091136', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed85a05d650185a0990a860015","config":{"assistYFields":[],"formId":"xiao_shou_yuan_ttk6","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"xiao_shou_yuan_ttk6","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"销售员","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-11 19:31:02.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773426738789154816', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed85a506090185a50609000000","config":{"assistYFields":[],"formId":"chu_fang_yao","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"chu_fang_yao","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"处方药","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-12 16:08:34.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773426738789154816', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed85a506090185a50609000000","config":{"assistYFields":[],"formId":"chu_fang_yao","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"chu_fang_yao","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"处方药","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-12 16:08:34.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773426739690930176', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed85a506090185a50609ea0001","config":{"assistYFields":[],"formId":"chu_fang_yao","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"chu_fang_yao","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"处方药","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-12 16:08:35.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773426739690930176', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed85a506090185a50609ea0001","config":{"assistYFields":[],"formId":"chu_fang_yao","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"chu_fang_yao","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"处方药","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-12 16:08:35.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773451899168948224', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed85a506090185a56191810004","config":{"assistYFields":[],"formId":"sha_gua_d_byfr","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"sha_gua_d_byfr","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"傻瓜d","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-12 17:48:33.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773451899168948224', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed85a506090185a56191810004","config":{"assistYFields":[],"formId":"sha_gua_d_byfr","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"sha_gua_d_byfr","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"傻瓜d","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-12 17:48:33.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773451899227668480', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed85a506090185a56191900005","config":{"assistYFields":[],"formId":"sha_gua_d_byfr","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"sha_gua_d_byfr","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"傻瓜d","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-12 17:48:33.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773451899227668480', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed85a506090185a56191900005","config":{"assistYFields":[],"formId":"sha_gua_d_byfr","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"sha_gua_d_byfr","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"傻瓜d","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-12 17:48:33.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773495830288072704', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed85a601630185a60163780000","config":{"assistYFields":[],"formId":"xiao_shou_yuan_ttk6","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"xiao_shou_yuan_ttk6","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-12 20:43:07.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773495830288072704', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed85a601630185a60163780000","config":{"assistYFields":[],"formId":"xiao_shou_yuan_ttk6","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"xiao_shou_yuan_ttk6","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-12 20:43:07.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773495830288072705', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed85a601630185a60163780001","config":{"assistYFields":[],"formId":"yao_pin_guan_li_56so","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"yao_pin_guan_li_56so","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-12 20:43:07.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773495830288072705', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed85a601630185a60163780001","config":{"assistYFields":[],"formId":"yao_pin_guan_li_56so","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"yao_pin_guan_li_56so","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-12 20:43:07.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773495831030464512', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed85a601630185a601643d0003","config":{"assistYFields":[],"formId":"yao_pin_guan_li_56so","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"yao_pin_guan_li_56so","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-12 20:43:07.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773495831030464512', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed85a601630185a601643d0003","config":{"assistYFields":[],"formId":"yao_pin_guan_li_56so","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"yao_pin_guan_li_56so","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-12 20:43:07.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773495831030464513', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed85a601630185a601643c0002","config":{"assistYFields":[],"formId":"xiao_shou_yuan_ttk6","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"xiao_shou_yuan_ttk6","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-12 20:43:07.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773495831030464513', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed85a601630185a601643c0002","config":{"assistYFields":[],"formId":"xiao_shou_yuan_ttk6","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"xiao_shou_yuan_ttk6","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-12 20:43:07.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773498678044327936', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed85a60bbf0185a60bbfaf0000","config":{"assistYFields":[],"formId":"jeecg_250_nfr2","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"jeecg_250_nfr2","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"250","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-12 20:54:26.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773498678044327936', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881ed85a60bbf0185a60bbfaf0000","config":{"assistYFields":[],"formId":"jeecg_250_nfr2","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"jeecg_250_nfr2","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"250","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-01-12 20:54:26.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773498678862217216', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed85a60bbf0185a60bc07a0001","config":{"assistYFields":[],"formId":"jeecg_250_nfr2","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"jeecg_250_nfr2","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"250","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-12 20:54:26.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'773498678862217216', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881ed85a60bbf0185a60bc07a0001","config":{"assistYFields":[],"formId":"jeecg_250_nfr2","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"jeecg_250_nfr2","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"250","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-01-12 20:54:26.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'780286279472414720', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e5860680e501860680e5ec0000","config":{"assistYFields":[],"formId":"ce_shi_app_fist_demo","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"ce_shi_app_fist_demo","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"测试app第一个例子11","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-01-31 14:25:56.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'780286279472414720', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e5860680e501860680e5ec0000","config":{"assistYFields":[],"formId":"ce_shi_app_fist_demo","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"ce_shi_app_fist_demo","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"测试app第一个例子11","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-01-31 14:25:56.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'780286283788353536', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e5860680e501860680ea2c0001","config":{"assistYFields":[],"formId":"ce_shi_app_fist_demo","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"ce_shi_app_fist_demo","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"测试app第一个例子11","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-01-31 14:25:57.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'780286283788353536', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e5860680e501860680ea2c0001","config":{"assistYFields":[],"formId":"ce_shi_app_fist_demo","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"ce_shi_app_fist_demo","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"测试app第一个例子11","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-01-31 14:25:57.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'780292924277555200', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e5860699120186069912970000","config":{"assistYFields":[],"formId":"wo_de_ke_hu","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"wo_de_ke_hu","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"我的客户","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-01-31 14:52:21.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'780292924277555200', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e5860699120186069912970000","config":{"assistYFields":[],"formId":"wo_de_ke_hu","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"wo_de_ke_hu","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"我的客户","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-01-31 14:52:21.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'780292924671819776', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e5860699120186069913010001","config":{"assistYFields":[],"formId":"wo_de_ke_hu","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"wo_de_ke_hu","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"我的客户","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-01-31 14:52:21.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'780292924671819776', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e5860699120186069913010001","config":{"assistYFields":[],"formId":"wo_de_ke_hu","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"wo_de_ke_hu","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"我的客户","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-01-31 14:52:21.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'780727462598311936', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e5860cc5e901860cc5e9ee0000","config":{"assistYFields":[],"formId":"aaaa","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"aaaa","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"测试mogo列表查询和数据权限","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-02-01 19:39:03.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'780727462598311936', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e5860cc5e901860cc5e9ee0000","config":{"assistYFields":[],"formId":"aaaa","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"aaaa","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"测试mogo列表查询和数据权限","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-02-01 19:39:03.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'780727462719946752', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e5860cc5e901860cc5ea180001","config":{"assistYFields":[],"formId":"aaaa","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"aaaa","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"测试mogo列表查询和数据权限","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-02-01 19:39:03.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'780727462719946752', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e5860cc5e901860cc5ea180001","config":{"assistYFields":[],"formId":"aaaa","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"aaaa","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"测试mogo列表查询和数据权限","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-02-01 19:39:03.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'781081487378251776', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e58611cdd9018611cdd92f0000","config":{"assistYFields":[],"formId":"jeecg_xiao_hong_shu_123_iaxy","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"jeecg_xiao_hong_shu_123_iaxy","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"小红书123","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-02-02 19:05:49.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'781081487378251776', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e58611cdd9018611cdd92f0000","config":{"assistYFields":[],"formId":"jeecg_xiao_hong_shu_123_iaxy","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"jeecg_xiao_hong_shu_123_iaxy","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"小红书123","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-02-02 19:05:49.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'781081487483109376', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e58611cdd9018611cdd9590001","config":{"assistYFields":[],"formId":"jeecg_xiao_hong_shu_123_iaxy","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"jeecg_xiao_hong_shu_123_iaxy","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"小红书123","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-02-02 19:05:49.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'781081487483109376', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e58611cdd9018611cdd9590001","config":{"assistYFields":[],"formId":"jeecg_xiao_hong_shu_123_iaxy","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"jeecg_xiao_hong_shu_123_iaxy","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"小红书123","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-02-02 19:05:49.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'781081970767593472', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e58611cdd9018611cf9b710004","config":{"assistYFields":[],"formId":"adff_2z3v","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"adff_2z3v","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-02-02 19:07:44.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'781081970767593472', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e58611cdd9018611cf9b710004","config":{"assistYFields":[],"formId":"adff_2z3v","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"adff_2z3v","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-02-02 19:07:44.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'781081970788564992', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e58611cdd9018611cf9b770005","config":{"assistYFields":[],"formId":"adff_2z3v","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"adff_2z3v","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-02-02 19:07:44.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'781081970788564992', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e58611cdd9018611cf9b770005","config":{"assistYFields":[],"formId":"adff_2z3v","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"adff_2z3v","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-02-02 19:07:44.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'781082322384486400', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e58611cdd9018611d0e2ea0008","config":{"assistYFields":[],"formId":"aaaa1","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"aaaa1","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-02-02 19:09:08.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'781082322384486400', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e58611cdd9018611d0e2ea0008","config":{"assistYFields":[],"formId":"aaaa1","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"aaaa1","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-02-02 19:09:08.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'781082322409652224', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e58611cdd9018611d0e2f00009","config":{"assistYFields":[],"formId":"aaaa1","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"aaaa1","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-02-02 19:09:08.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'781082322409652224', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e58611cdd9018611d0e2f00009","config":{"assistYFields":[],"formId":"aaaa1","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"aaaa1","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-02-02 19:09:08.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'781082329376391168', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e58611cdd9018611d0e96c000c","config":{"assistYFields":[],"formId":"sdfa_gku1","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"sdfa_gku1","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-02-02 19:09:09.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'781082329376391168', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e58611cdd9018611d0e96c000c","config":{"assistYFields":[],"formId":"sdfa_gku1","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"sdfa_gku1","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-02-02 19:09:09.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'781082329397362688', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e58611cdd9018611d0e972000d","config":{"assistYFields":[],"formId":"sdfa_gku1","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"sdfa_gku1","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-02-02 19:09:09.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'781082329397362688', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e58611cdd9018611d0e972000d","config":{"assistYFields":[],"formId":"sdfa_gku1","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"sdfa_gku1","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-02-02 19:09:09.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'781084613351079936', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e58611cdd9018611d9388b0010","config":{"assistYFields":[],"formId":"demo_auto_number","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"demo_auto_number","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"示例:自动编号","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-02-02 19:18:14.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'781084613351079936', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e58611cdd9018611d9388b0010","config":{"assistYFields":[],"formId":"demo_auto_number","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"demo_auto_number","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"示例:自动编号","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'admin', N'2023-02-02 19:18:14.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'781084613380440064', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e58611cdd9018611d938920011","config":{"assistYFields":[],"formId":"demo_auto_number","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"demo_auto_number","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"示例:自动编号","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-02-02 19:18:14.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'781084613380440064', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e58611cdd9018611d938920011","config":{"assistYFields":[],"formId":"demo_auto_number","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"demo_auto_number","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"示例:自动编号","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'admin', N'2023-02-02 19:18:14.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'781123317377564672', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e58612660601861266066a0000","config":{"assistYFields":[],"formId":"zhua_yao_zp4u","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"zhua_yao_zp4u","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"抓药","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-02-02 21:52:02.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'781123317377564672', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e58612660601861266066a0000","config":{"assistYFields":[],"formId":"zhua_yao_zp4u","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"zhua_yao_zp4u","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"抓药","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-02-02 21:52:02.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'781123317734080512', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e5861266060186126606cc0001","config":{"assistYFields":[],"formId":"zhua_yao_zp4u","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"zhua_yao_zp4u","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"抓药","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-02-02 21:52:02.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'781123317734080512', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e5861266060186126606cc0001","config":{"assistYFields":[],"formId":"zhua_yao_zp4u","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"zhua_yao_zp4u","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"抓药","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-02-02 21:52:02.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'781704807987576832', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e5861aa97901861aa979ba0000","config":{"assistYFields":[],"formId":"ce_shi_biao_dan_001_gsdm","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"ce_shi_biao_dan_001_gsdm","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"测试表单001","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-02-04 12:22:40.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'781704807987576832', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e5861aa97901861aa979ba0000","config":{"assistYFields":[],"formId":"ce_shi_biao_dan_001_gsdm","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"ce_shi_biao_dan_001_gsdm","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"测试表单001","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-02-04 12:22:40.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'781704808121794560', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e5861aa97901861aa979ec0001","config":{"assistYFields":[],"formId":"ce_shi_biao_dan_001_gsdm","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"ce_shi_biao_dan_001_gsdm","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"测试表单001","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-02-04 12:22:40.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'781704808121794560', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e5861aa97901861aa979ec0001","config":{"assistYFields":[],"formId":"ce_shi_biao_dan_001_gsdm","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"ce_shi_biao_dan_001_gsdm","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"测试表单001","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-02-04 12:22:40.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'786408878929641472', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e5865d82c901865d82c90e0000","config":{"assistYFields":[],"formId":"ce_shi_biao_dan_001_gsdm","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"ce_shi_biao_dan_001_gsdm","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"测试表单001","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-02-17 11:54:58.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'786408878929641472', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e5865d82c901865d82c90e0000","config":{"assistYFields":[],"formId":"ce_shi_biao_dan_001_gsdm","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"ce_shi_biao_dan_001_gsdm","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"测试表单001","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-02-17 11:54:58.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'786408880452173824', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e5865d82c901865d82caac0001","config":{"assistYFields":[],"formId":"ce_shi_biao_dan_001_gsdm","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"ce_shi_biao_dan_001_gsdm","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"测试表单001","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-02-17 11:54:58.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'786408880452173824', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e5865d82c901865d82caac0001","config":{"assistYFields":[],"formId":"ce_shi_biao_dan_001_gsdm","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"ce_shi_biao_dan_001_gsdm","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"测试表单001","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-02-17 11:54:58.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'787463779545808896', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e5866c807d01866c807df20000","config":{"assistYFields":[],"formId":"xiao_shou_yuan_ttk6","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"xiao_shou_yuan_ttk6","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"销售员","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-02-20 09:46:46.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'787463779545808896', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e5866c807d01866c807df20000","config":{"assistYFields":[],"formId":"xiao_shou_yuan_ttk6","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"xiao_shou_yuan_ttk6","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"销售员","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-02-20 09:46:46.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'787463779721969664', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e5866c807d01866c807e2e0001","config":{"assistYFields":[],"formId":"xiao_shou_yuan_ttk6","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"xiao_shou_yuan_ttk6","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"销售员","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-02-20 09:46:46.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'787463779721969664', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e5866c807d01866c807e2e0001","config":{"assistYFields":[],"formId":"xiao_shou_yuan_ttk6","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"xiao_shou_yuan_ttk6","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"销售员","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-02-20 09:46:46.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'787463782867697664', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e5866c807d01866c80811e0004","config":{"assistYFields":[],"formId":"sha_gua_d_byfr","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"sha_gua_d_byfr","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"傻瓜d","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-02-20 09:46:46.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'787463782867697664', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e5866c807d01866c80811e0004","config":{"assistYFields":[],"formId":"sha_gua_d_byfr","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"sha_gua_d_byfr","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"傻瓜d","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-02-20 09:46:46.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'787463782884474880', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e5866c807d01866c8081230005","config":{"assistYFields":[],"formId":"sha_gua_d_byfr","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"sha_gua_d_byfr","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"傻瓜d","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-02-20 09:46:46.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'787463782884474880', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e5866c807d01866c8081230005","config":{"assistYFields":[],"formId":"sha_gua_d_byfr","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"sha_gua_d_byfr","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"傻瓜d","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-02-20 09:46:46.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'787463790937538560', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e5866c807d01866c8088a30008","config":{"assistYFields":[],"formId":"yao_pin_guan_li_56so","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"yao_pin_guan_li_56so","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"药品管理","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-02-20 09:46:48.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'787463790937538560', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e5866c807d01866c8088a30008","config":{"assistYFields":[],"formId":"yao_pin_guan_li_56so","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"yao_pin_guan_li_56so","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"药品管理","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-02-20 09:46:48.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'787463790962704384', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e5866c807d01866c8088a80009","config":{"assistYFields":[],"formId":"yao_pin_guan_li_56so","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"yao_pin_guan_li_56so","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"药品管理","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-02-20 09:46:48.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'787463790962704384', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e5866c807d01866c8088a80009","config":{"assistYFields":[],"formId":"yao_pin_guan_li_56so","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"yao_pin_guan_li_56so","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"药品管理","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-02-20 09:46:48.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'788345993070411776', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e5867909f701867909f75d0000","config":{"assistYFields":[],"formId":"sfasd_c6km","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"sfasd_c6km","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"sfasd","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-02-22 20:12:22.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'788345993070411776', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e5867909f701867909f75d0000","config":{"assistYFields":[],"formId":"sfasd_c6km","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"sfasd_c6km","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"sfasd","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-02-22 20:12:22.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'788345993238183936', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e5867909f701867909f78c0001","config":{"assistYFields":[],"formId":"sfasd_c6km","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"sfasd_c6km","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"sfasd","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-02-22 20:12:22.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'788345993238183936', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e5867909f701867909f78c0001","config":{"assistYFields":[],"formId":"sfasd_c6km","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"sfasd_c6km","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"sfasd","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-02-22 20:12:22.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'788677763355672576', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e5867dc0f001867dc0f0840000","config":{"assistYFields":[],"formId":"ku_cun_h3ht","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"ku_cun_h3ht","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"库存","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-02-23 18:10:42.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'788677763355672576', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e5867dc0f001867dc0f0840000","config":{"assistYFields":[],"formId":"ku_cun_h3ht","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"ku_cun_h3ht","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"库存","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-02-23 18:10:42.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'788677763523444736', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e5867dc0f001867dc0f0b40001","config":{"assistYFields":[],"formId":"ku_cun_h3ht","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"ku_cun_h3ht","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"库存","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-02-23 18:10:42.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'788677763523444736', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e5867dc0f001867dc0f0b40001","config":{"assistYFields":[],"formId":"ku_cun_h3ht","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"ku_cun_h3ht","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"库存","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-02-23 18:10:42.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'788677867252776960', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e5867dc0f001867dc151500004","config":{"assistYFields":[],"formId":"ru_ku_dan_5rq0","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"ru_ku_dan_5rq0","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"入库单","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-02-23 18:11:07.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'788677867252776960', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e5867dc0f001867dc151500004","config":{"assistYFields":[],"formId":"ru_ku_dan_5rq0","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"ru_ku_dan_5rq0","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"入库单","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-02-23 18:11:07.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'788677867277942784', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e5867dc0f001867dc151560005","config":{"assistYFields":[],"formId":"ru_ku_dan_5rq0","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"ru_ku_dan_5rq0","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"入库单","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-02-23 18:11:07.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'788677867277942784', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e5867dc0f001867dc151560005","config":{"assistYFields":[],"formId":"ru_ku_dan_5rq0","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"ru_ku_dan_5rq0","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"入库单","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-02-23 18:11:07.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'790747819019370496', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e5869b2bc201869b2bc2130000","config":{"assistYFields":[],"formId":"bao_bao_cai_pu_2cqr","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"bao_bao_cai_pu_2cqr","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"宝宝菜谱","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-03-01 11:16:22.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'790747819019370496', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e5869b2bc201869b2bc2130000","config":{"assistYFields":[],"formId":"bao_bao_cai_pu_2cqr","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"bao_bao_cai_pu_2cqr","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"宝宝菜谱","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-03-01 11:16:22.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'790747819141005312', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e5869b2bc201869b2bc23c0001","config":{"assistYFields":[],"formId":"bao_bao_cai_pu_2cqr","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"bao_bao_cai_pu_2cqr","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"宝宝菜谱","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-03-01 11:16:22.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'790747819141005312', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e5869b2bc201869b2bc23c0001","config":{"assistYFields":[],"formId":"bao_bao_cai_pu_2cqr","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"bao_bao_cai_pu_2cqr","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"宝宝菜谱","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-03-01 11:16:22.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'790755458344321024', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e5869b478c01869b478cbe0000","config":{"assistYFields":[],"formId":"su_cai_zhun_bei_1fps","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"su_cai_zhun_bei_1fps","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"素材准备","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-03-01 11:46:43.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'790755458344321024', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e5869b478c01869b478cbe0000","config":{"assistYFields":[],"formId":"su_cai_zhun_bei_1fps","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"su_cai_zhun_bei_1fps","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"素材准备","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-03-01 11:46:43.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'790755458709225472', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e5869b478c01869b478d200001","config":{"assistYFields":[],"formId":"su_cai_zhun_bei_1fps","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"su_cai_zhun_bei_1fps","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"素材准备","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-03-01 11:46:43.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'790755458709225472', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e5869b478c01869b478d200001","config":{"assistYFields":[],"formId":"su_cai_zhun_bei_1fps","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"su_cai_zhun_bei_1fps","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"素材准备","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-03-01 11:46:43.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'793418272129187840', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e586c11ecf0186c11ecf520000","config":{"assistYFields":[],"formId":"hong_niu_pin_zhong_u7d2","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"hong_niu_pin_zhong_u7d2","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"红牛品种","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-03-08 20:07:47.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'793418272129187840', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e586c11ecf0186c11ecf520000","config":{"assistYFields":[],"formId":"hong_niu_pin_zhong_u7d2","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"hong_niu_pin_zhong_u7d2","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"红牛品种","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-03-08 20:07:47.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'793418272720584704', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e586c11ecf0186c11ecff00001","config":{"assistYFields":[],"formId":"hong_niu_pin_zhong_u7d2","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"hong_niu_pin_zhong_u7d2","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"红牛品种","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-03-08 20:07:47.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'793418272720584704', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e586c11ecf0186c11ecff00001","config":{"assistYFields":[],"formId":"hong_niu_pin_zhong_u7d2","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"hong_niu_pin_zhong_u7d2","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"红牛品种","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-03-08 20:07:47.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'795896466006638592', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e586e4566d0186e4566d3c0000","config":{"assistYFields":[],"formId":"cai_gou_dan_jp29","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"cai_gou_dan_jp29","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"采购单","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-03-15 16:15:15.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'795896466006638592', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e586e4566d0186e4566d3c0000","config":{"assistYFields":[],"formId":"cai_gou_dan_jp29","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"cai_gou_dan_jp29","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"采购单","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-03-15 16:15:15.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'795896466132467712', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e586e4566d0186e4566d690001","config":{"assistYFields":[],"formId":"cai_gou_dan_jp29","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"cai_gou_dan_jp29","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"采购单","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-03-15 16:15:15.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'795896466132467712', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e586e4566d0186e4566d690001","config":{"assistYFields":[],"formId":"cai_gou_dan_jp29","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"cai_gou_dan_jp29","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"采购单","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-03-15 16:15:15.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'795896576572686336', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e586e4566d0186e456d4430004","config":{"assistYFields":[],"formId":"cai_gou_ming_xi_fqt7","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"cai_gou_ming_xi_fqt7","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"采购明细","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-03-15 16:15:41.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'795896576572686336', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e586e4566d0186e456d4430004","config":{"assistYFields":[],"formId":"cai_gou_ming_xi_fqt7","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"cai_gou_ming_xi_fqt7","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"采购明细","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-03-15 16:15:41.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'795896576606240768', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e586e4566d0186e456d44b0005","config":{"assistYFields":[],"formId":"cai_gou_ming_xi_fqt7","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"cai_gou_ming_xi_fqt7","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"采购明细","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-03-15 16:15:41.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'795896576606240768', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e586e4566d0186e456d44b0005","config":{"assistYFields":[],"formId":"cai_gou_ming_xi_fqt7","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"cai_gou_ming_xi_fqt7","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"采购明细","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-03-15 16:15:41.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'796307505735041024', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e586ea2dc70186ea2dc7d20000","config":{"assistYFields":[],"formId":"chan_pin_4jvg","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"chan_pin_4jvg","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"产品","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-03-16 19:28:34.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'796307505735041024', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e586ea2dc70186ea2dc7d20000","config":{"assistYFields":[],"formId":"chan_pin_4jvg","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"chan_pin_4jvg","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"产品","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-03-16 19:28:34.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'796307506150277120', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e586ea2dc70186ea2dc8410001","config":{"assistYFields":[],"formId":"chan_pin_4jvg","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"chan_pin_4jvg","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"产品","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-03-16 19:28:34.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'796307506150277120', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e586ea2dc70186ea2dc8410001","config":{"assistYFields":[],"formId":"chan_pin_4jvg","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"chan_pin_4jvg","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"产品","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-03-16 19:28:34.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'796307694893957120', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e586ea2dc70186ea2e78090004","config":{"assistYFields":[],"formId":"ku_cun_v2ve","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"ku_cun_v2ve","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"库存","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-03-16 19:29:19.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'796307694893957120', NULL, NULL, NULL, N'JNumber', N'{"component":"JNumber","id":"402881e586ea2dc70186ea2e78090004","config":{"assistYFields":[],"formId":"ku_cun_v2ve","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"filterField":[],"timeOut":0,"tableName":"ku_cun_v2ve","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"库存","nameFields":[],"dataNum":"","chart":{"subclass":"JNumber","category":"Number"},"sorts":{"name":"","type":""},"option":{"isCompare":false,"trendType":"1","body":{"color":"#000000","text":"","fontWeight":"bold"},"card":{"rightHref":"","size":"small","extra":"","title":""}}}}', N'jeecg', N'2023-03-16 19:29:19.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'796307694914928640', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e586ea2dc70186ea2e780f0005","config":{"assistYFields":[],"formId":"ku_cun_v2ve","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"ku_cun_v2ve","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"库存","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-03-16 19:29:19.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'796307694914928640', NULL, NULL, NULL, N'JBar', N'{"component":"JBar","id":"402881e586ea2dc70186ea2e780f0005","config":{"assistYFields":[],"formId":"ku_cun_v2ve","compStyleConfig":{"summary":{"showName":"总计","showField":"","showTotal":false,"showY":true,"totalType":"sum"},"lineFreeze":true,"columnFreeze":true,"assist":{"summary":{"showName":"总计","showField":"","showY":true,"totalType":"sum"},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0}},"showUnit":{"unit":"","numberLevel":"","position":"suffix","decimal":0},"headerFreeze":true,"unilineShow":true},"formType":"design","assistTypeFields":[],"dataType":4,"calcFields":[],"valueFields":[{"fieldName":"record_count","fieldTxt":"记录数量","fieldType":"count","widgetType":"text"}],"analysis":{"showData":1,"isRawData":true,"isCompare":false,"compareType":"","showMode":1,"showFields":[],"trendType":"1"},"timeOut":0,"tableName":"ku_cun_v2ve","typeFields":[],"filter":{"conditionMode":"and","conditionFields":[],"queryField":"create_time","queryRange":"month"},"size":{"height":500},"formName":"库存","nameFields":[{"fieldName":"create_time","fieldTxt":"创建时间","fieldType":"date","widgetType":"date"}],"dataNum":"","chart":{"subclass":"JBar","category":"Bar","isGroup":false},"sorts":{"name":"","type":""},"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}}', N'jeecg', N'2023-03-16 19:29:19.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'811451560194256896', NULL, N'1517067453027352578', NULL, N'JForm', N'{"borderColor":"#FFFFFF00","paramOption":[{"defaultVal":"1","label":"sex","text":"sex","value":"sex"}],"dataType":2,"dataSetName":"示例_参数查询","query":[],"h":12,"dataSetApi":"select*fromdemowherenamelike''%${name}%''","timeOut":-1,"size":{"height":120},"dataSetId":"1516317603268657153","fieldOption":[{"label":"id","text":"id","value":"id"},{"label":"姓名","text":"姓名","value":"name"},{"label":"key_word","text":"key_word","value":"key_word"},{"label":"punch_time","text":"punch_time","value":"punch_time"},{"label":"salary_money","text":"salary_money","value":"salary_money"},{"label":"bonus_money","text":"bonus_money","value":"bonus_money"},{"label":"sex","text":"sex","value":"sex"},{"label":"age","text":"age","value":"age"},{"label":"birthday","text":"birthday","value":"birthday"},{"label":"email","text":"email","value":"email"},{"label":"content","text":"content","value":"content"},{"label":"create_by","text":"create_by","value":"create_by"},{"label":"create_time","text":"create_time","value":"create_time"},{"label":"update_by","text":"update_by","value":"update_by"},{"label":"update_time","text":"update_time","value":"update_time"},{"label":"sys_org_code","text":"sys_org_code","value":"sys_org_code"},{"label":"tenant_id","text":"tenant_id","value":"tenant_id"}],"dataSetType":"sql","background":"#FFFFFF","w":24,"linkageConfig":[{"linkageId":"79f3e507-d7ab-4cd5-9402-ca5b41086a73","linkage":[{"source":"name","target":"name"}]},{"linkageId":"95f190fb-69cc-4dc7-8f4c-b9f33460ad60","linkage":[{"source":"name","target":"name"}]}],"dataSetIzAgent":"","option":{"fields":[{"fieldName":"name","fieldTxt":"姓名","id":"row0789b9da-89e4-4402-af25-2bb1043d68f7","izSearch":"1","widgetType":"input"}]}}', N'admin', N'2023-04-27 14:25:38.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'811451560194256896', NULL, N'1517067453027352578', NULL, N'JForm', N'{"borderColor":"#FFFFFF00","paramOption":[{"defaultVal":"1","label":"sex","text":"sex","value":"sex"}],"dataType":2,"dataSetName":"示例_参数查询","query":[],"h":12,"dataSetApi":"select*fromdemowherenamelike''%${name}%''","timeOut":-1,"size":{"height":120},"dataSetId":"1516317603268657153","fieldOption":[{"label":"id","text":"id","value":"id"},{"label":"姓名","text":"姓名","value":"name"},{"label":"key_word","text":"key_word","value":"key_word"},{"label":"punch_time","text":"punch_time","value":"punch_time"},{"label":"salary_money","text":"salary_money","value":"salary_money"},{"label":"bonus_money","text":"bonus_money","value":"bonus_money"},{"label":"sex","text":"sex","value":"sex"},{"label":"age","text":"age","value":"age"},{"label":"birthday","text":"birthday","value":"birthday"},{"label":"email","text":"email","value":"email"},{"label":"content","text":"content","value":"content"},{"label":"create_by","text":"create_by","value":"create_by"},{"label":"create_time","text":"create_time","value":"create_time"},{"label":"update_by","text":"update_by","value":"update_by"},{"label":"update_time","text":"update_time","value":"update_time"},{"label":"sys_org_code","text":"sys_org_code","value":"sys_org_code"},{"label":"tenant_id","text":"tenant_id","value":"tenant_id"}],"dataSetType":"sql","background":"#FFFFFF","w":24,"linkageConfig":[{"linkageId":"79f3e507-d7ab-4cd5-9402-ca5b41086a73","linkage":[{"source":"name","target":"name"}]},{"linkageId":"95f190fb-69cc-4dc7-8f4c-b9f33460ad60","linkage":[{"source":"name","target":"name"}]}],"dataSetIzAgent":"","option":{"fields":[{"fieldName":"name","fieldTxt":"姓名","id":"row0789b9da-89e4-4402-af25-2bb1043d68f7","izSearch":"1","widgetType":"input"}]}}', N'admin', N'2023-04-27 14:25:38.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'811451560223617024', NULL, N'1517067453027352578', NULL, N'JBar', N'{"dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"age","filed":"数值"}],"paramOption":[{"defaultVal":"","label":"name","text":"name","value":"name"}],"dataType":2,"dataSetName":"示例_参数查询","query":[],"dataSetApi":"select*fromdemowherenamelike''%${name}%''","url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"chartData":"[{\"name\":\"苹果\",\"value\":1000879,\"type\":\"手机品牌\"},{\"name\":\"三星\",\"value\":3400879,\"type\":\"手机品牌\"},{\"name\":\"小米\",\"value\":2300879,\"type\":\"手机品牌\"},{\"name\":\"oppo\",\"value\":5400879,\"type\":\"手机品牌\"},{\"name\":\"vivo\",\"value\":3400879,\"type\":\"手机品牌\"}]","size":{"height":420},"dataSetId":"1516317603268657153","fieldOption":[{"label":"id","text":"id","value":"id"},{"label":"name","text":"name","value":"name"},{"label":"key_word","text":"key_word","value":"key_word"},{"label":"punch_time","text":"punch_time","value":"punch_time"},{"label":"salary_money","text":"salary_money","value":"salary_money"},{"label":"bonus_money","text":"bonus_money","value":"bonus_money"},{"label":"sex","text":"sex","value":"sex"},{"label":"age","text":"age","value":"age"},{"label":"birthday","text":"birthday","value":"birthday"},{"label":"email","text":"email","value":"email"},{"label":"content","text":"content","value":"content"},{"label":"create_by","text":"create_by","value":"create_by"},{"label":"create_time","text":"create_time","value":"create_time"},{"label":"update_by","text":"update_by","value":"update_by"},{"label":"update_time","text":"update_time","value":"update_time"},{"label":"sys_org_code","text":"sys_org_code","value":"sys_org_code"},{"label":"tenant_id","text":"tenant_id","value":"tenant_id"}],"dataSetType":"sql","turnConfig":{"url":""},"linkageConfig":[{"linkageId":"a7de05b4-3eab-40ce-bb95-39d650ea3c1b","linkage":[{"source":"age","target":"age"}]}],"dataSetIzAgent":"","option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180,180,180,0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":""}}}', N'admin', N'2023-04-27 14:25:38.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'811451560223617024', NULL, N'1517067453027352578', NULL, N'JBar', N'{"dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"age","filed":"数值"}],"paramOption":[{"defaultVal":"","label":"name","text":"name","value":"name"}],"dataType":2,"dataSetName":"示例_参数查询","query":[],"dataSetApi":"select*fromdemowherenamelike''%${name}%''","url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"chartData":"[{\"name\":\"苹果\",\"value\":1000879,\"type\":\"手机品牌\"},{\"name\":\"三星\",\"value\":3400879,\"type\":\"手机品牌\"},{\"name\":\"小米\",\"value\":2300879,\"type\":\"手机品牌\"},{\"name\":\"oppo\",\"value\":5400879,\"type\":\"手机品牌\"},{\"name\":\"vivo\",\"value\":3400879,\"type\":\"手机品牌\"}]","size":{"height":420},"dataSetId":"1516317603268657153","fieldOption":[{"label":"id","text":"id","value":"id"},{"label":"name","text":"name","value":"name"},{"label":"key_word","text":"key_word","value":"key_word"},{"label":"punch_time","text":"punch_time","value":"punch_time"},{"label":"salary_money","text":"salary_money","value":"salary_money"},{"label":"bonus_money","text":"bonus_money","value":"bonus_money"},{"label":"sex","text":"sex","value":"sex"},{"label":"age","text":"age","value":"age"},{"label":"birthday","text":"birthday","value":"birthday"},{"label":"email","text":"email","value":"email"},{"label":"content","text":"content","value":"content"},{"label":"create_by","text":"create_by","value":"create_by"},{"label":"create_time","text":"create_time","value":"create_time"},{"label":"update_by","text":"update_by","value":"update_by"},{"label":"update_time","text":"update_time","value":"update_time"},{"label":"sys_org_code","text":"sys_org_code","value":"sys_org_code"},{"label":"tenant_id","text":"tenant_id","value":"tenant_id"}],"dataSetType":"sql","turnConfig":{"url":""},"linkageConfig":[{"linkageId":"a7de05b4-3eab-40ce-bb95-39d650ea3c1b","linkage":[{"source":"age","target":"age"}]}],"dataSetIzAgent":"","option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180,180,180,0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":""}}}', N'admin', N'2023-04-27 14:25:38.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'811451560236199936', NULL, N'1517067453027352578', NULL, N'JPie', N'{"borderColor":"#FFFFFF00","dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"age","filed":"数值"}],"paramOption":[{"defaultVal":"","label":"name","text":"name","value":"name"}],"dataType":2,"dataSetName":"示例_参数查询","query":[],"dataSetApi":"select*fromdemowherenamelike''%${name}%''","url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"chartData":"[{\"value\":1048,\"name\":\"vivo\"},{\"value\":735,\"name\":\"oppo\"},{\"value\":580,\"name\":\"苹果\"},{\"value\":484,\"name\":\"小米\"},{\"value\":300,\"name\":\"三星\"}]","size":{"height":420},"dataSetId":"1516317603268657153","fieldOption":[{"label":"id","text":"id","value":"id"},{"label":"name","text":"name","value":"name"},{"label":"key_word","text":"key_word","value":"key_word"},{"label":"punch_time","text":"punch_time","value":"punch_time"},{"label":"salary_money","text":"salary_money","value":"salary_money"},{"label":"bonus_money","text":"bonus_money","value":"bonus_money"},{"label":"sex","text":"sex","value":"sex"},{"label":"age","text":"age","value":"age"},{"label":"birthday","text":"birthday","value":"birthday"},{"label":"email","text":"email","value":"email"},{"label":"content","text":"content","value":"content"},{"label":"create_by","text":"create_by","value":"create_by"},{"label":"create_time","text":"create_time","value":"create_time"},{"label":"update_by","text":"update_by","value":"update_by"},{"label":"update_time","text":"update_time","value":"update_time"},{"label":"sys_org_code","text":"sys_org_code","value":"sys_org_code"},{"label":"tenant_id","text":"tenant_id","value":"tenant_id"}],"dataSetType":"sql","background":"#FFFFFF","turnConfig":{"url":""},"linkageConfig":[{"linkageId":"9e46a297-752b-40bc-95c7-d28f87ce7cd5","linkage":[{"source":"age","target":"age"}]},{"linkageId":"a7de05b4-3eab-40ce-bb95-39d650ea3c1b","linkage":[{"source":"age","target":"age"}]}],"dataSetIzAgent":"","option":{"grid":{"bottom":115,"show":false},"legend":{"orient":"vertical"},"series":[{"data":[],"name":"AccessFrom","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0,0,0,0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"title":{"subtext":"","left":"left","show":true,"text":"基础饼图"},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":""}}}', N'admin', N'2023-04-27 14:25:38.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'811451560236199936', NULL, N'1517067453027352578', NULL, N'JPie', N'{"borderColor":"#FFFFFF00","dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"age","filed":"数值"}],"paramOption":[{"defaultVal":"","label":"name","text":"name","value":"name"}],"dataType":2,"dataSetName":"示例_参数查询","query":[],"dataSetApi":"select*fromdemowherenamelike''%${name}%''","url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"chartData":"[{\"value\":1048,\"name\":\"vivo\"},{\"value\":735,\"name\":\"oppo\"},{\"value\":580,\"name\":\"苹果\"},{\"value\":484,\"name\":\"小米\"},{\"value\":300,\"name\":\"三星\"}]","size":{"height":420},"dataSetId":"1516317603268657153","fieldOption":[{"label":"id","text":"id","value":"id"},{"label":"name","text":"name","value":"name"},{"label":"key_word","text":"key_word","value":"key_word"},{"label":"punch_time","text":"punch_time","value":"punch_time"},{"label":"salary_money","text":"salary_money","value":"salary_money"},{"label":"bonus_money","text":"bonus_money","value":"bonus_money"},{"label":"sex","text":"sex","value":"sex"},{"label":"age","text":"age","value":"age"},{"label":"birthday","text":"birthday","value":"birthday"},{"label":"email","text":"email","value":"email"},{"label":"content","text":"content","value":"content"},{"label":"create_by","text":"create_by","value":"create_by"},{"label":"create_time","text":"create_time","value":"create_time"},{"label":"update_by","text":"update_by","value":"update_by"},{"label":"update_time","text":"update_time","value":"update_time"},{"label":"sys_org_code","text":"sys_org_code","value":"sys_org_code"},{"label":"tenant_id","text":"tenant_id","value":"tenant_id"}],"dataSetType":"sql","background":"#FFFFFF","turnConfig":{"url":""},"linkageConfig":[{"linkageId":"9e46a297-752b-40bc-95c7-d28f87ce7cd5","linkage":[{"source":"age","target":"age"}]},{"linkageId":"a7de05b4-3eab-40ce-bb95-39d650ea3c1b","linkage":[{"source":"age","target":"age"}]}],"dataSetIzAgent":"","option":{"grid":{"bottom":115,"show":false},"legend":{"orient":"vertical"},"series":[{"data":[],"name":"AccessFrom","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0,0,0,0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"title":{"subtext":"","left":"left","show":true,"text":"基础饼图"},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":""}}}', N'admin', N'2023-04-27 14:25:38.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'811451560252977152', NULL, N'1517067453027352578', NULL, N'JLine', N'{"borderColor":"#FFFFFF00","dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"age","filed":"数值"}],"paramOption":[{"defaultVal":"","label":"age","text":"age","value":"age"}],"dataType":2,"dataSetName":"示例_根据年龄查询用户","query":[],"dataSetApi":"select*fromdemowhereage=${age}","url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"chartData":"[{\"value\":1000,\"name\":\"联想\"},{\"value\":7350,\"name\":\"小米\"},{\"value\":5800,\"name\":\"华为\"},{\"value\":6000,\"name\":\"苹果\"},{\"value\":3000,\"name\":\"戴尔\"}]","size":{"height":420},"dataSetId":"1517071247723233281","fieldOption":[{"label":"id","text":"id","value":"id"},{"label":"name","text":"name","value":"name"},{"label":"key_word","text":"key_word","value":"key_word"},{"label":"punch_time","text":"punch_time","value":"punch_time"},{"label":"salary_money","text":"salary_money","value":"salary_money"},{"label":"bonus_money","text":"bonus_money","value":"bonus_money"},{"label":"sex","text":"sex","value":"sex"},{"label":"age","text":"age","value":"age"},{"label":"birthday","text":"birthday","value":"birthday"},{"label":"email","text":"email","value":"email"},{"label":"content","text":"content","value":"content"},{"label":"create_by","text":"create_by","value":"create_by"},{"label":"create_time","text":"create_time","value":"create_time"},{"label":"update_by","text":"update_by","value":"update_by"},{"label":"update_time","text":"update_time","value":"update_time"},{"label":"sys_org_code","text":"sys_org_code","value":"sys_org_code"},{"label":"tenant_id","text":"tenant_id","value":"tenant_id"}],"dataSetType":"sql","background":"#FFFFFF","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"type":"line"}],"title":{"subtext":"","left":"left","text":"基础折线图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":""}}}', N'admin', N'2023-04-27 14:25:38.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'811451560252977152', NULL, N'1517067453027352578', NULL, N'JLine', N'{"borderColor":"#FFFFFF00","dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"age","filed":"数值"}],"paramOption":[{"defaultVal":"","label":"age","text":"age","value":"age"}],"dataType":2,"dataSetName":"示例_根据年龄查询用户","query":[],"dataSetApi":"select*fromdemowhereage=${age}","url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"chartData":"[{\"value\":1000,\"name\":\"联想\"},{\"value\":7350,\"name\":\"小米\"},{\"value\":5800,\"name\":\"华为\"},{\"value\":6000,\"name\":\"苹果\"},{\"value\":3000,\"name\":\"戴尔\"}]","size":{"height":420},"dataSetId":"1517071247723233281","fieldOption":[{"label":"id","text":"id","value":"id"},{"label":"name","text":"name","value":"name"},{"label":"key_word","text":"key_word","value":"key_word"},{"label":"punch_time","text":"punch_time","value":"punch_time"},{"label":"salary_money","text":"salary_money","value":"salary_money"},{"label":"bonus_money","text":"bonus_money","value":"bonus_money"},{"label":"sex","text":"sex","value":"sex"},{"label":"age","text":"age","value":"age"},{"label":"birthday","text":"birthday","value":"birthday"},{"label":"email","text":"email","value":"email"},{"label":"content","text":"content","value":"content"},{"label":"create_by","text":"create_by","value":"create_by"},{"label":"create_time","text":"create_time","value":"create_time"},{"label":"update_by","text":"update_by","value":"update_by"},{"label":"update_time","text":"update_time","value":"update_time"},{"label":"sys_org_code","text":"sys_org_code","value":"sys_org_code"},{"label":"tenant_id","text":"tenant_id","value":"tenant_id"}],"dataSetType":"sql","background":"#FFFFFF","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"type":"line"}],"title":{"subtext":"","left":"left","text":"基础折线图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":""}}}', N'admin', N'2023-04-27 14:25:38.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'811451560269754368', NULL, N'1517067453027352578', NULL, N'JProgress', N'{"borderColor":"#FFFFFF00","dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"age","filed":"数值"}],"paramOption":[{"defaultVal":"","label":"age","text":"age","value":"age"}],"dataType":2,"dataSetName":"示例_根据年龄查询用户","query":[],"dataSetApi":"select*fromdemowhereage=${age}","url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"chartData":"[{\"name\":\"内存使用率\",\"value\":50}]","size":{"height":420},"dataSetId":"1517071247723233281","fieldOption":[{"label":"id","text":"id","value":"id"},{"label":"name","text":"name","value":"name"},{"label":"key_word","text":"key_word","value":"key_word"},{"label":"punch_time","text":"punch_time","value":"punch_time"},{"label":"salary_money","text":"salary_money","value":"salary_money"},{"label":"bonus_money","text":"bonus_money","value":"bonus_money"},{"label":"sex","text":"sex","value":"sex"},{"label":"age","text":"age","value":"age"},{"label":"birthday","text":"birthday","value":"birthday"},{"label":"email","text":"email","value":"email"},{"label":"content","text":"content","value":"content"},{"label":"create_by","text":"create_by","value":"create_by"},{"label":"create_time","text":"create_time","value":"create_time"},{"label":"update_by","text":"update_by","value":"update_by"},{"label":"update_time","text":"update_time","value":"update_time"},{"label":"sys_org_code","text":"sys_org_code","value":"sys_org_code"},{"label":"tenant_id","text":"tenant_id","value":"tenant_id"}],"dataSetType":"sql","background":"#FFFFFF","linkageConfig":[],"dataSetIzAgent":"","option":{"grid":{"show":false},"series":[{"barWidth":19,"color":"#151B87","itemStyle":{"normal":{"barBorderRadius":10}},"zlevel":1,"label":{"formatter":"{c}{a}","offset":[0,-40],"color":"black","show":true,"fontSize":24,"position":"right"}},{"barWidth":19,"color":"#eeeeee","barGap":"-100%","itemStyle":{"normal":{"barBorderRadius":10}},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础进度图","textStyle":{"color":"#464646"}}}}', N'admin', N'2023-04-27 14:25:38.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'811451560269754368', NULL, N'1517067453027352578', NULL, N'JProgress', N'{"borderColor":"#FFFFFF00","dataMapping":[{"mapping":"name","filed":"维度"},{"mapping":"age","filed":"数值"}],"paramOption":[{"defaultVal":"","label":"age","text":"age","value":"age"}],"dataType":2,"dataSetName":"示例_根据年龄查询用户","query":[],"dataSetApi":"select*fromdemowhereage=${age}","url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"chartData":"[{\"name\":\"内存使用率\",\"value\":50}]","size":{"height":420},"dataSetId":"1517071247723233281","fieldOption":[{"label":"id","text":"id","value":"id"},{"label":"name","text":"name","value":"name"},{"label":"key_word","text":"key_word","value":"key_word"},{"label":"punch_time","text":"punch_time","value":"punch_time"},{"label":"salary_money","text":"salary_money","value":"salary_money"},{"label":"bonus_money","text":"bonus_money","value":"bonus_money"},{"label":"sex","text":"sex","value":"sex"},{"label":"age","text":"age","value":"age"},{"label":"birthday","text":"birthday","value":"birthday"},{"label":"email","text":"email","value":"email"},{"label":"content","text":"content","value":"content"},{"label":"create_by","text":"create_by","value":"create_by"},{"label":"create_time","text":"create_time","value":"create_time"},{"label":"update_by","text":"update_by","value":"update_by"},{"label":"update_time","text":"update_time","value":"update_time"},{"label":"sys_org_code","text":"sys_org_code","value":"sys_org_code"},{"label":"tenant_id","text":"tenant_id","value":"tenant_id"}],"dataSetType":"sql","background":"#FFFFFF","linkageConfig":[],"dataSetIzAgent":"","option":{"grid":{"show":false},"series":[{"barWidth":19,"color":"#151B87","itemStyle":{"normal":{"barBorderRadius":10}},"zlevel":1,"label":{"formatter":"{c}{a}","offset":[0,-40],"color":"black","show":true,"fontSize":24,"position":"right"}},{"barWidth":19,"color":"#eeeeee","barGap":"-100%","itemStyle":{"normal":{"barBorderRadius":10}},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础进度图","textStyle":{"color":"#464646"}}}}', N'admin', N'2023-04-27 14:25:38.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'817922650978430976', NULL, N'750938006131638272', NULL, N'JBar', N'{"chartData":"[{\"name\":\"苹果\",\"type\":\"手机品牌\",\"value\":1000879},{\"name\":\"三星\",\"type\":\"手机品牌\",\"value\":3400879},{\"name\":\"小米\",\"type\":\"手机品牌\",\"value\":2300879},{\"name\":\"oppo\",\"type\":\"手机品牌\",\"value\":5400879},{\"name\":\"vivo\",\"type\":\"手机品牌\",\"value\":3400879}]","borderColor":"#FFFFFF00","size":{"width":861,"height":419},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"background":"#FFFFFF","dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#5470c6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2023-05-15 10:59:26.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'817922650978430976', NULL, N'750938006131638272', NULL, N'JBar', N'{"chartData":"[{\"name\":\"苹果\",\"type\":\"手机品牌\",\"value\":1000879},{\"name\":\"三星\",\"type\":\"手机品牌\",\"value\":3400879},{\"name\":\"小米\",\"type\":\"手机品牌\",\"value\":2300879},{\"name\":\"oppo\",\"type\":\"手机品牌\",\"value\":5400879},{\"name\":\"vivo\",\"type\":\"手机品牌\",\"value\":3400879}]","borderColor":"#FFFFFF00","size":{"width":861,"height":419},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"background":"#FFFFFF","dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#5470c6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2023-05-15 10:59:26.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'817922651032956928', NULL, N'750938006131638272', NULL, N'JLine', N'{"chartData":"[{\"name\":\"联想\",\"value\":1000},{\"name\":\"小米\",\"value\":7350},{\"name\":\"华为\",\"value\":5800},{\"name\":\"苹果\",\"value\":6000},{\"name\":\"戴尔\",\"value\":3000}]","borderColor":"#FFFFFF00","size":{"height":420},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"background":"#FFFFFF","dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"grid":{"top":90,"bottom":115,"show":false},"series":[{"data":[],"type":"line"}],"title":{"subtext":"","left":10,"text":"基础折线图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2023-05-15 10:59:27.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'817922651032956928', NULL, N'750938006131638272', NULL, N'JLine', N'{"chartData":"[{\"name\":\"联想\",\"value\":1000},{\"name\":\"小米\",\"value\":7350},{\"name\":\"华为\",\"value\":5800},{\"name\":\"苹果\",\"value\":6000},{\"name\":\"戴尔\",\"value\":3000}]","borderColor":"#FFFFFF00","size":{"height":420},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"background":"#FFFFFF","dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"grid":{"top":90,"bottom":115,"show":false},"series":[{"data":[],"type":"line"}],"title":{"subtext":"","left":10,"text":"基础折线图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2023-05-15 10:59:27.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'817922651049734144', NULL, N'750938006131638272', NULL, N'JRing', N'{"chartData":"[{\"name\":\"oppo\",\"value\":1048},{\"name\":\"vivo\",\"value\":735},{\"name\":\"苹果\",\"value\":580},{\"name\":\"小米\",\"value\":484},{\"name\":\"三星\",\"value\":300}]","borderColor":"#FFFFFF00","size":{"height":420},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"background":"#FFFFFF","dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"name":"Access From","avoidLabelOverlap":false,"emphasis":{"label":{"show":true,"fontSize":"25","fontWeight":"bold"}},"label":{"show":false,"position":"center"},"labelLine":{"show":false},"type":"pie","radius":["40%","70%"]}],"tooltip":{"trigger":"item"},"title":{"show":true,"text":"基础环形图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2023-05-15 10:59:27.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'817922651049734144', NULL, N'750938006131638272', NULL, N'JRing', N'{"chartData":"[{\"name\":\"oppo\",\"value\":1048},{\"name\":\"vivo\",\"value\":735},{\"name\":\"苹果\",\"value\":580},{\"name\":\"小米\",\"value\":484},{\"name\":\"三星\",\"value\":300}]","borderColor":"#FFFFFF00","size":{"height":420},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"background":"#FFFFFF","dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"name":"Access From","avoidLabelOverlap":false,"emphasis":{"label":{"show":true,"fontSize":"25","fontWeight":"bold"}},"label":{"show":false,"position":"center"},"labelLine":{"show":false},"type":"pie","radius":["40%","70%"]}],"tooltip":{"trigger":"item"},"title":{"show":true,"text":"基础环形图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2023-05-15 10:59:27.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'817922651070705664', NULL, N'750938006131638272', NULL, N'JGauge', N'{"chartData":"[{\"name\":\"名称\",\"value\":4}]","borderColor":"#FFFFFF00","size":{"height":420},"dataMapping":[{"mapping":"","filed":"名称"},{"mapping":"","filed":"数值"}],"background":"#FFFFFF","dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/gauge","timeOut":0,"option":{"grid":{"bottom":115},"series":[{"axisLabel":{"show":true,"fontSize":12},"data":[],"splitLine":{"lineStyle":{"color":"#eee","width":4},"length":12},"axisTick":{"lineStyle":{"color":"#eee"},"show":true},"progress":{"show":true},"detail":{"formatter":"{value}","fontSize":25},"type":"gauge"}],"tooltip":{"formatter":"{a}
{b} : {c}%"},"title":{"text":"标准仪表盘"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2023-05-15 10:59:27.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'817922651070705664', NULL, N'750938006131638272', NULL, N'JGauge', N'{"chartData":"[{\"name\":\"名称\",\"value\":4}]","borderColor":"#FFFFFF00","size":{"height":420},"dataMapping":[{"mapping":"","filed":"名称"},{"mapping":"","filed":"数值"}],"background":"#FFFFFF","dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/gauge","timeOut":0,"option":{"grid":{"bottom":115},"series":[{"axisLabel":{"show":true,"fontSize":12},"data":[],"splitLine":{"lineStyle":{"color":"#eee","width":4},"length":12},"axisTick":{"lineStyle":{"color":"#eee"},"show":true},"progress":{"show":true},"detail":{"formatter":"{value}","fontSize":25},"type":"gauge"}],"tooltip":{"formatter":"{a}
{b} : {c}%"},"title":{"text":"标准仪表盘"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2023-05-15 10:59:27.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'817922651095871488', NULL, N'750938006131638272', NULL, N'JFunnel', N'{"chartData":"[{\"name\":\"直接访问\",\"value\":335},{\"name\":\"邮件营销\",\"value\":310},{\"name\":\"联盟广告\",\"value\":234}]","borderColor":"#FFFFFF00","size":{"height":420},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"background":"#FFFFFF","dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/funnel","timeOut":0,"option":{"grid":{"bottom":115},"legend":{"orient":"horizontal"},"series":[{"left":"10%","gap":2,"name":"Funnel","width":"80%","emphasis":{"label":{"fontSize":20}},"itemStyle":{"borderColor":"#fff","borderWidth":1},"sort":"descending","label":{"show":true,"position":"inside"},"labelLine":{"lineStyle":{"width":1,"type":"solid"},"length":10},"type":"funnel"}],"tooltip":{"formatter":"{a}
{b} : {c}%","trigger":"item"},"title":{"show":true,"text":"基础漏斗图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2023-05-15 10:59:27.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'817922651095871488', NULL, N'750938006131638272', NULL, N'JFunnel', N'{"chartData":"[{\"name\":\"直接访问\",\"value\":335},{\"name\":\"邮件营销\",\"value\":310},{\"name\":\"联盟广告\",\"value\":234}]","borderColor":"#FFFFFF00","size":{"height":420},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"background":"#FFFFFF","dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/funnel","timeOut":0,"option":{"grid":{"bottom":115},"legend":{"orient":"horizontal"},"series":[{"left":"10%","gap":2,"name":"Funnel","width":"80%","emphasis":{"label":{"fontSize":20}},"itemStyle":{"borderColor":"#fff","borderWidth":1},"sort":"descending","label":{"show":true,"position":"inside"},"labelLine":{"lineStyle":{"width":1,"type":"solid"},"length":10},"type":"funnel"}],"tooltip":{"formatter":"{a}
{b} : {c}%","trigger":"item"},"title":{"show":true,"text":"基础漏斗图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2023-05-15 10:59:27.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'817922651112648704', NULL, N'750938006131638272', NULL, N'JBar', N'{"chartData":[{"name":"苹果","type":"手机品牌","value":1000879},{"name":"三星","type":"手机品牌","value":3400879},{"name":"小米","type":"手机品牌","value":2300879},{"name":"oppo","type":"手机品牌","value":5400879},{"name":"vivo","type":"手机品牌","value":3400879}],"size":{"height":420},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#5470c6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2023-05-15 10:59:27.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'817922651112648704', NULL, N'750938006131638272', NULL, N'JBar', N'{"chartData":[{"name":"苹果","type":"手机品牌","value":1000879},{"name":"三星","type":"手机品牌","value":3400879},{"name":"小米","type":"手机品牌","value":2300879},{"name":"oppo","type":"手机品牌","value":5400879},{"name":"vivo","type":"手机品牌","value":3400879}],"size":{"height":420},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#5470c6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2023-05-15 10:59:27.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'817922651133620224', NULL, N'750938006131638272', NULL, N'JStackBar', N'{"chartData":"[{\"name\":\"1991\",\"value\":3,\"type\":\"Lon\"},{\"name\":\"1992\",\"value\":4,\"type\":\"Lon\"},{\"name\":\"1993\",\"value\":3.5,\"type\":\"Lon\"},{\"name\":\"1994\",\"value\":5,\"type\":\"Lon\"},{\"name\":\"1995\",\"value\":4.9,\"type\":\"Lon\"},{\"name\":\"1996\",\"value\":6,\"type\":\"Lon\"},{\"name\":\"1997\",\"value\":7,\"type\":\"Lon\"},{\"name\":\"1998\",\"value\":9,\"type\":\"Lon\"},{\"name\":\"1999\",\"value\":13,\"type\":\"Lon\"},{\"name\":\"1991\",\"value\":3,\"type\":\"Bor\"},{\"name\":\"1992\",\"value\":4,\"type\":\"Bor\"},{\"name\":\"1993\",\"value\":3.5,\"type\":\"Bor\"},{\"name\":\"1994\",\"value\":5,\"type\":\"Bor\"},{\"name\":\"1995\",\"value\":4.9,\"type\":\"Bor\"},{\"name\":\"1996\",\"value\":6,\"type\":\"Bor\"},{\"name\":\"1997\",\"value\":7,\"type\":\"Bor\"},{\"name\":\"1998\",\"value\":9,\"type\":\"Bor\"},{\"name\":\"1999\",\"value\":13,\"type\":\"Bor\"}]","borderColor":"#FFFFFF00","size":{"height":420},"background":"#FFFFFF","dataMapping":[{"mapping":"","filed":"分组"},{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/stackedBar","timeOut":0,"option":{"grid":{"top":90,"bottom":115},"series":[],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"堆叠柱形图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2023-05-15 10:59:27.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'817922651133620224', NULL, N'750938006131638272', NULL, N'JStackBar', N'{"chartData":"[{\"name\":\"1991\",\"value\":3,\"type\":\"Lon\"},{\"name\":\"1992\",\"value\":4,\"type\":\"Lon\"},{\"name\":\"1993\",\"value\":3.5,\"type\":\"Lon\"},{\"name\":\"1994\",\"value\":5,\"type\":\"Lon\"},{\"name\":\"1995\",\"value\":4.9,\"type\":\"Lon\"},{\"name\":\"1996\",\"value\":6,\"type\":\"Lon\"},{\"name\":\"1997\",\"value\":7,\"type\":\"Lon\"},{\"name\":\"1998\",\"value\":9,\"type\":\"Lon\"},{\"name\":\"1999\",\"value\":13,\"type\":\"Lon\"},{\"name\":\"1991\",\"value\":3,\"type\":\"Bor\"},{\"name\":\"1992\",\"value\":4,\"type\":\"Bor\"},{\"name\":\"1993\",\"value\":3.5,\"type\":\"Bor\"},{\"name\":\"1994\",\"value\":5,\"type\":\"Bor\"},{\"name\":\"1995\",\"value\":4.9,\"type\":\"Bor\"},{\"name\":\"1996\",\"value\":6,\"type\":\"Bor\"},{\"name\":\"1997\",\"value\":7,\"type\":\"Bor\"},{\"name\":\"1998\",\"value\":9,\"type\":\"Bor\"},{\"name\":\"1999\",\"value\":13,\"type\":\"Bor\"}]","borderColor":"#FFFFFF00","size":{"height":420},"background":"#FFFFFF","dataMapping":[{"mapping":"","filed":"分组"},{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/stackedBar","timeOut":0,"option":{"grid":{"top":90,"bottom":115},"series":[],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"堆叠柱形图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2023-05-15 10:59:27.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'817922651154591744', NULL, N'750938006131638272', NULL, N'JDynamicBar', N'{"chartData":"[{\"name\":\"1991\",\"value\":131,\"type\":\"Lon\"},{\"name\":\"1992\",\"value\":141,\"type\":\"Lon\"},{\"name\":\"1993\",\"value\":31.5,\"type\":\"Lon\"},{\"name\":\"1994\",\"value\":53,\"type\":\"Lon\"},{\"name\":\"1995\",\"value\":41.9,\"type\":\"Lon\"},{\"name\":\"1996\",\"value\":61,\"type\":\"Lon\"},{\"name\":\"1997\",\"value\":17,\"type\":\"Lon\"},{\"name\":\"1998\",\"value\":19,\"type\":\"Lon\"},{\"name\":\"1999\",\"value\":113,\"type\":\"Lon\"}]","borderColor":"#FFFFFF00","size":{"height":420},"dataMapping":[{"mapping":"","filed":"分组"},{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"background":"#FFFFFF","dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/stackedBar","timeOut":0,"option":{"grid":{"top":90,"bottom":115},"series":[],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"text":"动态柱形图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2023-05-15 10:59:27.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'817922651154591744', NULL, N'750938006131638272', NULL, N'JDynamicBar', N'{"chartData":"[{\"name\":\"1991\",\"value\":131,\"type\":\"Lon\"},{\"name\":\"1992\",\"value\":141,\"type\":\"Lon\"},{\"name\":\"1993\",\"value\":31.5,\"type\":\"Lon\"},{\"name\":\"1994\",\"value\":53,\"type\":\"Lon\"},{\"name\":\"1995\",\"value\":41.9,\"type\":\"Lon\"},{\"name\":\"1996\",\"value\":61,\"type\":\"Lon\"},{\"name\":\"1997\",\"value\":17,\"type\":\"Lon\"},{\"name\":\"1998\",\"value\":19,\"type\":\"Lon\"},{\"name\":\"1999\",\"value\":113,\"type\":\"Lon\"}]","borderColor":"#FFFFFF00","size":{"height":420},"dataMapping":[{"mapping":"","filed":"分组"},{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"background":"#FFFFFF","dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/stackedBar","timeOut":0,"option":{"grid":{"top":90,"bottom":115},"series":[],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"text":"动态柱形图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2023-05-15 10:59:27.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'817922651175563264', NULL, N'750938006131638272', NULL, N'JMultipleBar', N'{"chartData":"[{\"name\":\"1991\",\"value\":3,\"type\":\"Lon\"},{\"name\":\"1992\",\"value\":4,\"type\":\"Lon\"},{\"name\":\"1993\",\"value\":3.5,\"type\":\"Lon\"},{\"name\":\"1994\",\"value\":5,\"type\":\"Lon\"},{\"name\":\"1995\",\"value\":4.9,\"type\":\"Lon\"},{\"name\":\"1996\",\"value\":6,\"type\":\"Lon\"},{\"name\":\"1997\",\"value\":7,\"type\":\"Lon\"},{\"name\":\"1998\",\"value\":9,\"type\":\"Lon\"},{\"name\":\"1999\",\"value\":13,\"type\":\"Lon\"},{\"name\":\"1991\",\"value\":3,\"type\":\"Bor\"},{\"name\":\"1992\",\"value\":4,\"type\":\"Bor\"},{\"name\":\"1993\",\"value\":3.5,\"type\":\"Bor\"},{\"name\":\"1994\",\"value\":5,\"type\":\"Bor\"},{\"name\":\"1995\",\"value\":4.9,\"type\":\"Bor\"},{\"name\":\"1996\",\"value\":6,\"type\":\"Bor\"},{\"name\":\"1997\",\"value\":7,\"type\":\"Bor\"},{\"name\":\"1998\",\"value\":9,\"type\":\"Bor\"},{\"name\":\"1999\",\"value\":13,\"type\":\"Bor\"}]","borderColor":"#FFFFFF00","size":{"height":420},"dataMapping":[{"mapping":"","filed":"分组"},{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"background":"#FFFFFF","dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/stackedBar","timeOut":0,"option":{"grid":{"top":90,"bottom":115},"series":[],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"多数据对比柱形图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2023-05-15 10:59:27.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'817922651175563264', NULL, N'750938006131638272', NULL, N'JMultipleBar', N'{"chartData":"[{\"name\":\"1991\",\"value\":3,\"type\":\"Lon\"},{\"name\":\"1992\",\"value\":4,\"type\":\"Lon\"},{\"name\":\"1993\",\"value\":3.5,\"type\":\"Lon\"},{\"name\":\"1994\",\"value\":5,\"type\":\"Lon\"},{\"name\":\"1995\",\"value\":4.9,\"type\":\"Lon\"},{\"name\":\"1996\",\"value\":6,\"type\":\"Lon\"},{\"name\":\"1997\",\"value\":7,\"type\":\"Lon\"},{\"name\":\"1998\",\"value\":9,\"type\":\"Lon\"},{\"name\":\"1999\",\"value\":13,\"type\":\"Lon\"},{\"name\":\"1991\",\"value\":3,\"type\":\"Bor\"},{\"name\":\"1992\",\"value\":4,\"type\":\"Bor\"},{\"name\":\"1993\",\"value\":3.5,\"type\":\"Bor\"},{\"name\":\"1994\",\"value\":5,\"type\":\"Bor\"},{\"name\":\"1995\",\"value\":4.9,\"type\":\"Bor\"},{\"name\":\"1996\",\"value\":6,\"type\":\"Bor\"},{\"name\":\"1997\",\"value\":7,\"type\":\"Bor\"},{\"name\":\"1998\",\"value\":9,\"type\":\"Bor\"},{\"name\":\"1999\",\"value\":13,\"type\":\"Bor\"}]","borderColor":"#FFFFFF00","size":{"height":420},"dataMapping":[{"mapping":"","filed":"分组"},{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"background":"#FFFFFF","dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/stackedBar","timeOut":0,"option":{"grid":{"top":90,"bottom":115},"series":[],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"多数据对比柱形图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2023-05-15 10:59:27.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'817922651192340480', NULL, N'750938006131638272', NULL, N'JNegativeBar', N'{"chartData":"[{\"name\":\"周一\",\"value\":200,\"type\":\"利润\"},{\"name\":\"周二\",\"value\":170,\"type\":\"利润\"},{\"name\":\"周三\",\"value\":240,\"type\":\"利润\"},{\"name\":\"周四\",\"value\":244,\"type\":\"利润\"},{\"name\":\"周五\",\"value\":200,\"type\":\"利润\"},{\"name\":\"周六\",\"value\":220,\"type\":\"利润\"},{\"name\":\"周日\",\"value\":210,\"type\":\"利润\"},{\"name\":\"周一\",\"value\":320,\"type\":\"收入\"},{\"name\":\"周二\",\"value\":302,\"type\":\"收入\"},{\"name\":\"周三\",\"value\":341,\"type\":\"收入\"},{\"name\":\"周四\",\"value\":374,\"type\":\"收入\"},{\"name\":\"周五\",\"value\":390,\"type\":\"收入\"},{\"name\":\"周六\",\"value\":450,\"type\":\"收入\"},{\"name\":\"周日\",\"value\":420,\"type\":\"收入\"},{\"name\":\"周一\",\"value\":-120,\"type\":\"支出\"},{\"name\":\"周二\",\"value\":-132,\"type\":\"支出\"},{\"name\":\"周三\",\"value\":-101,\"type\":\"支出\"},{\"name\":\"周四\",\"value\":-134,\"type\":\"支出\"},{\"name\":\"周五\",\"value\":-190,\"type\":\"支出\"},{\"name\":\"周六\",\"value\":-230,\"type\":\"支出\"},{\"name\":\"周日\",\"value\":-210,\"type\":\"支出\"}]","borderColor":"#FFFFFF00","size":{"height":420},"dataMapping":[{"mapping":"","filed":"分组"},{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"background":"#FFFFFF","dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/stackedBar","timeOut":0,"option":{"xAxis":{"type":"value"},"grid":{"top":90,"bottom":115},"series":[],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"正负条形图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2023-05-15 10:59:27.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'817922651192340480', NULL, N'750938006131638272', NULL, N'JNegativeBar', N'{"chartData":"[{\"name\":\"周一\",\"value\":200,\"type\":\"利润\"},{\"name\":\"周二\",\"value\":170,\"type\":\"利润\"},{\"name\":\"周三\",\"value\":240,\"type\":\"利润\"},{\"name\":\"周四\",\"value\":244,\"type\":\"利润\"},{\"name\":\"周五\",\"value\":200,\"type\":\"利润\"},{\"name\":\"周六\",\"value\":220,\"type\":\"利润\"},{\"name\":\"周日\",\"value\":210,\"type\":\"利润\"},{\"name\":\"周一\",\"value\":320,\"type\":\"收入\"},{\"name\":\"周二\",\"value\":302,\"type\":\"收入\"},{\"name\":\"周三\",\"value\":341,\"type\":\"收入\"},{\"name\":\"周四\",\"value\":374,\"type\":\"收入\"},{\"name\":\"周五\",\"value\":390,\"type\":\"收入\"},{\"name\":\"周六\",\"value\":450,\"type\":\"收入\"},{\"name\":\"周日\",\"value\":420,\"type\":\"收入\"},{\"name\":\"周一\",\"value\":-120,\"type\":\"支出\"},{\"name\":\"周二\",\"value\":-132,\"type\":\"支出\"},{\"name\":\"周三\",\"value\":-101,\"type\":\"支出\"},{\"name\":\"周四\",\"value\":-134,\"type\":\"支出\"},{\"name\":\"周五\",\"value\":-190,\"type\":\"支出\"},{\"name\":\"周六\",\"value\":-230,\"type\":\"支出\"},{\"name\":\"周日\",\"value\":-210,\"type\":\"支出\"}]","borderColor":"#FFFFFF00","size":{"height":420},"dataMapping":[{"mapping":"","filed":"分组"},{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"background":"#FFFFFF","dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/26/stackedBar","timeOut":0,"option":{"xAxis":{"type":"value"},"grid":{"top":90,"bottom":115},"series":[],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"正负条形图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'admin', N'2023-05-15 10:59:27.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'826049694035705856', NULL, N'1516742733803323394', NULL, N'JTabs', N'{"paramOption":[],"dataType":2,"dataSetName":"统计近十日的登陆次数","query":[],"h":40,"dataSetApi":"SELECT\tcount(*)num,\tDATE_FORMAT(create_time,''%Y-%m-%d'')AS`day`FROM\tsys_logWHERE\tlog_type=1ANDcreate_time>DATE_SUB(NOW(),INTERVAL10DAY)GROUPBY\tDATE_FORMAT(create_time,''%Y-%m-%d'')","size":{"width":1650,"height":529},"dataSetId":"1516743766914924546","fieldOption":[{"label":"登录次数","text":"登录次数","value":"num"},{"label":"日期","text":"日期","value":"day"}],"dataSetType":"sql","w":12,"dataSetIzAgent":"","option":{"title":"选项卡"},"child":[{"component":"JBar","w":12,"x":0,"h":42,"i":"2c5a2c1f-2cab-48bc-9a0c-c3c9b648e9b9","title":"柱状图","config":{"dataMapping":[{"mapping":"day","filed":"维度"},{"mapping":"num","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"统计近十日的登陆次数","query":[],"dataSetApi":"SELECT\tcount(*)num,\tDATE_FORMAT(create_time,''%Y-%m-%d'')AS`day`FROM\tsys_logWHERE\tlog_type=1ANDcreate_time>DATE_SUB(NOW(),INTERVAL10DAY)GROUPBY\tDATE_FORMAT(create_time,''%Y-%m-%d'')","url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"chartData":"[{\"name\":\"苹果\",\"value\":1000879,\"type\":\"手机品牌\"},{\"name\":\"三星\",\"value\":3400879,\"type\":\"手机品牌\"},{\"name\":\"小米\",\"value\":2300879,\"type\":\"手机品牌\"},{\"name\":\"oppo\",\"value\":5400879,\"type\":\"手机品牌\"},{\"name\":\"vivo\",\"value\":3400879,\"type\":\"手机品牌\"}]","paddingBottom":90,"dataSetId":"1516743766914924546","fieldOption":[{"label":"登录次数","text":"登录次数","value":"num"},{"label":"日期","text":"日期","value":"day"}],"dataSetType":"sql","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180,180,180,0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":""}}}},{"horizontal":false,"component":"JLine","size":10,"w":12,"x":0,"h":42,"i":"34e3d56e-f567-45e7-bb59-346a8ec23fc6","text":"0.042","id":"a466d3c1-3a35-45f1-9ef1-271ca1a2e37c","title":"曲线图","config":{"dataMapping":[{"mapping":"day","filed":"维度"},{"mapping":"num","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"统计近十日的登陆次数","query":[],"dataSetApi":"SELECT\tcount(*)num,\tDATE_FORMAT(create_time,''%Y-%m-%d'')AS`day`FROM\tsys_logWHERE\tlog_type=1ANDcreate_time>DATE_SUB(NOW(),INTERVAL10DAY)GROUPBY\tDATE_FORMAT(create_time,''%Y-%m-%d'')","url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"chartData":"[{\"value\":1000,\"name\":\"联想\"},{\"value\":7350,\"name\":\"小米\"},{\"value\":5800,\"name\":\"华为\"},{\"value\":6000,\"name\":\"苹果\"},{\"value\":3000,\"name\":\"戴尔\"}]","paddingBottom":90,"dataSetId":"1516743766914924546","fieldOption":[{"label":"登录次数","text":"登录次数","value":"num"},{"label":"日期","text":"日期","value":"day"}],"dataSetType":"sql","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"type":"line"}],"title":{"subtext":"","left":"left","text":"基础折线图"},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":""}}},"child":[]},{"horizontal":false,"component":"JPie","size":10,"w":12,"x":0,"h":42,"i":"9e2087e1-fd80-4096-995c-27d35d05478a","text":"0.042","id":"be62c001-795b-4b77-9a91-d6be1ad6d1ce","title":"饼图","config":{"dataMapping":[{"mapping":"day","filed":"维度"},{"mapping":"num","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"统计近十日的登陆次数","query":[],"dataSetApi":"SELECT\tcount(*)num,\tDATE_FORMAT(create_time,''%Y-%m-%d'')AS`day`FROM\tsys_logWHERE\tlog_type=1ANDcreate_time>DATE_SUB(NOW(),INTERVAL10DAY)GROUPBY\tDATE_FORMAT(create_time,''%Y-%m-%d'')","url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"chartData":"[{\"value\":1048,\"name\":\"vivo\"},{\"value\":735,\"name\":\"oppo\"},{\"value\":580,\"name\":\"苹果\"},{\"value\":484,\"name\":\"小米\"},{\"value\":300,\"name\":\"三星\"}]","paddingBottom":90,"dataSetId":"1516743766914924546","fieldOption":[{"label":"登录次数","text":"登录次数","value":"num"},{"label":"日期","text":"日期","value":"day"}],"dataSetType":"sql","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"grid":{"bottom":115,"show":false},"legend":{"orient":"vertical"},"series":[{"data":[],"name":"AccessFrom","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0,0,0,0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"title":{"subtext":"","left":"left","show":true,"text":"基础饼图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}},"child":[]}]}', N'admin', N'2023-06-06 21:13:25.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'826049694035705856', NULL, N'1516742733803323394', NULL, N'JTabs', N'{"paramOption":[],"dataType":2,"dataSetName":"统计近十日的登陆次数","query":[],"h":40,"dataSetApi":"SELECT\tcount(*)num,\tDATE_FORMAT(create_time,''%Y-%m-%d'')AS`day`FROM\tsys_logWHERE\tlog_type=1ANDcreate_time>DATE_SUB(NOW(),INTERVAL10DAY)GROUPBY\tDATE_FORMAT(create_time,''%Y-%m-%d'')","size":{"width":1650,"height":529},"dataSetId":"1516743766914924546","fieldOption":[{"label":"登录次数","text":"登录次数","value":"num"},{"label":"日期","text":"日期","value":"day"}],"dataSetType":"sql","w":12,"dataSetIzAgent":"","option":{"title":"选项卡"},"child":[{"component":"JBar","w":12,"x":0,"h":42,"i":"2c5a2c1f-2cab-48bc-9a0c-c3c9b648e9b9","title":"柱状图","config":{"dataMapping":[{"mapping":"day","filed":"维度"},{"mapping":"num","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"统计近十日的登陆次数","query":[],"dataSetApi":"SELECT\tcount(*)num,\tDATE_FORMAT(create_time,''%Y-%m-%d'')AS`day`FROM\tsys_logWHERE\tlog_type=1ANDcreate_time>DATE_SUB(NOW(),INTERVAL10DAY)GROUPBY\tDATE_FORMAT(create_time,''%Y-%m-%d'')","url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"chartData":"[{\"name\":\"苹果\",\"value\":1000879,\"type\":\"手机品牌\"},{\"name\":\"三星\",\"value\":3400879,\"type\":\"手机品牌\"},{\"name\":\"小米\",\"value\":2300879,\"type\":\"手机品牌\"},{\"name\":\"oppo\",\"value\":5400879,\"type\":\"手机品牌\"},{\"name\":\"vivo\",\"value\":3400879,\"type\":\"手机品牌\"}]","paddingBottom":90,"dataSetId":"1516743766914924546","fieldOption":[{"label":"登录次数","text":"登录次数","value":"num"},{"label":"日期","text":"日期","value":"day"}],"dataSetType":"sql","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"showBackground":true,"backgroundStyle":{"color":"rgba(180,180,180,0.2)"},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":""}}}},{"horizontal":false,"component":"JLine","size":10,"w":12,"x":0,"h":42,"i":"34e3d56e-f567-45e7-bb59-346a8ec23fc6","text":"0.042","id":"a466d3c1-3a35-45f1-9ef1-271ca1a2e37c","title":"曲线图","config":{"dataMapping":[{"mapping":"day","filed":"维度"},{"mapping":"num","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"统计近十日的登陆次数","query":[],"dataSetApi":"SELECT\tcount(*)num,\tDATE_FORMAT(create_time,''%Y-%m-%d'')AS`day`FROM\tsys_logWHERE\tlog_type=1ANDcreate_time>DATE_SUB(NOW(),INTERVAL10DAY)GROUPBY\tDATE_FORMAT(create_time,''%Y-%m-%d'')","url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"chartData":"[{\"value\":1000,\"name\":\"联想\"},{\"value\":7350,\"name\":\"小米\"},{\"value\":5800,\"name\":\"华为\"},{\"value\":6000,\"name\":\"苹果\"},{\"value\":3000,\"name\":\"戴尔\"}]","paddingBottom":90,"dataSetId":"1516743766914924546","fieldOption":[{"label":"登录次数","text":"登录次数","value":"num"},{"label":"日期","text":"日期","value":"day"}],"dataSetType":"sql","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"grid":{"bottom":115,"show":false},"series":[{"data":[],"type":"line"}],"title":{"subtext":"","left":"left","text":"基础折线图"},"card":{"rightHref":"","size":"default","extra":"","textStyle":{"color":"#4A4A4A"},"title":""}}},"child":[]},{"horizontal":false,"component":"JPie","size":10,"w":12,"x":0,"h":42,"i":"9e2087e1-fd80-4096-995c-27d35d05478a","text":"0.042","id":"be62c001-795b-4b77-9a91-d6be1ad6d1ce","title":"饼图","config":{"dataMapping":[{"mapping":"day","filed":"维度"},{"mapping":"num","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"统计近十日的登陆次数","query":[],"dataSetApi":"SELECT\tcount(*)num,\tDATE_FORMAT(create_time,''%Y-%m-%d'')AS`day`FROM\tsys_logWHERE\tlog_type=1ANDcreate_time>DATE_SUB(NOW(),INTERVAL10DAY)GROUPBY\tDATE_FORMAT(create_time,''%Y-%m-%d'')","url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"chartData":"[{\"value\":1048,\"name\":\"vivo\"},{\"value\":735,\"name\":\"oppo\"},{\"value\":580,\"name\":\"苹果\"},{\"value\":484,\"name\":\"小米\"},{\"value\":300,\"name\":\"三星\"}]","paddingBottom":90,"dataSetId":"1516743766914924546","fieldOption":[{"label":"登录次数","text":"登录次数","value":"num"},{"label":"日期","text":"日期","value":"day"}],"dataSetType":"sql","turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"","option":{"grid":{"bottom":115,"show":false},"legend":{"orient":"vertical"},"series":[{"data":[],"name":"AccessFrom","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0,0,0,0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"title":{"subtext":"","left":"left","show":true,"text":"基础饼图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}},"child":[]}]}', N'admin', N'2023-06-06 21:13:25.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'826049694119591936', NULL, N'1516742733803323394', NULL, N'JCommonTable', N'{"paramOption":[],"dataType":2,"dataSetName":"统计近十日的登陆次数","query":[],"h":42,"dataSetApi":"SELECT\tcount(*)num,\tDATE_FORMAT(create_time,''%Y-%m-%d'')AS`day`FROM\tsys_logWHERE\tlog_type=1ANDcreate_time>DATE_SUB(NOW(),INTERVAL10DAY)GROUPBY\tDATE_FORMAT(create_time,''%Y-%m-%d'')","timeOut":-1,"chartData":"[{\"name\":\"4月\",\"value\":50},{\"name\":\"2月\",\"value\":200},{\"name\":\"3月\",\"value\":300},{\"name\":\"4月\",\"value\":400},{\"name\":\"5月\",\"value\":50},{\"name\":\"6月\",\"value\":120}]","size":{"width":1636,"height":529},"dataSetId":"1516743766914924546","fieldOption":[{"label":"日期","text":"日期","value":"day"},{"label":"登录次数","text":"登录次数","value":"num"}],"dataSetType":"sql","w":24,"linkageConfig":[],"dataSetIzAgent":"","option":{"columns":[{"izShow":"Y","dataIndex":"day","title":"日期"},{"izTotal":"Y","izShow":"Y","dataIndex":"num","title":"登录次数"}]}}', N'admin', N'2023-06-06 21:13:25.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'826049694119591936', NULL, N'1516742733803323394', NULL, N'JCommonTable', N'{"paramOption":[],"dataType":2,"dataSetName":"统计近十日的登陆次数","query":[],"h":42,"dataSetApi":"SELECT\tcount(*)num,\tDATE_FORMAT(create_time,''%Y-%m-%d'')AS`day`FROM\tsys_logWHERE\tlog_type=1ANDcreate_time>DATE_SUB(NOW(),INTERVAL10DAY)GROUPBY\tDATE_FORMAT(create_time,''%Y-%m-%d'')","timeOut":-1,"chartData":"[{\"name\":\"4月\",\"value\":50},{\"name\":\"2月\",\"value\":200},{\"name\":\"3月\",\"value\":300},{\"name\":\"4月\",\"value\":400},{\"name\":\"5月\",\"value\":50},{\"name\":\"6月\",\"value\":120}]","size":{"width":1636,"height":529},"dataSetId":"1516743766914924546","fieldOption":[{"label":"日期","text":"日期","value":"day"},{"label":"登录次数","text":"登录次数","value":"num"}],"dataSetType":"sql","w":24,"linkageConfig":[],"dataSetIzAgent":"","option":{"columns":[{"izShow":"Y","dataIndex":"day","title":"日期"},{"izTotal":"Y","izShow":"Y","dataIndex":"num","title":"登录次数"}]}}', N'admin', N'2023-06-06 21:13:25.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'874453238774026240', NULL, N'874452016289599488', NULL, N'JBar', N'{"borderColor":"#FFFFFF00","dataMapping":[{"mapping":"date","filed":"维度"},{"mapping":"num","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"查询系统日志","query":[],"dataSetApi":"select DATE_FORMAT(create_time, ''%Y-%m-%d'') as date,count(*) as num from sys_log group by DATE_FORMAT(create_time, ''%Y-%m-%d'')","drillData":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"name\":\"苹果\",\"value\":1000879,\"type\":\"手机品牌\"},{\"name\":\"三星\",\"value\":3400879,\"type\":\"手机品牌\"},{\"name\":\"小米\",\"value\":2300879,\"type\":\"手机品牌\"},{\"name\":\"oppo\",\"value\":5400879,\"type\":\"手机品牌\"},{\"name\":\"vivo\",\"value\":3400879,\"type\":\"手机品牌\"}]","size":{"height":300},"dataSetId":"874452378731991040","fieldOption":[{"label":"date","text":"date","value":"date"},{"label":"num","text":"num","value":"num"}],"dataSetType":"sql","background":"#FFFFFF","seriesType":[],"turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'ceshi', N'2023-10-18 10:51:49.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'874453238774026240', NULL, N'874452016289599488', NULL, N'JBar', N'{"borderColor":"#FFFFFF00","dataMapping":[{"mapping":"date","filed":"维度"},{"mapping":"num","filed":"数值"}],"paramOption":[],"dataType":2,"dataSetName":"查询系统日志","query":[],"dataSetApi":"select DATE_FORMAT(create_time, ''%Y-%m-%d'') as date,count(*) as num from sys_log group by DATE_FORMAT(create_time, ''%Y-%m-%d'')","drillData":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":0,"chartData":"[{\"name\":\"苹果\",\"value\":1000879,\"type\":\"手机品牌\"},{\"name\":\"三星\",\"value\":3400879,\"type\":\"手机品牌\"},{\"name\":\"小米\",\"value\":2300879,\"type\":\"手机品牌\"},{\"name\":\"oppo\",\"value\":5400879,\"type\":\"手机品牌\"},{\"name\":\"vivo\",\"value\":3400879,\"type\":\"手机品牌\"}]","size":{"height":300},"dataSetId":"874452378731991040","fieldOption":[{"label":"date","text":"date","value":"date"},{"label":"num","text":"num","value":"num"}],"dataSetType":"sql","background":"#FFFFFF","seriesType":[],"turnConfig":{"url":""},"linkageConfig":[],"dataSetIzAgent":"0","option":{"yAxis":{"lineStyle":{"color":"#f3f3f3"},"splitLine":{"interval":2}},"grid":{"top":90,"bottom":115,"show":false},"series":[{"barWidth":40,"data":[],"itemStyle":{"color":"#64b5f6","borderRadius":0},"type":"bar"}],"tooltip":{"axisPointer":{"label":{"backgroundColor":"#333","show":true},"type":"shadow"},"trigger":"axis"},"title":{"show":true,"text":"基础柱形图","textStyle":{"color":"#464646"}},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'ceshi', N'2023-10-18 10:51:49.0000000', NULL, NULL) GO -INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_Id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'874453238786609152', NULL, N'874452016289599488', NULL, N'JPie', N'{"chartData":[{"name":"vivo","value":1048},{"name":"oppo","value":735},{"name":"苹果","value":580},{"name":"小米","value":484},{"name":"三星","value":300}],"size":{"height":300},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"option":{"grid":{"bottom":115,"show":false},"legend":{"orient":"vertical"},"series":[{"data":[],"name":"Access From","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0, 0, 0, 0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"title":{"subtext":"","left":"left","show":true,"text":"基础饼图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'ceshi', N'2023-10-18 10:51:49.0000000', NULL, NULL) +INSERT INTO [dbo].[onl_drag_page_comp] ([id], [parent_id], [page_id], [comp_id], [component], [config], [create_by], [create_time], [update_by], [update_time]) VALUES (N'874453238786609152', NULL, N'874452016289599488', NULL, N'JPie', N'{"chartData":[{"name":"vivo","value":1048},{"name":"oppo","value":735},{"name":"苹果","value":580},{"name":"小米","value":484},{"name":"三星","value":300}],"size":{"height":300},"dataMapping":[{"mapping":"","filed":"维度"},{"mapping":"","filed":"数值"}],"dataType":1,"turnConfig":{"url":""},"linkageConfig":[],"url":"http://api.jeecg.com/mock/33/chart","timeOut":-1,"option":{"grid":{"bottom":115,"show":false},"legend":{"orient":"vertical"},"series":[{"data":[],"name":"Access From","emphasis":{"itemStyle":{"shadowOffsetX":0,"shadowBlur":10,"shadowColor":"rgba(0, 0, 0, 0.5)"}},"type":"pie","radius":"50%"}],"tooltip":{"trigger":"item"},"title":{"subtext":"","left":"left","show":true,"text":"基础饼图"},"card":{"rightHref":"","size":"default","extra":"","title":""}}}', N'ceshi', N'2023-10-18 10:51:49.0000000', NULL, NULL) GO @@ -17708,6 +17722,33 @@ GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_name], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1714472861001457666', N'ceshi', N'测试用户', N'2023-10-18 10:45:58.0000000', NULL, NULL, N'test_order_main', N'1683074969561157634', N'', N'1', N'comment') GO +INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_name], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1732300459664347137', N'admin', N'管理员', N'2023-12-06 15:26:29.0000000', NULL, NULL, N'ceshi_note', N'1714472554162954241', N'', N'1', N'comment') +GO + +INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_name], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1732300492254089217', N'admin', N'管理员', N'2023-12-06 15:26:37.0000000', NULL, NULL, N'test_order_main', N'1683074969561157634', N'', N'1', N'comment') +GO + +INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_name], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1732300515406647299', N'admin', N'管理员', N'2023-12-06 15:26:42.0000000', NULL, NULL, N'test_order_product', N'1732300515406647298', N' 创建了记录', N'1', N'comment') +GO + +INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_name], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1732300525649137666', N'admin', N'管理员', N'2023-12-06 15:26:45.0000000', NULL, NULL, N'test_order_main', N'1683074969561157634', N'', N'1', N'comment') +GO + +INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_name], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1732328783870570497', N'admin', N'管理员', N'2023-12-06 17:19:02.0000000', NULL, NULL, N'ceshi_note', N'1714472554162954241', N' 将名称为【头像】的字段内容 temp/20180607175028Fn1Lq7zw_1697597070467.png 修改为 temp/国奥村_1701854340680.jpg', N'1', N'comment') +GO + +INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_name], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1732331378764820481', N'admin', N'管理员', N'2023-12-06 17:29:21.0000000', NULL, NULL, N'ceshi_note', N'1732331378735460354', N' 创建了记录', N'1', N'comment') +GO + +INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_name], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1732591906577956865', N'admin', N'管理员', N'2023-12-07 10:44:35.0000000', NULL, NULL, N'test_v3_hello', N'1683074855849381889', N' 将名称为【年龄】的字段内容 123 修改为 33; 将名称为【名字】的字段内容 123 修改为 邵晨茜', N'1', N'comment') +GO + +INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_name], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1732591952295870466', N'admin', N'管理员', N'2023-12-07 10:44:46.0000000', NULL, NULL, N'test_v3_hello', N'1704384768789696513', N' 将名称为【名字】的字段内容 22 修改为 郭勇', N'1', N'comment') +GO + +INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_name], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1732666480862666753', N'admin', N'管理员', N'2023-12-07 15:40:55.0000000', NULL, NULL, N'ceshi_note', N'1732331378735460354', N' 将名称为【性别】的字段内容 空 修改为 1', N'1', N'comment') +GO + INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_name], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'402880f05ab0d198015ab12274bf0006', N'admin', N'管理员', N'2017-03-09 11:35:09.0000000', NULL, NULL, N'jeecg_demo', N'4028ef81550c1a7901550c1cd6e70001', N'{"mobilePhone":"","officePhone":"","email":"","createDate":"Jun 23, 2016 12:00:00 PM","sex":"1","depId":"402880e447e99cf10147e9a03b320003","userName":"9001","status":"1","content":"111","id":"4028ef81550c1a7901550c1cd6e70001"}', N'3', N'json') GO @@ -20491,6 +20532,453 @@ GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1714519576865873922', N'2', N'编辑用户,username: jeecg', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-10-18 13:51:36.0000000', NULL, NULL, NULL) GO +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1718891249517858818', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-10-30 15:23:04.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1720991864784134145', N'1', N'用户名: JEECG用户,退出成功!', NULL, N'jeecg', N'JEECG用户', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 10:30:10.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1720991890298085378', N'1', N'用户名: jeecg,登录成功!', NULL, N'jeecg', N'jeecg', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 10:30:16.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1720991963014733825', N'1', N'用户名: jeecg,退出成功!', NULL, N'jeecg', N'jeecg', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 10:30:33.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1720991990818775041', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 10:30:40.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1720992065498357761', N'2', N'编辑用户,username: admin', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 10:30:58.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1720992084410474497', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 10:31:02.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1720992100957003777', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 10:31:06.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1720992200659804162', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 10:31:30.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1720992408676311042', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 10:32:19.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1720992438371983361', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 10:32:26.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1720992553371410434', N'2', N'编辑用户,username: admin', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 10:32:54.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1720992566050791425', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 10:32:57.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1720992583218077697', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 10:33:01.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1720993231716196353', N'2', N'编辑用户,username: admin', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 10:35:36.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1720993250598952962', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 10:35:40.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1720993280974102529', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 10:35:47.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1720993436607946754', N'2', N'编辑用户,username: admin', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 10:36:24.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1720993490471198721', N'2', N'编辑用户,username: admin', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 10:36:37.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1720993736798478337', N'2', N'编辑用户,username: admin', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 10:37:36.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1720993818109255681', N'2', N'编辑用户,username: admin', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 10:37:55.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1720994266564239361', N'2', N'编辑用户,username: admin', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 10:39:42.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1720994574929469441', N'2', N'编辑用户,username: admin', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 10:40:56.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1720994664041652226', N'2', N'编辑用户,username: admin', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 10:41:17.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1720994807893696514', N'2', N'编辑用户,username: admin', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 10:41:51.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1720998554405412866', N'2', N'编辑用户,username: admin', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 10:56:45.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1720998875202560001', N'2', N'编辑用户,username: admin', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 10:58:01.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1721003738758111234', N'2', N'编辑用户,username: admin', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 11:17:21.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1721004020653088770', N'2', N'编辑用户,username: zhangsan', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 11:18:28.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1721004043549794305', N'2', N'编辑用户,username: zhangsan', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 11:18:33.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1721004057953034241', N'2', N'编辑用户,username: zhangsan', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 11:18:37.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1721004072641486849', N'2', N'编辑用户,username: zhangsan', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 11:18:40.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1721005802536005634', N'2', N'编辑用户,username: admin', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 11:25:33.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1721005820508598273', N'2', N'编辑用户,username: admin', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 11:25:37.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1721006015766032386', N'2', N'编辑用户,username: admin', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 11:26:24.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1721008520356917249', N'2', N'编辑用户,username: admin', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 11:36:21.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1721013021306482690', N'2', N'编辑用户,username: admin', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 11:54:14.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1721013397200007169', N'2', N'编辑用户,username: admin', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 11:55:43.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1721013408298135553', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 11:55:46.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1721013423670259713', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 11:55:50.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1721181044248137730', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-05 23:01:54.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1722094082241273857', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-08 11:29:59.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1722094262676037634', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-08 11:30:42.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1722094282741587969', N'1', N'用户名: jeecg,登录成功!', NULL, N'jeecg', N'jeecg', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-11-08 11:30:47.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732293908710952962', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-12-06 15:00:27.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732294035714478081', N'2', N'online列表加载,表名:test_order_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'108', NULL, N'2023-12-06 15:00:57.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732294035781586946', N'2', N'online表单加载,表名:test_order_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'102', NULL, N'2023-12-06 15:00:57.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732294035789975553', N'2', N'online表单加载,表名:test_order_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'113', NULL, N'2023-12-06 15:00:57.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732298749537554434', N'2', N'online表单加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'35', NULL, N'2023-12-06 15:19:41.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732298749537554435', N'2', N'online表单加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'35', NULL, N'2023-12-06 15:19:41.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732298749600468993', N'2', N'online列表加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'43', NULL, N'2023-12-06 15:19:41.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732300436843139074', N'2', N'online表单加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'10', NULL, N'2023-12-06 15:26:23.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732300436843139075', N'2', N'online表单加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'10', NULL, N'2023-12-06 15:26:23.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732300436977356802', N'2', N'online列表加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'30', NULL, N'2023-12-06 15:26:23.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732300453972676609', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'10', NULL, N'2023-12-06 15:26:27.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732300459731456001', N'2', N'online修改数据,表名:ceshi_note,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["15ef0c6504e04a83b0b52f5705669d50",{"dep_leader":"zhangsan","ccc":"1112","update_time":"2023-12-06 15:26:28","dep_id":"c6d7cb4deeac411cb3384b1b31278596","jeecg_row_key":"1714472554162954241","sex":"1","name":"叶淼1","days":22,"pic":"temp/20180607175028Fn1Lq7zw_1697597070467.png","id":"1714472554162954241","update_by":"admin"}]', NULL, N'46', NULL, N'2023-12-06 15:26:29.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732300479377575938', N'2', N'online表单加载,表名:test_order_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'8', NULL, N'2023-12-06 15:26:34.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732300479377575939', N'2', N'online表单加载,表名:test_order_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'9', NULL, N'2023-12-06 15:26:34.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732300479507599362', N'2', N'online列表加载,表名:test_order_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'54', NULL, N'2023-12-06 15:26:34.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732300480279351297', N'2', N'online表单加载,表名:test_order_customer,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'43', NULL, N'2023-12-06 15:26:34.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732300480279351298', N'2', N'online表单加载,表名:test_order_customer,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'28', NULL, N'2023-12-06 15:26:34.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732300480279351299', N'2', N'online表单加载,表名:test_order_product,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'48', NULL, N'2023-12-06 15:26:34.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732300480279351300', N'2', N'online表单加载,表名:test_order_product,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'32', NULL, N'2023-12-06 15:26:34.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732300488022036482', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'32', NULL, N'2023-12-06 15:26:36.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732300492447027202', N'2', N'online修改数据,表名:test_order_main,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["56870166aba54ebfacb20ba6c770bd73",{"order_code":"CN2023072319214115","test_order_product":[{"descc":"","jeecg_row_key":"1714472725034704898","price":50,"order_fk_id":"1683074969561157634","num":100,"pro_type":"1","id":"1714472725034704898","product_name":"办公椅子","create_by":"admin","create_time":"2023-12-06 15:26:36"},{"descc":"121","jeecg_row_key":"1683074969716346881","price":5000,"order_fk_id":"1683074969561157634","num":21,"pro_type":"1","id":"1683074969716346881","product_name":"电脑","create_by":"admin","create_time":"2023-12-06 15:26:36"}],"descc":"111","update_time":"2023-12-06 15:26:36","xiala":"1,2","id":"1683074969561157634","update_by":"admin","test_order_customer":[{"birthday":"2023-07-06","address":"","jeecg_row_key":"1683074969947033601","sex":"1","name":"于美欣","id":"1683074969947033601","order_id":"1683074969561157634","age":22,"sys_org_code":"A01","create_time":"2023-12-06 15:26:36","create_by":"admin"}]}]', NULL, N'50', NULL, N'2023-12-06 15:26:37.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732300515473756161', N'2', N'online新增数据,表名:test_order_product,添加成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["deea5a8ec619460c9245ba85dbc59e80",{"create_by":"admin","create_time":"2023-12-06 15:26:42","price":3,"order_fk_id":"1683074969561157634","num":3,"id":"1732300515406647298","product_name":"3"},null]', NULL, N'27', NULL, N'2023-12-06 15:26:42.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732300521932984322', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'30', NULL, N'2023-12-06 15:26:44.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732300525779161089', N'2', N'online修改数据,表名:test_order_main,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["56870166aba54ebfacb20ba6c770bd73",{"order_code":"CN2023072319214115","descc":"111","update_time":"2023-12-06 15:26:44","xiala":"1,2","id":"1683074969561157634","update_by":"admin","test_order_customer":[{"birthday":"2023-07-06","address":"","jeecg_row_key":"1683074969947033601","sex":"1","name":"于美欣","id":"1683074969947033601","order_id":"1683074969561157634","age":22,"sys_org_code":"A01","create_time":"2023-12-06 15:26:44","create_by":"admin"}]}]', NULL, N'31', NULL, N'2023-12-06 15:26:45.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732300532427132930', N'2', N'online表单加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'5', NULL, N'2023-12-06 15:26:46.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732300532427132931', N'2', N'online表单加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'5', NULL, N'2023-12-06 15:26:46.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732300532494241794', N'2', N'online列表加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'26', NULL, N'2023-12-06 15:26:46.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732300537586126849', N'2', N'online表单加载,表名:test_order_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'3', NULL, N'2023-12-06 15:26:47.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732300537586126850', N'2', N'online表单加载,表名:test_order_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'3', NULL, N'2023-12-06 15:26:47.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732300537779064834', N'2', N'online列表加载,表名:test_order_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'53', NULL, N'2023-12-06 15:26:47.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732300538173329410', N'2', N'online表单加载,表名:test_order_product,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'4', NULL, N'2023-12-06 15:26:48.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732300538173329411', N'2', N'online表单加载,表名:test_order_product,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'4', NULL, N'2023-12-06 15:26:48.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732300538173329412', N'2', N'online表单加载,表名:test_order_customer,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'4', NULL, N'2023-12-06 15:26:48.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732300538236243969', N'2', N'online表单加载,表名:test_order_customer,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'2', NULL, N'2023-12-06 15:26:48.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732300571559989249', N'2', N'online列表加载,表名:test_order_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'15', NULL, N'2023-12-06 15:26:56.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732300571815841793', N'2', N'online表单加载,表名:test_order_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'68', NULL, N'2023-12-06 15:26:56.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732300571815841794', N'2', N'online表单加载,表名:test_order_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'68', NULL, N'2023-12-06 15:26:56.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732300576131780610', N'2', N'online表单加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'20', NULL, N'2023-12-06 15:26:57.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732300576131780611', N'2', N'online列表加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'20', NULL, N'2023-12-06 15:26:57.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732300576131780612', N'2', N'online表单加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'20', NULL, N'2023-12-06 15:26:57.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732302025842626561', N'2', N'online表单加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'4', NULL, N'2023-12-06 15:32:42.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732302025842626562', N'2', N'online表单加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'6', NULL, N'2023-12-06 15:32:42.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732302025909735425', N'2', N'online列表加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'27', NULL, N'2023-12-06 15:32:42.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732302049515278338', N'2', N'online表单加载,表名:test_order_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'7', NULL, N'2023-12-06 15:32:48.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732302049515278339', N'2', N'online表单加载,表名:test_order_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'7', NULL, N'2023-12-06 15:32:48.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732302049582387201', N'2', N'online列表加载,表名:test_order_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'12', NULL, N'2023-12-06 15:32:48.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732302056746258434', N'2', N'online列表加载,表名:test_order_product,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'16', NULL, N'2023-12-06 15:32:50.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732302056809172994', N'2', N'online表单加载,表名:test_order_product,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'25', NULL, N'2023-12-06 15:32:50.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732302060017815554', N'2', N'online列表加载,表名:test_order_customer,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'9', NULL, N'2023-12-06 15:32:50.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732302060017815555', N'2', N'online表单加载,表名:test_order_customer,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'17', NULL, N'2023-12-06 15:32:50.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732302062559563778', N'2', N'online表单加载,表名:test_order_product,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'2', NULL, N'2023-12-06 15:32:51.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732302062626672641', N'2', N'online列表加载,表名:test_order_product,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'10', NULL, N'2023-12-06 15:32:51.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732302065105506306', N'2', N'online表单加载,表名:test_order_customer,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'4', NULL, N'2023-12-06 15:32:52.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732302065168420865', N'2', N'online列表加载,表名:test_order_customer,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'13', NULL, N'2023-12-06 15:32:52.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732302070763622402', N'2', N'online表单加载,表名:test_order_customer,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'4', NULL, N'2023-12-06 15:32:53.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732302070763622403', N'2', N'online表单加载,表名:test_order_customer,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'4', NULL, N'2023-12-06 15:32:53.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732302070763622404', N'2', N'online列表加载,表名:test_order_customer,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'11', NULL, N'2023-12-06 15:32:53.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732302070763622405', N'2', N'online列表加载,表名:test_order_customer,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'11', NULL, N'2023-12-06 15:32:53.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732305375191502849', N'2', N'online表单加载,表名:test_order_product,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'3', NULL, N'2023-12-06 15:46:01.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732305375254417409', N'2', N'online表单加载,表名:test_order_product,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'3', NULL, N'2023-12-06 15:46:01.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732305375254417410', N'2', N'online列表加载,表名:test_order_product,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'12', NULL, N'2023-12-06 15:46:01.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732305375254417411', N'2', N'online列表加载,表名:test_order_product,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'11', NULL, N'2023-12-06 15:46:01.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732328751326965762', N'2', N'online表单加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'19', NULL, N'2023-12-06 17:18:54.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732328751326965763', N'2', N'online表单加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'8', NULL, N'2023-12-06 17:18:54.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732328752052580353', N'2', N'online列表加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'176', NULL, N'2023-12-06 17:18:54.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732328760948699137', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'18', NULL, N'2023-12-06 17:18:56.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732328783958650881', N'2', N'online修改数据,表名:ceshi_note,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["15ef0c6504e04a83b0b52f5705669d50",{"dep_leader":"zhangsan","ccc":"1112","update_time":"2023-12-06 17:19:01","dep_id":"c6d7cb4deeac411cb3384b1b31278596","jeecg_row_key":"1714472554162954241","sex":"1","name":"叶淼1","days":22,"pic":"temp/国奥村_1701854340680.jpg","id":"1714472554162954241","update_by":"admin"}]', NULL, N'54', NULL, N'2023-12-06 17:19:02.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732328791772639234', N'2', N'online表单加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'5', NULL, N'2023-12-06 17:19:04.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732328791772639235', N'2', N'online表单加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'5', NULL, N'2023-12-06 17:19:04.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732328792007520257', N'2', N'online列表加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'60', NULL, N'2023-12-06 17:19:04.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732331210409652225', N'2', N'修改角色ID: f6817f48af4fb3af11b9e8bf182f618b 的权限配置,操作人: admin', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-12-06 17:28:40.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732331283449262082', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-12-06 17:28:58.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732331308602503169', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-12-06 17:29:04.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732331351996772353', N'2', N'online表单加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'31', NULL, N'2023-12-06 17:29:14.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732331352000966657', N'2', N'online列表加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'32', NULL, N'2023-12-06 17:29:14.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732331352009355265', N'2', N'online表单加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'33', NULL, N'2023-12-06 17:29:14.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732331378836123650', N'2', N'online新增数据,表名:ceshi_note,添加成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["15ef0c6504e04a83b0b52f5705669d50",{"create_by":"admin","sys_org_code":"A01","create_time":"2023-12-06 17:29:20","name":"222","pic":"temp/国奥村_1701854959455.jpg","id":"1732331378735460354"},null]', NULL, N'24', NULL, N'2023-12-06 17:29:21.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732331414600953858', N'2', N'Online报表,sql解析:select * from demo where sex = ''${sex}''', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-12-06 17:29:29.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732591853532594177', N'2', N'online列表加载,表名:test_v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'135', NULL, N'2023-12-07 10:44:23.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732591853532594178', N'2', N'online表单加载,表名:test_v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'139', NULL, N'2023-12-07 10:44:23.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732591853532594179', N'2', N'online表单加载,表名:test_v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'136', NULL, N'2023-12-07 10:44:23.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732591859941490690', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'27', NULL, N'2023-12-07 10:44:24.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732591906779283458', N'2', N'online修改数据,表名:test_v3_hello,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["9ab817fd4c2e4e7ba6652c4fa46af389",{"birthday":"2023-07-12","cc":"","aaa":"","update_time":"2023-12-07 10:44:35","jeecg_row_key":"1683074855849381889","sex":"1","name":"邵晨茜","id":"1683074855849381889","update_by":"admin","age":33,"asdd":""}]', NULL, N'75', NULL, N'2023-12-07 10:44:35.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732591913527918594', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'7', NULL, N'2023-12-07 10:44:37.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732591952367173634', N'2', N'online修改数据,表名:test_v3_hello,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["9ab817fd4c2e4e7ba6652c4fa46af389",{"birthday":"2023-09-13","cc":"","aaa":"","update_time":"2023-12-07 10:44:46","jeecg_row_key":"1704384768789696513","sex":"1","name":"郭勇","id":"1704384768789696513","update_by":"admin","age":22,"asdd":""}]', NULL, N'32', NULL, N'2023-12-07 10:44:46.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732592396304891905', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-12-07 10:46:32.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732592479305973761', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-12-07 10:46:52.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732592573963026433', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-12-07 10:47:14.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732663464545722370', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2023-12-07 15:28:56.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732663519558213634', N'2', N'online表单加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'68', NULL, N'2023-12-07 15:29:09.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732663519562407938', N'2', N'online表单加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'68', NULL, N'2023-12-07 15:29:09.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732663519973449730', N'2', N'online列表加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'167', NULL, N'2023-12-07 15:29:09.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732665220574978050', N'2', N'online表单加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'12', NULL, N'2023-12-07 15:35:55.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732665220583366657', N'2', N'online表单加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'14', NULL, N'2023-12-07 15:35:55.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732665220717584385', N'2', N'online列表加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'48', NULL, N'2023-12-07 15:35:55.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732665233078198273', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'12', NULL, N'2023-12-07 15:35:58.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732665240799911937', N'2', N'online修改数据,表名:ceshi_note,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["15ef0c6504e04a83b0b52f5705669d50",{"aaa":"","dep_leader":"","ccc":"","update_time":"2023-12-07 15:35:59","dep_id":"","jeecg_row_key":"1732331378735460354","sex":"","name":"222","days":"","pic":"temp/国奥村_1701854959455.jpg","id":"1732331378735460354","update_by":"admin"}]', NULL, N'31', NULL, N'2023-12-07 15:35:59.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732665804631810050', N'2', N'online表单加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'6', NULL, N'2023-12-07 15:38:14.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732665804631810051', N'2', N'online表单加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'6', NULL, N'2023-12-07 15:38:14.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732665804719890433', N'2', N'online列表加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'32', NULL, N'2023-12-07 15:38:14.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732666456334376961', N'2', N'online表单加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'3', NULL, N'2023-12-07 15:40:49.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732666456334376962', N'2', N'online表单加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'3', NULL, N'2023-12-07 15:40:49.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732666456409874433', N'2', N'online列表加载,表名:ceshi_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'21', NULL, N'2023-12-07 15:40:49.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732666464022536194', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'5', NULL, N'2023-12-07 15:40:51.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1732666480925581314', N'2', N'online修改数据,表名:ceshi_note,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["15ef0c6504e04a83b0b52f5705669d50",{"aaa":"","dep_leader":"","ccc":"","update_time":"2023-12-07 15:40:55","dep_id":"","jeecg_row_key":"1732331378735460354","sex":"1","name":"222","days":"","pic":"temp/国奥村_1701854959455.jpg","id":"1732331378735460354","update_by":"admin"}]', NULL, N'29', NULL, N'2023-12-07 15:40:55.0000000', NULL, NULL, NULL) +GO + -- ---------------------------- -- Table structure for sys_permission @@ -21338,7 +21826,7 @@ GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1455100420297859074', N'', N'低代码开发', N'/online', N'layouts/default/index', N'1', NULL, N'/online/cgform', N'0', NULL, N'0', N'2', N'0', N'ant-design:cloud-outlined', N'0', N'0', N'0', N'0', NULL, N'admin', N'2021-11-01 17:12:29.0000000', N'admin', N'2022-10-26 14:06:06.0000000', N'0', N'0', NULL, N'0') GO -INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1455101470794850305', N'1455100420297859074', N'Online表单开发', N'/online/cgform', N'super/online/cgform/index', N'1', NULL, NULL, N'1', NULL, N'0', N'1', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-11-01 17:16:40.0000000', N'admin', N'2022-04-04 18:36:25.0000000', N'0', N'0', NULL, N'0') +INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1455101470794850305', N'1455100420297859074', N'Online表单开发', N'/online/cgform', N'super/online/cgform/index', N'1', NULL, NULL, N'1', NULL, N'0', N'1', N'0', NULL, N'0', N'0', N'0', N'0', NULL, N'admin', N'2021-11-01 17:16:40.0000000', N'admin', N'2022-04-04 18:36:25.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1455735714507472898', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'通讯录', N'/address', N'system/address/index', N'1', NULL, NULL, N'1', NULL, N'0', N'20', N'0', N'ant-design:book-outlined', N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-11-03 11:16:55.0000000', N'admin', N'2023-10-18 13:54:58.0000000', N'0', N'0', NULL, N'0') @@ -21353,7 +21841,7 @@ GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1458389305235984385', N'1438108197958311537', N'一对多ERP', N'/erplist', N'demo/jeecg/erplist/index', N'1', NULL, NULL, N'1', NULL, N'0', N'11', N'0', N'', N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-11-10 19:01:21.0000000', N'admin', N'2021-11-30 14:06:53.0000000', N'0', N'0', NULL, N'0') GO -INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1460888189937176577', N'1455100420297859074', N'Online报表配置', N'/online/cgreport', N'super/online/cgreport/index', N'1', NULL, NULL, N'1', NULL, N'0', N'2', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-11-17 16:31:01.0000000', N'admin', N'2021-12-08 10:55:32.0000000', N'0', N'0', NULL, N'0') +INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1460888189937176577', N'1455100420297859074', N'Online报表配置', N'/online/cgreport', N'super/online/cgreport/index', N'1', NULL, NULL, N'1', NULL, N'0', N'2', N'0', NULL, N'0', N'0', N'0', N'0', NULL, N'admin', N'2021-11-17 16:31:01.0000000', N'admin', N'2021-12-08 10:55:32.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1461270075543347202', N'1455100420297859074', N'Online表单视图', N'/online/copyform/:code', N'super/online/cgform/CgformCopyList', N'1', NULL, NULL, N'1', NULL, N'0', N'99', N'0', NULL, N'1', N'0', N'1', N'0', NULL, N'admin', N'2021-11-18 17:48:30.0000000', NULL, NULL, N'0', N'0', NULL, N'0') @@ -21680,10 +22168,10 @@ GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1691031996d593131521', N'1455100420297859074', N'AUTO在线ERP表单', N'/online/cgformErpList/:id', N'super/online/cgform/auto/erp/OnlCgformErpList', N'1', N'', NULL, N'1', NULL, N'0', N'1', N'0', NULL, N'1', N'0', N'1', N'0', NULL, N'admin', N'2023-08-14 18:20:20.0000000', N'admin', N'2023-08-14 18:46:18.0000000', N'0', N'0', NULL, N'0') GO -INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1691031996d5931315212', N'14551004202978590741', N'AUTO在线一对多内嵌', N'/online/cgformInnerTableList/:id', N'super/online/cgform/auto/innerTable/OnlCgformInnerTableList', N'1', N'', NULL, N'1', NULL, N'0', N'1', N'0', NULL, N'1', N'0', N'1', N'0', NULL, N'admin', N'2023-08-14 18:20:20.0000000', N'admin', N'2023-08-14 18:46:18.0000000', N'0', N'0', NULL, N'0') +INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1691031996d5931315212', N'1455100420297859074', N'AUTO在线一对多内嵌', N'/online/cgformInnerTableList/:id', N'super/online/cgform/auto/innerTable/OnlCgformInnerTableList', N'1', N'', NULL, N'1', NULL, N'0', N'1', N'0', NULL, N'1', N'0', N'1', N'0', NULL, N'admin', N'2023-08-14 18:20:20.0000000', N'admin', N'2023-08-14 18:46:18.0000000', N'0', N'0', NULL, N'0') GO -INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1691031996d5931315213', N'14551004202978590741', N'AUTO在线Tab风格', N'/online/cgformTabList/:id', N'super/online/cgform/auto/tab/OnlCgformTabList', N'1', N'', NULL, N'1', NULL, N'0', N'1', N'0', NULL, N'1', N'0', N'1', N'0', NULL, N'admin', N'2023-08-14 18:20:20.0000000', N'admin', N'2023-08-14 18:46:18.0000000', N'0', N'0', NULL, N'0') +INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1691031996d5931315213', N'1455100420297859074', N'AUTO在线Tab风格', N'/online/cgformTabList/:id', N'super/online/cgform/auto/tab/OnlCgformTabList', N'1', N'', NULL, N'1', NULL, N'0', N'1', N'0', NULL, N'1', N'0', N'1', N'0', NULL, N'admin', N'2023-08-14 18:20:20.0000000', N'admin', N'2023-08-14 18:46:18.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1693195557097164801', N'190c2b43bec6a5f7a4194a85db67d96a', N'查询所有角色', NULL, NULL, N'0', NULL, NULL, N'2', N'system:role:list', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2023-08-20 17:37:34.0000000', NULL, NULL, N'0', N'0', N'1', N'0') @@ -21692,6 +22180,15 @@ GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1697220712498288641', N'1280350452934307841', N'根据ids查询租户', NULL, NULL, N'0', NULL, NULL, N'2', N'system:tenant:queryList', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2023-01-11 15:08:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO +INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1699374269152100354', N'1455101470794850305', N'同步数据库', NULL, NULL, N'0', NULL, NULL, N'2', N'online:form:syncDb', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2023-09-06 18:49:33.0000000', NULL, NULL, N'0', N'0', N'1', N'0') +GO + +INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1699374509749960705', N'1455101470794850305', N'查询数据库表名', NULL, NULL, N'0', NULL, NULL, N'2', N'online:form:queryTables', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2023-09-06 18:50:31.0000000', NULL, NULL, N'0', N'0', N'1', N'0') +GO + +INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1699374704168534017', N'1460888189937176577', N'SQL解析', NULL, NULL, N'0', NULL, NULL, N'2', N'online:report:parseSql', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2023-09-06 18:51:17.0000000', NULL, NULL, N'0', N'0', N'1', N'0') +GO + INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1701575168519839746', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'字典表白名单', N'/system/tableWhiteList', N'system/tableWhiteList/SysTableWhiteListList', N'1', N'', NULL, N'1', NULL, N'0', N'13', N'0', N'ant-design:table-outlined', N'1', N'0', N'0', N'0', NULL, N'admin', N'2023-09-12 20:35:09.0000000', N'ceshi', N'2023-10-18 12:03:00.0000000', N'0', N'0', NULL, N'0') GO @@ -25357,6 +25854,15 @@ GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1714215494145949698', N'1501570619841810433', N'1693195557097164801', NULL, N'2023-10-17 17:43:17.0000000', N'127.0.0.1') GO +INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1732331210279628801', N'f6817f48af4fb3af11b9e8bf182f618b', N'1699374704168534017', NULL, N'2023-12-06 17:28:40.0000000', N'127.0.0.1') +GO + +INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1732331210292211714', N'f6817f48af4fb3af11b9e8bf182f618b', N'1699374509749960705', NULL, N'2023-12-06 17:28:40.0000000', N'127.0.0.1') +GO + +INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1732331210292211715', N'f6817f48af4fb3af11b9e8bf182f618b', N'1699374269152100354', NULL, N'2023-12-06 17:28:40.0000000', N'127.0.0.1') +GO + INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'17ead5b7d97ed365398ab20009a69ea3', N'52b0cf022ac4187b2a70dfa4f8b2d940', N'e08cb190ef230d5d4f03824198773950', NULL, NULL, NULL) GO @@ -26682,7 +27188,7 @@ GO -- ---------------------------- -- Records of sys_tenant -- ---------------------------- -INSERT INTO [dbo].[sys_tenant] ([id], [name], [create_time], [create_by], [begin_date], [end_date], [status], [trade], [company_size], [company_address], [company_logo], [house_number], [work_place], [secondary_domain], [login_bkgd_img], [position], [department], [del_flag], [update_by], [update_time], [apply_status]) VALUES (N'1000', N'北京国炬信息技术有限公司', N'2023-03-09 19:55:11.0000000', N'admin', NULL, NULL, N'1', NULL, NULL, NULL, N'', N'2PI3U6', NULL, NULL, NULL, NULL, NULL, N'0', N'admin', N'2023-10-18 14:32:25.0000000', NULL) +INSERT INTO [dbo].[sys_tenant] ([id], [name], [create_time], [create_by], [begin_date], [end_date], [status], [trade], [company_size], [company_address], [company_logo], [house_number], [work_place], [secondary_domain], [login_bkgd_img], [position], [department], [del_flag], [update_by], [update_time], [apply_status]) VALUES (N'1000', N'北京国炬信息技术有限公司', N'2023-03-09 19:55:11.0000000', N'jeecg', NULL, NULL, N'1', NULL, NULL, NULL, N'', N'2PI3U6', NULL, NULL, NULL, NULL, NULL, N'0', N'admin', N'2023-11-05 10:35:15.0000000', NULL) GO INSERT INTO [dbo].[sys_tenant] ([id], [name], [create_time], [create_by], [begin_date], [end_date], [status], [trade], [company_size], [company_address], [company_logo], [house_number], [work_place], [secondary_domain], [login_bkgd_img], [position], [department], [del_flag], [update_by], [update_time], [apply_status]) VALUES (N'1001', N'北京敲敲云科技有限公司', N'2023-10-18 13:37:19.0000000', N'ceshi', NULL, NULL, N'1', NULL, NULL, NULL, N'', N'EX33W8', NULL, NULL, NULL, NULL, NULL, N'0', N'admin', N'2023-10-18 14:32:11.0000000', NULL) @@ -27469,13 +27975,13 @@ GO INSERT INTO [dbo].[sys_user] ([id], [username], [realname], [password], [salt], [avatar], [birthday], [sex], [email], [phone], [org_code], [status], [del_flag], [third_id], [third_type], [activiti_sync], [work_no], [telephone], [create_by], [create_time], [update_by], [update_time], [user_identity], [depart_ids], [client_id], [login_tenant_id], [bpm_status]) VALUES (N'1714471285016895490', N'ceshi', N'测试用户', N'a9932bb12d2cbc5a', N'AF4vhXUz', NULL, NULL, NULL, N'winter@jeecg.org', N'15201111112', NULL, N'1', N'0', NULL, NULL, N'1', NULL, NULL, N'admin', N'2023-10-18 10:39:42.0000000', N'ceshi', N'2023-10-18 13:44:32.0000000', N'1', N'', NULL, N'0', NULL) GO -INSERT INTO [dbo].[sys_user] ([id], [username], [realname], [password], [salt], [avatar], [birthday], [sex], [email], [phone], [org_code], [status], [del_flag], [third_id], [third_type], [activiti_sync], [work_no], [telephone], [create_by], [create_time], [update_by], [update_time], [user_identity], [depart_ids], [client_id], [login_tenant_id], [bpm_status]) VALUES (N'3d464b4ea0d2491aab8a7bde74c57e95', N'zhangsan', N'张三', N'02ea098224c7d0d2077c14b9a3a1ed16', N'x5xRdeKB', N'https://static.jeecg.com/temp/jmlogo_1606575041993.png', NULL, NULL, N'111@1.com', N'13426411111', N'财务部', N'1', N'0', NULL, NULL, N'1', N'0005', NULL, N'admin', N'2020-05-14 21:26:24.0000000', N'admin', N'2023-10-17 17:26:35.0000000', N'1', N'', NULL, NULL, NULL) +INSERT INTO [dbo].[sys_user] ([id], [username], [realname], [password], [salt], [avatar], [birthday], [sex], [email], [phone], [org_code], [status], [del_flag], [third_id], [third_type], [activiti_sync], [work_no], [telephone], [create_by], [create_time], [update_by], [update_time], [user_identity], [depart_ids], [client_id], [login_tenant_id], [bpm_status]) VALUES (N'3d464b4ea0d2491aab8a7bde74c57e95', N'zhangsan', N'张三', N'02ea098224c7d0d2077c14b9a3a1ed16', N'x5xRdeKB', N'https://static.jeecg.com/temp/jmlogo_1606575041993.png', NULL, NULL, N'111@1.com', N'13426411111', N'财务部', N'1', N'0', NULL, NULL, N'1', N'0005', NULL, N'admin', N'2020-05-14 21:26:24.0000000', N'admin', N'2023-11-05 11:18:40.0000000', N'1', N'', NULL, NULL, NULL) GO -INSERT INTO [dbo].[sys_user] ([id], [username], [realname], [password], [salt], [avatar], [birthday], [sex], [email], [phone], [org_code], [status], [del_flag], [third_id], [third_type], [activiti_sync], [work_no], [telephone], [create_by], [create_time], [update_by], [update_time], [user_identity], [depart_ids], [client_id], [login_tenant_id], [bpm_status]) VALUES (N'a75d45a015c44384a04449ee80dc3503', N'jeecg', N'jeecg', N'eee378a1258530cb', N'mIgiYJow', N'https://static.jeecg.com/temp/国炬软件logo_1606575029126.png', NULL, N'1', N'418799587@qq.com', N'18611788525', N'A02A01', N'1', N'0', NULL, NULL, N'1', N'00002', NULL, N'admin', N'2019-02-13 16:02:36.0000000', N'admin', N'2023-10-18 13:51:36.0000000', N'1', N'', NULL, N'1000', NULL) +INSERT INTO [dbo].[sys_user] ([id], [username], [realname], [password], [salt], [avatar], [birthday], [sex], [email], [phone], [org_code], [status], [del_flag], [third_id], [third_type], [activiti_sync], [work_no], [telephone], [create_by], [create_time], [update_by], [update_time], [user_identity], [depart_ids], [client_id], [login_tenant_id], [bpm_status]) VALUES (N'a75d45a015c44384a04449ee80dc3503', N'jeecg', N'jeecg', N'eee378a1258530cb', N'mIgiYJow', N'https://static.jeecg.com/temp/国炬软件logo_1606575029126.png', NULL, N'1', N'418799587@qq.com', N'18611788525', N'A02A01', N'1', N'0', NULL, NULL, N'1', N'00002', NULL, N'admin', N'2019-02-13 16:02:36.0000000', N'admin', N'2023-10-18 13:51:36.0000000', N'1', N'', NULL, N'1001', NULL) GO -INSERT INTO [dbo].[sys_user] ([id], [username], [realname], [password], [salt], [avatar], [birthday], [sex], [email], [phone], [org_code], [status], [del_flag], [third_id], [third_type], [activiti_sync], [work_no], [telephone], [create_by], [create_time], [update_by], [update_time], [user_identity], [depart_ids], [client_id], [login_tenant_id], [bpm_status]) VALUES (N'e9ca23d68d884d4ebb19d07889727dae', N'admin', N'管理员', N'cb362cfeefbf3d8d', N'RCGTeGiH', N'https://static.jeecg.com/temp/国炬软件logo_1606575029126.png', N'2018-12-05 00:00:00.0000000', N'1', N'jeecg@163.com', N'18611111111', N'A01', N'1', N'0', NULL, NULL, N'1', N'00001', NULL, NULL, N'2019-06-21 17:54:10.0000000', N'admin', N'2023-10-17 17:36:55.0000000', N'2', N'', NULL, N'1000', NULL) +INSERT INTO [dbo].[sys_user] ([id], [username], [realname], [password], [salt], [avatar], [birthday], [sex], [email], [phone], [org_code], [status], [del_flag], [third_id], [third_type], [activiti_sync], [work_no], [telephone], [create_by], [create_time], [update_by], [update_time], [user_identity], [depart_ids], [client_id], [login_tenant_id], [bpm_status]) VALUES (N'e9ca23d68d884d4ebb19d07889727dae', N'admin', N'管理员', N'cb362cfeefbf3d8d', N'RCGTeGiH', N'https://static.jeecg.com/temp/国炬软件logo_1606575029126.png', N'2018-12-05 00:00:00.0000000', N'1', N'jeecg@163.com', N'18611111111', N'A01', N'1', N'0', NULL, NULL, N'1', N'00001', NULL, NULL, N'2019-06-21 17:54:10.0000000', N'admin', N'2023-11-05 11:55:43.0000000', N'2', N'', NULL, N'1000', NULL) GO INSERT INTO [dbo].[sys_user] ([id], [username], [realname], [password], [salt], [avatar], [birthday], [sex], [email], [phone], [org_code], [status], [del_flag], [third_id], [third_type], [activiti_sync], [work_no], [telephone], [create_by], [create_time], [update_by], [update_time], [user_identity], [depart_ids], [client_id], [login_tenant_id], [bpm_status]) VALUES (N'f0019fdebedb443c98dcb17d88222c38', N'zhagnxiao', N'张小红12', N'f898134e5e52ae11a2ffb2c3b57a4e90', N'go3jJ4zX', N'https://static.jeecg.com/temp/jmlogo_1606575041993.png', N'2019-04-01 00:00:00.0000000', NULL, N'qinfeng@jeecg.org', N'18611711111', N'研发部,财务部', N'1', N'1', NULL, NULL, N'1', N'00003', NULL, N'admin', N'2020-10-01 19:34:10.0000000', N'admin', N'2023-07-18 12:39:42.0000000', N'2', N'1582683631414632450', NULL, NULL, NULL) @@ -27630,7 +28136,7 @@ IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sy GO CREATE TABLE [dbo].[sys_user_depart] ( - [ID] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, + [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [user_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [dep_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL ) @@ -27643,7 +28149,7 @@ EXEC sp_addextendedproperty 'MS_Description', N'id', 'SCHEMA', N'dbo', 'TABLE', N'sys_user_depart', -'COLUMN', N'ID' +'COLUMN', N'id' GO EXEC sp_addextendedproperty @@ -27664,22 +28170,22 @@ GO -- ---------------------------- -- Records of sys_user_depart -- ---------------------------- -INSERT INTO [dbo].[sys_user_depart] ([ID], [user_id], [dep_id]) VALUES (N'1714211291600232449', N'3d464b4ea0d2491aab8a7bde74c57e95', N'a7d7e77e06c84325a40932163adcdaa6') +INSERT INTO [dbo].[sys_user_depart] ([id], [user_id], [dep_id]) VALUES (N'1721004072775704579', N'3d464b4ea0d2491aab8a7bde74c57e95', N'a7d7e77e06c84325a40932163adcdaa6') GO -INSERT INTO [dbo].[sys_user_depart] ([ID], [user_id], [dep_id]) VALUES (N'1714519577067200514', N'a75d45a015c44384a04449ee80dc3503', N'a7d7e77e06c84325a40932163adcdaa6') +INSERT INTO [dbo].[sys_user_depart] ([id], [user_id], [dep_id]) VALUES (N'1714519577067200514', N'a75d45a015c44384a04449ee80dc3503', N'a7d7e77e06c84325a40932163adcdaa6') GO -INSERT INTO [dbo].[sys_user_depart] ([ID], [user_id], [dep_id]) VALUES (N'1f3a0267811327b9eca86b0cc2b956f3', N'bcbe1290783a469a83ae3bd8effe15d4', N'5159cde220114246b045e574adceafe9') +INSERT INTO [dbo].[sys_user_depart] ([id], [user_id], [dep_id]) VALUES (N'1f3a0267811327b9eca86b0cc2b956f3', N'bcbe1290783a469a83ae3bd8effe15d4', N'5159cde220114246b045e574adceafe9') GO -INSERT INTO [dbo].[sys_user_depart] ([ID], [user_id], [dep_id]) VALUES (N'1681161797501677570', N'f0019fdebedb443c98dcb17d88222c38', N'1582683631414632450') +INSERT INTO [dbo].[sys_user_depart] ([id], [user_id], [dep_id]) VALUES (N'1681161797501677570', N'f0019fdebedb443c98dcb17d88222c38', N'1582683631414632450') GO -INSERT INTO [dbo].[sys_user_depart] ([ID], [user_id], [dep_id]) VALUES (N'1681161797501677571', N'f0019fdebedb443c98dcb17d88222c38', N'57197590443c44f083d42ae24ef26a2c') +INSERT INTO [dbo].[sys_user_depart] ([id], [user_id], [dep_id]) VALUES (N'1681161797501677571', N'f0019fdebedb443c98dcb17d88222c38', N'57197590443c44f083d42ae24ef26a2c') GO -INSERT INTO [dbo].[sys_user_depart] ([ID], [user_id], [dep_id]) VALUES (N'1681161797510066177', N'f0019fdebedb443c98dcb17d88222c38', N'67fc001af12a4f9b8458005d3f19934a') +INSERT INTO [dbo].[sys_user_depart] ([id], [user_id], [dep_id]) VALUES (N'1681161797510066177', N'f0019fdebedb443c98dcb17d88222c38', N'67fc001af12a4f9b8458005d3f19934a') GO @@ -27823,22 +28329,22 @@ GO INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id], [tenant_id]) VALUES (N'1681161797489094657', N'f0019fdebedb443c98dcb17d88222c38', N'ee8626f80f7c2619917b6236f3a7f02b', N'0') GO -INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id], [tenant_id]) VALUES (N'1714211291533123587', N'3d464b4ea0d2491aab8a7bde74c57e95', N'ee8626f80f7c2619917b6236f3a7f02b', N'0') +INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id], [tenant_id]) VALUES (N'1714471376884736003', N'1714471285016895490', N'1501570619841810433', N'0') GO -INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id], [tenant_id]) VALUES (N'1714213890894303234', N'e9ca23d68d884d4ebb19d07889727dae', N'1501570619841810433', N'0') +INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id], [tenant_id]) VALUES (N'1714519577000091650', N'a75d45a015c44384a04449ee80dc3503', N'ee8626f80f7c2619917b6236f3a7f02b', N'0') GO -INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id], [tenant_id]) VALUES (N'1714213890894303235', N'e9ca23d68d884d4ebb19d07889727dae', N'f6817f48af4fb3af11b9e8bf182f618b', N'0') +INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id], [tenant_id]) VALUES (N'1714519577000091651', N'a75d45a015c44384a04449ee80dc3503', N'1501570619841810433', N'0') GO -INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id], [tenant_id]) VALUES (N'1714471376884736003', N'1714471285016895490', N'1501570619841810433', N'0') +INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id], [tenant_id]) VALUES (N'1721004072775704578', N'3d464b4ea0d2491aab8a7bde74c57e95', N'ee8626f80f7c2619917b6236f3a7f02b', N'0') GO -INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id], [tenant_id]) VALUES (N'1714519577000091650', N'a75d45a015c44384a04449ee80dc3503', N'ee8626f80f7c2619917b6236f3a7f02b', N'0') +INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id], [tenant_id]) VALUES (N'1721013397455859713', N'e9ca23d68d884d4ebb19d07889727dae', N'1501570619841810433', N'0') GO -INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id], [tenant_id]) VALUES (N'1714519577000091651', N'a75d45a015c44384a04449ee80dc3503', N'1501570619841810433', N'0') +INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id], [tenant_id]) VALUES (N'1721013397455859714', N'e9ca23d68d884d4ebb19d07889727dae', N'f6817f48af4fb3af11b9e8bf182f618b', N'0') GO INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id], [tenant_id]) VALUES (N'31af310584bd5795f76b1fe8c38294a0', N'70f5dcf03f36471dabba81381919291f', N'e51758fa916c881624b046d26bd09230', N'0') @@ -27960,12 +28466,6 @@ GO -- ---------------------------- -- Records of sys_user_tenant -- ---------------------------- -INSERT INTO [dbo].[sys_user_tenant] ([id], [user_id], [tenant_id], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1714211242950500353', N'a75d45a015c44384a04449ee80dc3503', N'1000', N'1', N'admin', N'2023-10-17 17:26:23.0000000', NULL, NULL) -GO - -INSERT INTO [dbo].[sys_user_tenant] ([id], [user_id], [tenant_id], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1714213890831388674', N'e9ca23d68d884d4ebb19d07889727dae', N'1000', N'1', N'admin', N'2023-10-17 17:36:55.0000000', NULL, NULL) -GO - INSERT INTO [dbo].[sys_user_tenant] ([id], [user_id], [tenant_id], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1714515981869195266', N'1714471285016895490', N'1001', N'1', N'ceshi', N'2023-10-18 13:37:19.0000000', NULL, NULL) GO @@ -27975,6 +28475,9 @@ GO INSERT INTO [dbo].[sys_user_tenant] ([id], [user_id], [tenant_id], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1714517616091668481', N'1714471285016895490', N'1000', N'1', N'ceshi', N'2023-10-18 13:43:49.0000000', NULL, NULL) GO +INSERT INTO [dbo].[sys_user_tenant] ([id], [user_id], [tenant_id], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1721013397267116034', N'e9ca23d68d884d4ebb19d07889727dae', N'1000', N'1', N'admin', N'2023-11-05 11:55:43.0000000', NULL, NULL) +GO + -- ---------------------------- -- Table structure for test_demo @@ -28499,7 +29002,7 @@ GO INSERT INTO [dbo].[test_order_customer] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [sex], [age], [birthday], [order_id], [address]) VALUES (N'1597149156416937985', N'admin', N'2022-11-28 16:43:27.0000000', NULL, NULL, N'A01', N'33', N'1', N'33', N'2022-11-03', N'1597149156089782273', NULL) GO -INSERT INTO [dbo].[test_order_customer] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [sex], [age], [birthday], [order_id], [address]) VALUES (N'1683074969947033601', N'ceshi', N'2023-10-18 10:45:58.0000000', NULL, NULL, NULL, N'于美欣', N'1', N'22', N'2023-07-06', N'1683074969561157634', NULL) +INSERT INTO [dbo].[test_order_customer] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [sex], [age], [birthday], [order_id], [address]) VALUES (N'1683074969947033601', N'admin', N'2023-12-06 15:26:44.0000000', NULL, NULL, N'A01', N'于美欣', N'1', N'22', N'2023-07-06', N'1683074969561157634', NULL) GO @@ -28611,7 +29114,7 @@ GO INSERT INTO [dbo].[test_order_main] ([id], [create_by], [create_time], [update_by], [update_time], [order_code], [order_date], [descc], [xiala]) VALUES (N'1597149156089782273', N'admin', N'2022-11-28 16:43:27.0000000', NULL, NULL, N'CN2022112816431596', NULL, NULL, NULL) GO -INSERT INTO [dbo].[test_order_main] ([id], [create_by], [create_time], [update_by], [update_time], [order_code], [order_date], [descc], [xiala]) VALUES (N'1683074969561157634', N'admin', N'2023-07-23 19:21:57.0000000', N'ceshi', N'2023-10-18 10:45:58.0000000', N'CN2023072319214115', NULL, N'111', N'1,2') +INSERT INTO [dbo].[test_order_main] ([id], [create_by], [create_time], [update_by], [update_time], [order_code], [order_date], [descc], [xiala]) VALUES (N'1683074969561157634', N'admin', N'2023-07-23 19:21:57.0000000', N'admin', N'2023-12-06 15:26:44.0000000', N'CN2023072319214115', NULL, N'111', N'1,2') GO @@ -28766,10 +29269,13 @@ GO INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'1597149156278525953', N'admin', N'2022-11-28 16:43:27.0000000', NULL, NULL, N'22', N'2', N'2', N'22', N'1597149156089782273', N'1') GO -INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'1683074969716346881', N'ceshi', N'2023-10-18 10:45:58.0000000', NULL, NULL, N'电脑', N'5000', N'21', N'121', N'1683074969561157634', N'1') +INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'1683074969716346881', N'admin', N'2023-12-06 15:26:44.0000000', NULL, NULL, N'电脑', N'5000', N'21', N'121', N'1683074969561157634', N'1') +GO + +INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'1714472725034704898', N'admin', N'2023-12-06 15:26:44.0000000', NULL, NULL, N'办公椅子', N'50', N'100', NULL, N'1683074969561157634', N'1') GO -INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'1714472725034704898', N'ceshi', N'2023-10-18 10:45:25.0000000', NULL, NULL, N'办公椅子', N'50', N'100', NULL, N'1683074969561157634', N'1') +INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'1732300515406647298', N'admin', N'2023-12-06 15:26:44.0000000', NULL, NULL, N'3', N'3', N'3', NULL, N'1683074969561157634', NULL) GO INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'402831816a38e7fd016a38e7fdeb0001', N'admin', N'2019-04-20 12:01:29.0000000', NULL, NULL, N'笔记本', N'100', N'10', NULL, N'402831816a38e7fd016a38e7fddf0000', NULL) @@ -29036,10 +29542,10 @@ GO INSERT INTO [dbo].[test_v3_hello] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [age], [sex], [birthday], [cc], [aaa], [asdd]) VALUES (N'1586554463777943554', N'admin', N'2022-10-30 11:03:55.0000000', N'admin', N'2023-07-23 18:49:49.0000000', N'A01', N'袁清妍', N'30', N'1', N'2022-10-30', N'', NULL, NULL) GO -INSERT INTO [dbo].[test_v3_hello] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [age], [sex], [birthday], [cc], [aaa], [asdd]) VALUES (N'1683074855849381889', N'admin', N'2023-07-23 19:21:30.0000000', N'admin', N'2023-10-15 20:02:18.0000000', N'A01', N'123', N'123', N'1', N'2023-07-12', N'', N'', N'') +INSERT INTO [dbo].[test_v3_hello] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [age], [sex], [birthday], [cc], [aaa], [asdd]) VALUES (N'1683074855849381889', N'admin', N'2023-07-23 19:21:30.0000000', N'admin', N'2023-12-07 10:44:35.0000000', N'A01', N'邵晨茜', N'33', N'1', N'2023-07-12', N'', N'', N'') GO -INSERT INTO [dbo].[test_v3_hello] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [age], [sex], [birthday], [cc], [aaa], [asdd]) VALUES (N'1704384768789696513', N'admin', N'2023-09-20 14:39:29.0000000', N'admin', N'2023-09-20 14:39:33.0000000', N'A01', N'22', N'22', N'1', N'2023-09-13', N'', NULL, NULL) +INSERT INTO [dbo].[test_v3_hello] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [age], [sex], [birthday], [cc], [aaa], [asdd]) VALUES (N'1704384768789696513', N'admin', N'2023-09-20 14:39:29.0000000', N'admin', N'2023-12-07 10:44:46.0000000', N'A01', N'郭勇', N'22', N'1', N'2023-09-13', N'', N'', N'') GO @@ -29156,7 +29662,7 @@ GO -- ---------------------------- -- Primary Key structure for table ceshi_note -- ---------------------------- -ALTER TABLE [dbo].[ceshi_note] ADD CONSTRAINT [PK__ceshi_no__3213E83F30E2CFF8] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[ceshi_note] ADD CONSTRAINT [PK__ceshi_no__3213E83F20F247D2] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29165,7 +29671,7 @@ GO -- ---------------------------- -- Primary Key structure for table demo -- ---------------------------- -ALTER TABLE [dbo].[demo] ADD CONSTRAINT [PK__demo__3213E83F9CE13BC1] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[demo] ADD CONSTRAINT [PK__demo__3213E83FF2E0846B] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29174,7 +29680,7 @@ GO -- ---------------------------- -- Primary Key structure for table demo_field_def_val_main -- ---------------------------- -ALTER TABLE [dbo].[demo_field_def_val_main] ADD CONSTRAINT [PK__demo_fie__3213E83F7AD04A81] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[demo_field_def_val_main] ADD CONSTRAINT [PK__demo_fie__3213E83F657B2432] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29183,7 +29689,7 @@ GO -- ---------------------------- -- Primary Key structure for table demo_field_def_val_sub -- ---------------------------- -ALTER TABLE [dbo].[demo_field_def_val_sub] ADD CONSTRAINT [PK__demo_fie__3213E83F85D04299] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[demo_field_def_val_sub] ADD CONSTRAINT [PK__demo_fie__3213E83F1190EF4D] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29192,7 +29698,7 @@ GO -- ---------------------------- -- Primary Key structure for table jeecg_monthly_growth_analysis -- ---------------------------- -ALTER TABLE [dbo].[jeecg_monthly_growth_analysis] ADD CONSTRAINT [PK__jeecg_mo__3213E83F1A36E917] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[jeecg_monthly_growth_analysis] ADD CONSTRAINT [PK__jeecg_mo__3213E83FB08F092C] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29201,7 +29707,7 @@ GO -- ---------------------------- -- Primary Key structure for table jeecg_order_customer -- ---------------------------- -ALTER TABLE [dbo].[jeecg_order_customer] ADD CONSTRAINT [PK__jeecg_or__3213E83F176331FA] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[jeecg_order_customer] ADD CONSTRAINT [PK__jeecg_or__3213E83F0E70F0CD] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29210,7 +29716,7 @@ GO -- ---------------------------- -- Primary Key structure for table jeecg_order_main -- ---------------------------- -ALTER TABLE [dbo].[jeecg_order_main] ADD CONSTRAINT [PK__jeecg_or__3213E83F246382B8] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[jeecg_order_main] ADD CONSTRAINT [PK__jeecg_or__3213E83FFDAF5706] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29219,7 +29725,7 @@ GO -- ---------------------------- -- Primary Key structure for table jeecg_order_ticket -- ---------------------------- -ALTER TABLE [dbo].[jeecg_order_ticket] ADD CONSTRAINT [PK__jeecg_or__3213E83FF3AF265A] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[jeecg_order_ticket] ADD CONSTRAINT [PK__jeecg_or__3213E83F4EECCC97] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29228,7 +29734,7 @@ GO -- ---------------------------- -- Primary Key structure for table jeecg_project_nature_income -- ---------------------------- -ALTER TABLE [dbo].[jeecg_project_nature_income] ADD CONSTRAINT [PK__jeecg_pr__3213E83FE099B21B] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[jeecg_project_nature_income] ADD CONSTRAINT [PK__jeecg_pr__3213E83FE477A6FA] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29247,7 +29753,7 @@ GO -- ---------------------------- -- Primary Key structure for table jimu_dict -- ---------------------------- -ALTER TABLE [dbo].[jimu_dict] ADD CONSTRAINT [PK__jimu_dic__3213E83F1D78C693] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[jimu_dict] ADD CONSTRAINT [PK__jimu_dic__3213E83FE5AD799C] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29285,7 +29791,7 @@ GO -- ---------------------------- -- Primary Key structure for table jimu_dict_item -- ---------------------------- -ALTER TABLE [dbo].[jimu_dict_item] ADD CONSTRAINT [PK__jimu_dic__3213E83F468842A7] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[jimu_dict_item] ADD CONSTRAINT [PK__jimu_dic__3213E83F2520E438] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29316,7 +29822,7 @@ GO -- ---------------------------- -- Primary Key structure for table jimu_report -- ---------------------------- -ALTER TABLE [dbo].[jimu_report] ADD CONSTRAINT [PK__jimu_rep__3213E83F5155C40A] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[jimu_report] ADD CONSTRAINT [PK__jimu_rep__3213E83FD151C7D8] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29341,7 +29847,7 @@ GO -- ---------------------------- -- Primary Key structure for table jimu_report_data_source -- ---------------------------- -ALTER TABLE [dbo].[jimu_report_data_source] ADD CONSTRAINT [PK__jimu_rep__3213E83F02C282C7] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[jimu_report_data_source] ADD CONSTRAINT [PK__jimu_rep__3213E83FC8B7D240] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29372,7 +29878,7 @@ GO -- ---------------------------- -- Primary Key structure for table jimu_report_db -- ---------------------------- -ALTER TABLE [dbo].[jimu_report_db] ADD CONSTRAINT [PK__jimu_rep__3213E83FBF3494D5] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[jimu_report_db] ADD CONSTRAINT [PK__jimu_rep__3213E83FFF4C00DC] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29397,7 +29903,7 @@ GO -- ---------------------------- -- Primary Key structure for table jimu_report_db_field -- ---------------------------- -ALTER TABLE [dbo].[jimu_report_db_field] ADD CONSTRAINT [PK__jimu_rep__3213E83F6BF47E9D] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[jimu_report_db_field] ADD CONSTRAINT [PK__jimu_rep__3213E83FAD2B7F1B] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29416,7 +29922,7 @@ GO -- ---------------------------- -- Primary Key structure for table jimu_report_db_param -- ---------------------------- -ALTER TABLE [dbo].[jimu_report_db_param] ADD CONSTRAINT [PK__jimu_rep__3213E83FE8AFD512] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[jimu_report_db_param] ADD CONSTRAINT [PK__jimu_rep__3213E83F29C65130] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29435,7 +29941,7 @@ GO -- ---------------------------- -- Primary Key structure for table jimu_report_link -- ---------------------------- -ALTER TABLE [dbo].[jimu_report_link] ADD CONSTRAINT [PK__jimu_rep__3213E83F04E0F645] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[jimu_report_link] ADD CONSTRAINT [PK__jimu_rep__3213E83F7246FA3E] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29454,7 +29960,7 @@ GO -- ---------------------------- -- Primary Key structure for table jimu_report_map -- ---------------------------- -ALTER TABLE [dbo].[jimu_report_map] ADD CONSTRAINT [PK__jimu_rep__3213E83F1511EE94] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[jimu_report_map] ADD CONSTRAINT [PK__jimu_rep__3213E83FF115D95E] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29473,7 +29979,7 @@ GO -- ---------------------------- -- Primary Key structure for table jimu_report_share -- ---------------------------- -ALTER TABLE [dbo].[jimu_report_share] ADD CONSTRAINT [PK__jimu_rep__3213E83FB5662A3E] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[jimu_report_share] ADD CONSTRAINT [PK__jimu_rep__3213E83F668F73C5] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29482,7 +29988,7 @@ GO -- ---------------------------- -- Primary Key structure for table onl_auth_data -- ---------------------------- -ALTER TABLE [dbo].[onl_auth_data] ADD CONSTRAINT [PK__onl_auth__3213E83F44CD2795] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[onl_auth_data] ADD CONSTRAINT [PK__onl_auth__3213E83F012BE01B] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29491,7 +29997,7 @@ GO -- ---------------------------- -- Primary Key structure for table onl_auth_page -- ---------------------------- -ALTER TABLE [dbo].[onl_auth_page] ADD CONSTRAINT [PK__onl_auth__3213E83F72EF5727] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[onl_auth_page] ADD CONSTRAINT [PK__onl_auth__3213E83F13D4E458] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29500,7 +30006,7 @@ GO -- ---------------------------- -- Primary Key structure for table onl_auth_relation -- ---------------------------- -ALTER TABLE [dbo].[onl_auth_relation] ADD CONSTRAINT [PK__onl_auth__3213E83F7E958162] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[onl_auth_relation] ADD CONSTRAINT [PK__onl_auth__3213E83F62D43E0A] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29509,27 +30015,27 @@ GO -- ---------------------------- -- Indexes structure for table onl_cgform_button -- ---------------------------- -CREATE NONCLUSTERED INDEX [idx_ocb_CGFORM_HEAD_ID] +CREATE NONCLUSTERED INDEX [idx_ocb_cgform_head_id] ON [dbo].[onl_cgform_button] ( - [CGFORM_HEAD_ID] ASC + [cgform_head_id] ASC ) GO -CREATE NONCLUSTERED INDEX [idx_ocb_BUTTON_CODE] +CREATE NONCLUSTERED INDEX [idx_ocb_button_code] ON [dbo].[onl_cgform_button] ( - [BUTTON_CODE] ASC + [button_code] ASC ) GO -CREATE NONCLUSTERED INDEX [idx_ocb_BUTTON_STATUS] +CREATE NONCLUSTERED INDEX [idx_ocb_button_status] ON [dbo].[onl_cgform_button] ( - [BUTTON_STATUS] ASC + [button_status] ASC ) GO -CREATE NONCLUSTERED INDEX [idx_ocb_ORDER_NUM] +CREATE NONCLUSTERED INDEX [idx_ocb_order_num] ON [dbo].[onl_cgform_button] ( - [ORDER_NUM] ASC + [order_num] ASC ) GO @@ -29537,7 +30043,7 @@ GO -- ---------------------------- -- Primary Key structure for table onl_cgform_button -- ---------------------------- -ALTER TABLE [dbo].[onl_cgform_button] ADD CONSTRAINT [PK__onl_cgfo__3214EC27CD506783] PRIMARY KEY CLUSTERED ([ID]) +ALTER TABLE [dbo].[onl_cgform_button] ADD CONSTRAINT [PK__onl_cgfo__3213E83F2B2C26AF] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29548,19 +30054,19 @@ GO -- ---------------------------- CREATE NONCLUSTERED INDEX [idx_ejava_cgform_head_id] ON [dbo].[onl_cgform_enhance_java] ( - [CGFORM_HEAD_ID] ASC + [cgform_head_id] ASC ) GO -CREATE NONCLUSTERED INDEX [idx_ocej_BUTTON_CODE] +CREATE NONCLUSTERED INDEX [idx_ocej_button_code] ON [dbo].[onl_cgform_enhance_java] ( - [BUTTON_CODE] ASC + [button_code] ASC ) GO -CREATE NONCLUSTERED INDEX [idx_ocej_ACTIVE_STATUS] +CREATE NONCLUSTERED INDEX [idx_ocej_active_status] ON [dbo].[onl_cgform_enhance_java] ( - [ACTIVE_STATUS] ASC + [active_status] ASC ) GO @@ -29568,7 +30074,7 @@ GO -- ---------------------------- -- Primary Key structure for table onl_cgform_enhance_java -- ---------------------------- -ALTER TABLE [dbo].[onl_cgform_enhance_java] ADD CONSTRAINT [PK__onl_cgfo__3214EC2782F66977] PRIMARY KEY CLUSTERED ([ID]) +ALTER TABLE [dbo].[onl_cgform_enhance_java] ADD CONSTRAINT [PK__onl_cgfo__3213E83F62F759E3] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29579,13 +30085,13 @@ GO -- ---------------------------- CREATE NONCLUSTERED INDEX [idx_ejs_cgform_head_id] ON [dbo].[onl_cgform_enhance_js] ( - [CGFORM_HEAD_ID] ASC + [cgform_head_id] ASC ) GO CREATE NONCLUSTERED INDEX [idx_ejs_cg_js_type] ON [dbo].[onl_cgform_enhance_js] ( - [CG_JS_TYPE] ASC + [cg_js_type] ASC ) GO @@ -29593,7 +30099,7 @@ GO -- ---------------------------- -- Primary Key structure for table onl_cgform_enhance_js -- ---------------------------- -ALTER TABLE [dbo].[onl_cgform_enhance_js] ADD CONSTRAINT [PK__onl_cgfo__3214EC27F01F17D9] PRIMARY KEY CLUSTERED ([ID]) +ALTER TABLE [dbo].[onl_cgform_enhance_js] ADD CONSTRAINT [PK__onl_cgfo__3213E83FA8E4ADDA] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29602,9 +30108,9 @@ GO -- ---------------------------- -- Indexes structure for table onl_cgform_enhance_sql -- ---------------------------- -CREATE NONCLUSTERED INDEX [idx_oces_CGFORM_HEAD_ID] +CREATE NONCLUSTERED INDEX [idx_oces_cgform_head_id] ON [dbo].[onl_cgform_enhance_sql] ( - [CGFORM_HEAD_ID] ASC + [cgform_head_id] ASC ) GO @@ -29612,7 +30118,7 @@ GO -- ---------------------------- -- Primary Key structure for table onl_cgform_enhance_sql -- ---------------------------- -ALTER TABLE [dbo].[onl_cgform_enhance_sql] ADD CONSTRAINT [PK__onl_cgfo__3214EC275266AE3A] PRIMARY KEY CLUSTERED ([ID]) +ALTER TABLE [dbo].[onl_cgform_enhance_sql] ADD CONSTRAINT [PK__onl_cgfo__3213E83F3047B8CE] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29631,7 +30137,7 @@ GO -- ---------------------------- -- Primary Key structure for table onl_cgform_field -- ---------------------------- -ALTER TABLE [dbo].[onl_cgform_field] ADD CONSTRAINT [PK__onl_cgfo__3213E83F55C03161] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[onl_cgform_field] ADD CONSTRAINT [PK__onl_cgfo__3213E83FA339B72C] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29668,7 +30174,7 @@ GO -- ---------------------------- -- Primary Key structure for table onl_cgform_head -- ---------------------------- -ALTER TABLE [dbo].[onl_cgform_head] ADD CONSTRAINT [PK__onl_cgfo__3213E83F9B43D2D5] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[onl_cgform_head] ADD CONSTRAINT [PK__onl_cgfo__3213E83F32F14576] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29687,7 +30193,7 @@ GO -- ---------------------------- -- Primary Key structure for table onl_cgform_index -- ---------------------------- -ALTER TABLE [dbo].[onl_cgform_index] ADD CONSTRAINT [PK__onl_cgfo__3213E83F49140F5C] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[onl_cgform_index] ADD CONSTRAINT [PK__onl_cgfo__3213E83FF5252D36] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29706,7 +30212,7 @@ GO -- ---------------------------- -- Primary Key structure for table onl_cgreport_head -- ---------------------------- -ALTER TABLE [dbo].[onl_cgreport_head] ADD CONSTRAINT [PK__onl_cgre__3213E83FF6DE08E1] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[onl_cgreport_head] ADD CONSTRAINT [PK__onl_cgre__3213E83F40E286B8] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29737,7 +30243,7 @@ GO -- ---------------------------- -- Primary Key structure for table onl_cgreport_item -- ---------------------------- -ALTER TABLE [dbo].[onl_cgreport_item] ADD CONSTRAINT [PK__onl_cgre__3213E83F2B14110E] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[onl_cgreport_item] ADD CONSTRAINT [PK__onl_cgre__3213E83F552F06B0] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29756,7 +30262,7 @@ GO -- ---------------------------- -- Primary Key structure for table onl_cgreport_param -- ---------------------------- -ALTER TABLE [dbo].[onl_cgreport_param] ADD CONSTRAINT [PK__onl_cgre__3213E83F03FFBC51] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[onl_cgreport_param] ADD CONSTRAINT [PK__onl_cgre__3213E83F3414D2F0] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29765,7 +30271,7 @@ GO -- ---------------------------- -- Primary Key structure for table onl_drag_comp -- ---------------------------- -ALTER TABLE [dbo].[onl_drag_comp] ADD CONSTRAINT [PK__onl_drag__3213E83F42B5803F] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[onl_drag_comp] ADD CONSTRAINT [PK__onl_drag__3213E83FC41A2383] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29774,7 +30280,7 @@ GO -- ---------------------------- -- Primary Key structure for table onl_drag_dataset_head -- ---------------------------- -ALTER TABLE [dbo].[onl_drag_dataset_head] ADD CONSTRAINT [PK__onl_drag__3213E83FE317F905] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[onl_drag_dataset_head] ADD CONSTRAINT [PK__onl_drag__3213E83FFA8E1E81] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29793,7 +30299,7 @@ GO -- ---------------------------- -- Primary Key structure for table onl_drag_dataset_item -- ---------------------------- -ALTER TABLE [dbo].[onl_drag_dataset_item] ADD CONSTRAINT [PK__onl_drag__3213E83FEB14DDE7] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[onl_drag_dataset_item] ADD CONSTRAINT [PK__onl_drag__3213E83F01CF4C68] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29812,7 +30318,7 @@ GO -- ---------------------------- -- Primary Key structure for table onl_drag_dataset_param -- ---------------------------- -ALTER TABLE [dbo].[onl_drag_dataset_param] ADD CONSTRAINT [PK__onl_drag__3213E83FB3527595] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[onl_drag_dataset_param] ADD CONSTRAINT [PK__onl_drag__3213E83F2E745FB7] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29821,7 +30327,7 @@ GO -- ---------------------------- -- Primary Key structure for table onl_drag_page -- ---------------------------- -ALTER TABLE [dbo].[onl_drag_page] ADD CONSTRAINT [PK__onl_drag__3213E83F0D6D9975] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[onl_drag_page] ADD CONSTRAINT [PK__onl_drag__3213E83FC0027C7B] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29830,7 +30336,7 @@ GO -- ---------------------------- -- Primary Key structure for table onl_drag_page_comp -- ---------------------------- -ALTER TABLE [dbo].[onl_drag_page_comp] ADD CONSTRAINT [PK__onl_drag__3213E83F0CCA1CD0] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[onl_drag_page_comp] ADD CONSTRAINT [PK__onl_drag__3213E83F39557B7B] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29839,7 +30345,7 @@ GO -- ---------------------------- -- Primary Key structure for table oss_file -- ---------------------------- -ALTER TABLE [dbo].[oss_file] ADD CONSTRAINT [PK__oss_file__3213E83FAEFDD9C2] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[oss_file] ADD CONSTRAINT [PK__oss_file__3213E83F3E471B4C] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29938,7 +30444,7 @@ GO -- ---------------------------- -- Primary Key structure for table rep_demo_dxtj -- ---------------------------- -ALTER TABLE [dbo].[rep_demo_dxtj] ADD CONSTRAINT [PK__rep_demo__3213E83F6FC145B6] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[rep_demo_dxtj] ADD CONSTRAINT [PK__rep_demo__3213E83F0FB6AF66] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29947,7 +30453,7 @@ GO -- ---------------------------- -- Primary Key structure for table rep_demo_employee -- ---------------------------- -ALTER TABLE [dbo].[rep_demo_employee] ADD CONSTRAINT [PK__rep_demo__3213E83F8C29C88F] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[rep_demo_employee] ADD CONSTRAINT [PK__rep_demo__3213E83F22BD4F57] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29956,7 +30462,7 @@ GO -- ---------------------------- -- Primary Key structure for table rep_demo_gongsi -- ---------------------------- -ALTER TABLE [dbo].[rep_demo_gongsi] ADD CONSTRAINT [PK__rep_demo__3213E83F5E604D7E] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[rep_demo_gongsi] ADD CONSTRAINT [PK__rep_demo__3213E83F3EF8AEF8] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -29965,7 +30471,7 @@ GO -- ---------------------------- -- Primary Key structure for table rep_demo_jianpiao -- ---------------------------- -ALTER TABLE [dbo].[rep_demo_jianpiao] ADD CONSTRAINT [PK__rep_demo__3213E83F3423A592] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[rep_demo_jianpiao] ADD CONSTRAINT [PK__rep_demo__3213E83FDE57A9B1] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30026,7 +30532,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_announcement -- ---------------------------- -ALTER TABLE [dbo].[sys_announcement] ADD CONSTRAINT [PK__sys_anno__3213E83F07B93F15] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_announcement] ADD CONSTRAINT [PK__sys_anno__3213E83F06BA7E63] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30063,7 +30569,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_category -- ---------------------------- -ALTER TABLE [dbo].[sys_category] ADD CONSTRAINT [PK__sys_cate__3213E83F271463EE] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_category] ADD CONSTRAINT [PK__sys_cate__3213E83FEBF9F30E] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30082,7 +30588,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_check_rule -- ---------------------------- -ALTER TABLE [dbo].[sys_check_rule] ADD CONSTRAINT [PK__sys_chec__3213E83F5F54DA8F] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_check_rule] ADD CONSTRAINT [PK__sys_chec__3213E83FD75BF68C] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30102,7 +30608,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_comment -- ---------------------------- -ALTER TABLE [dbo].[sys_comment] ADD CONSTRAINT [PK__sys_comm__3213E83FE4313C31] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_comment] ADD CONSTRAINT [PK__sys_comm__3213E83F97670091] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30122,7 +30628,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_data_log -- ---------------------------- -ALTER TABLE [dbo].[sys_data_log] ADD CONSTRAINT [PK__sys_data__3213E83F564009C7] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_data_log] ADD CONSTRAINT [PK__sys_data__3213E83FB2605FBD] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30141,7 +30647,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_data_source -- ---------------------------- -ALTER TABLE [dbo].[sys_data_source] ADD CONSTRAINT [PK__sys_data__3213E83FCA7565BC] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_data_source] ADD CONSTRAINT [PK__sys_data__3213E83F56E07A1B] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30172,7 +30678,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_depart -- ---------------------------- -ALTER TABLE [dbo].[sys_depart] ADD CONSTRAINT [PK__sys_depa__3213E83FF8709937] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_depart] ADD CONSTRAINT [PK__sys_depa__3213E83FAB4F7558] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30181,7 +30687,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_depart_permission -- ---------------------------- -ALTER TABLE [dbo].[sys_depart_permission] ADD CONSTRAINT [PK__sys_depa__3213E83F8CE60A1D] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_depart_permission] ADD CONSTRAINT [PK__sys_depa__3213E83FE15F6CD7] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30190,7 +30696,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_depart_role -- ---------------------------- -ALTER TABLE [dbo].[sys_depart_role] ADD CONSTRAINT [PK__sys_depa__3213E83FF86CD49D] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_depart_role] ADD CONSTRAINT [PK__sys_depa__3213E83FB194AAC7] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30222,7 +30728,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_depart_role_permission -- ---------------------------- -ALTER TABLE [dbo].[sys_depart_role_permission] ADD CONSTRAINT [PK__sys_depa__3213E83F21BBD6A4] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_depart_role_permission] ADD CONSTRAINT [PK__sys_depa__3213E83F07006B16] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30231,7 +30737,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_depart_role_user -- ---------------------------- -ALTER TABLE [dbo].[sys_depart_role_user] ADD CONSTRAINT [PK__sys_depa__3213E83FA8B94B9F] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_depart_role_user] ADD CONSTRAINT [PK__sys_depa__3213E83F3F9FF8CC] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30250,7 +30756,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_dict -- ---------------------------- -ALTER TABLE [dbo].[sys_dict] ADD CONSTRAINT [PK__sys_dict__3213E83F10647B7D] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_dict] ADD CONSTRAINT [PK__sys_dict__3213E83F5C383D9B] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30288,7 +30794,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_dict_item -- ---------------------------- -ALTER TABLE [dbo].[sys_dict_item] ADD CONSTRAINT [PK__sys_dict__3213E83F5931E5FE] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_dict_item] ADD CONSTRAINT [PK__sys_dict__3213E83F6907D19D] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30313,7 +30819,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_files -- ---------------------------- -ALTER TABLE [dbo].[sys_files] ADD CONSTRAINT [PK__sys_file__3213E83F3C959C0D] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_files] ADD CONSTRAINT [PK__sys_file__3213E83F71259CFB] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30332,7 +30838,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_fill_rule -- ---------------------------- -ALTER TABLE [dbo].[sys_fill_rule] ADD CONSTRAINT [PK__sys_fill__3213E83F980CB99F] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_fill_rule] ADD CONSTRAINT [PK__sys_fill__3213E83F2949B492] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30358,7 +30864,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_form_file -- ---------------------------- -ALTER TABLE [dbo].[sys_form_file] ADD CONSTRAINT [PK__sys_form__3213E83F5D290638] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_form_file] ADD CONSTRAINT [PK__sys_form__3213E83F1D7C3413] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30367,7 +30873,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_gateway_route -- ---------------------------- -ALTER TABLE [dbo].[sys_gateway_route] ADD CONSTRAINT [PK__sys_gate__3213E83F309292A6] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_gateway_route] ADD CONSTRAINT [PK__sys_gate__3213E83FDD7590DB] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30404,7 +30910,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_log -- ---------------------------- -ALTER TABLE [dbo].[sys_log] ADD CONSTRAINT [PK__sys_log__3213E83F26779443] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_log] ADD CONSTRAINT [PK__sys_log__3213E83F7D123F8A] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30435,7 +30941,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_permission -- ---------------------------- -ALTER TABLE [dbo].[sys_permission] ADD CONSTRAINT [PK__sys_perm__3213E83F1477CB30] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_permission] ADD CONSTRAINT [PK__sys_perm__3213E83FBD18876E] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30454,7 +30960,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_permission_data_rule -- ---------------------------- -ALTER TABLE [dbo].[sys_permission_data_rule] ADD CONSTRAINT [PK__sys_perm__3213E83FBB2372C4] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_permission_data_rule] ADD CONSTRAINT [PK__sys_perm__3213E83FE2C01B94] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30515,7 +31021,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_permission_v2 -- ---------------------------- -ALTER TABLE [dbo].[sys_permission_v2] ADD CONSTRAINT [PK__sys_perm__3213E83FAB1D5788] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_permission_v2] ADD CONSTRAINT [PK__sys_perm__3213E83FD02FE0BE] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30534,7 +31040,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_position -- ---------------------------- -ALTER TABLE [dbo].[sys_position] ADD CONSTRAINT [PK__sys_posi__3213E83FD1FBFEE3] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_position] ADD CONSTRAINT [PK__sys_posi__3213E83F1E0CD0CC] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30543,7 +31049,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_quartz_job -- ---------------------------- -ALTER TABLE [dbo].[sys_quartz_job] ADD CONSTRAINT [PK__sys_quar__3213E83F022ABD3E] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_quartz_job] ADD CONSTRAINT [PK__sys_quar__3213E83F4E2B8476] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30562,7 +31068,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_role -- ---------------------------- -ALTER TABLE [dbo].[sys_role] ADD CONSTRAINT [PK__sys_role__3213E83F85A84930] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_role] ADD CONSTRAINT [PK__sys_role__3213E83F79E6657B] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30571,7 +31077,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_role_index -- ---------------------------- -ALTER TABLE [dbo].[sys_role_index] ADD CONSTRAINT [PK__sys_role__3213E83F981F4028] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_role_index] ADD CONSTRAINT [PK__sys_role__3213E83FEA96821E] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30603,7 +31109,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_role_permission -- ---------------------------- -ALTER TABLE [dbo].[sys_role_permission] ADD CONSTRAINT [PK__sys_role__3213E83FE40CC71C] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_role_permission] ADD CONSTRAINT [PK__sys_role__3213E83F7A305DB7] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30640,7 +31146,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_sms -- ---------------------------- -ALTER TABLE [dbo].[sys_sms] ADD CONSTRAINT [PK__sys_sms__3213E83FB557F1BF] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_sms] ADD CONSTRAINT [PK__sys_sms__3213E83F4761792C] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30659,7 +31165,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_sms_template -- ---------------------------- -ALTER TABLE [dbo].[sys_sms_template] ADD CONSTRAINT [PK__sys_sms___3213E83F7356E749] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_sms_template] ADD CONSTRAINT [PK__sys_sms___3213E83FB9666A46] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30678,7 +31184,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_table_white_list -- ---------------------------- -ALTER TABLE [dbo].[sys_table_white_list] ADD CONSTRAINT [PK__sys_tabl__3213E83FDD2DA610] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_table_white_list] ADD CONSTRAINT [PK__sys_tabl__3213E83F16B4B752] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30687,7 +31193,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_tenant -- ---------------------------- -ALTER TABLE [dbo].[sys_tenant] ADD CONSTRAINT [PK__sys_tena__3213E83F098D9F73] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_tenant] ADD CONSTRAINT [PK__sys_tena__3213E83F86F3D954] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30696,7 +31202,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_tenant_pack -- ---------------------------- -ALTER TABLE [dbo].[sys_tenant_pack] ADD CONSTRAINT [PK__sys_tena__3213E83F2A14CBAA] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_tenant_pack] ADD CONSTRAINT [PK__sys_tena__3213E83FA45265A2] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30705,7 +31211,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_tenant_pack_perms -- ---------------------------- -ALTER TABLE [dbo].[sys_tenant_pack_perms] ADD CONSTRAINT [PK__sys_tena__3213E83F743C5800] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_tenant_pack_perms] ADD CONSTRAINT [PK__sys_tena__3213E83FF19B40BC] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30714,7 +31220,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_tenant_pack_user -- ---------------------------- -ALTER TABLE [dbo].[sys_tenant_pack_user] ADD CONSTRAINT [PK__sys_tena__3213E83F114FE0A7] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_tenant_pack_user] ADD CONSTRAINT [PK__sys_tena__3213E83F9EB0C407] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30750,7 +31256,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_third_account -- ---------------------------- -ALTER TABLE [dbo].[sys_third_account] ADD CONSTRAINT [PK__sys_thir__3213E83FC515EDE1] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_third_account] ADD CONSTRAINT [PK__sys_thir__3213E83FD3F61467] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30775,7 +31281,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_third_app_config -- ---------------------------- -ALTER TABLE [dbo].[sys_third_app_config] ADD CONSTRAINT [PK__sys_thir__3213E83F45C03AD3] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_third_app_config] ADD CONSTRAINT [PK__sys_thir__3213E83F697B3709] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30818,7 +31324,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_user -- ---------------------------- -ALTER TABLE [dbo].[sys_user] ADD CONSTRAINT [PK__sys_user__3213E83FF7D78A54] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_user] ADD CONSTRAINT [PK__sys_user__3213E83FED2BA7AD] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30855,7 +31361,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_user_agent -- ---------------------------- -ALTER TABLE [dbo].[sys_user_agent] ADD CONSTRAINT [PK__sys_user__3213E83F1A35587D] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_user_agent] ADD CONSTRAINT [PK__sys_user__3213E83F56F7EA7C] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30887,7 +31393,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_user_depart -- ---------------------------- -ALTER TABLE [dbo].[sys_user_depart] ADD CONSTRAINT [PK__sys_user__3214EC272433DDF8] PRIMARY KEY CLUSTERED ([ID]) +ALTER TABLE [dbo].[sys_user_depart] ADD CONSTRAINT [PK__sys_user__3213E83F42DC9785] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30919,7 +31425,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_user_position -- ---------------------------- -ALTER TABLE [dbo].[sys_user_position] ADD CONSTRAINT [PK__sys_user__3213E83F9EF447FA] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_user_position] ADD CONSTRAINT [PK__sys_user__3213E83FDF4E64A5] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30951,7 +31457,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_user_role -- ---------------------------- -ALTER TABLE [dbo].[sys_user_role] ADD CONSTRAINT [PK__sys_user__3213E83F465584CC] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_user_role] ADD CONSTRAINT [PK__sys_user__3213E83F2436F953] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30983,7 +31489,7 @@ GO -- ---------------------------- -- Primary Key structure for table sys_user_tenant -- ---------------------------- -ALTER TABLE [dbo].[sys_user_tenant] ADD CONSTRAINT [PK__sys_user__3213E83FC3D2DB0C] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[sys_user_tenant] ADD CONSTRAINT [PK__sys_user__3213E83F4E14C940] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -30992,7 +31498,7 @@ GO -- ---------------------------- -- Primary Key structure for table test_demo -- ---------------------------- -ALTER TABLE [dbo].[test_demo] ADD CONSTRAINT [PK__test_dem__3213E83F4A999B35] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[test_demo] ADD CONSTRAINT [PK__test_dem__3213E83F9E12C4E3] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -31001,7 +31507,7 @@ GO -- ---------------------------- -- Primary Key structure for table test_enhance_select -- ---------------------------- -ALTER TABLE [dbo].[test_enhance_select] ADD CONSTRAINT [PK__test_enh__3213E83F6869BE0F] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[test_enhance_select] ADD CONSTRAINT [PK__test_enh__3213E83FCC1D05CE] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -31010,7 +31516,7 @@ GO -- ---------------------------- -- Primary Key structure for table test_note -- ---------------------------- -ALTER TABLE [dbo].[test_note] ADD CONSTRAINT [PK__test_not__3213E83FDD2AE95E] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[test_note] ADD CONSTRAINT [PK__test_not__3213E83F34065D09] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -31019,7 +31525,7 @@ GO -- ---------------------------- -- Primary Key structure for table test_order_customer -- ---------------------------- -ALTER TABLE [dbo].[test_order_customer] ADD CONSTRAINT [PK__test_ord__3213E83FE5424D3C] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[test_order_customer] ADD CONSTRAINT [PK__test_ord__3213E83F39989916] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -31028,7 +31534,7 @@ GO -- ---------------------------- -- Primary Key structure for table test_order_main -- ---------------------------- -ALTER TABLE [dbo].[test_order_main] ADD CONSTRAINT [PK__test_ord__3213E83F635660AD] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[test_order_main] ADD CONSTRAINT [PK__test_ord__3213E83F46AA3033] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -31037,7 +31543,7 @@ GO -- ---------------------------- -- Primary Key structure for table test_order_product -- ---------------------------- -ALTER TABLE [dbo].[test_order_product] ADD CONSTRAINT [PK__test_ord__3213E83F5F08C925] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[test_order_product] ADD CONSTRAINT [PK__test_ord__3213E83F66819D0B] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -31046,7 +31552,7 @@ GO -- ---------------------------- -- Primary Key structure for table test_shoptype_tree -- ---------------------------- -ALTER TABLE [dbo].[test_shoptype_tree] ADD CONSTRAINT [PK__test_sho__3213E83FCBCAFCC7] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[test_shoptype_tree] ADD CONSTRAINT [PK__test_sho__3213E83F0F4C6A37] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO @@ -31055,7 +31561,7 @@ GO -- ---------------------------- -- Primary Key structure for table test_v3_hello -- ---------------------------- -ALTER TABLE [dbo].[test_v3_hello] ADD CONSTRAINT [PK__test_v3___3213E83F8A162ABD] PRIMARY KEY CLUSTERED ([id]) +ALTER TABLE [dbo].[test_v3_hello] ADD CONSTRAINT [PK__test_v3___3213E83F6CF3C049] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO diff --git "a/db/\345\242\236\351\207\217SQL/3.5.5\345\215\207\347\272\247\345\210\2603.6.0\345\215\207\347\272\247\350\204\232\346\234\254.sql" "b/db/\345\242\236\351\207\217SQL/3.5.5\345\215\207\347\272\247\345\210\2603.6.0\345\215\207\347\272\247\350\204\232\346\234\254.sql" deleted file mode 100644 index 3c39db01d0..0000000000 --- "a/db/\345\242\236\351\207\217SQL/3.5.5\345\215\207\347\272\247\345\210\2603.6.0\345\215\207\347\272\247\350\204\232\346\234\254.sql" +++ /dev/null @@ -1,155 +0,0 @@ -SET NAMES utf8mb4; -SET FOREIGN_KEY_CHECKS = 0; - --- 新增用户职位表关系表 -CREATE TABLE sys_user_position ( -id varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '主键', -user_id varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '用户id', -position_id varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '职位id', -create_by varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人', -create_time datetime(0) NULL DEFAULT NULL COMMENT '创建时间', -update_by varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci 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; - -ALTER TABLE sys_user_position -ADD INDEX idx_sup_user_id(user_id) USING BTREE, -ADD INDEX idx_sup_position_id(position_id) USING BTREE, -ADD INDEX idx_sup_user_position_id(user_id, position_id) USING BTREE; - --- 删除用户表的职位 -ALTER TABLE sys_user DROP COLUMN post; - - - --- 用户租户关系表修改索引 -ALTER TABLE `sys_user_tenant` -DROP INDEX `uniq_sut_user_rel_tenant`, -ADD INDEX `idx_sut_user_rel_tenant`(`user_id`, `tenant_id`) USING BTREE; - -ALTER TABLE `sys_user_depart` -DROP INDEX `idx_sud_user_dep_id`, -ADD UNIQUE INDEX `idx_sud_user_dep_id`(`user_id`, `dep_id`) USING BTREE; - - --- 新增企业微信和钉钉配置表,通过租户模式隔离 -CREATE TABLE sys_third_app_config ( -id varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL, -tenant_id int(10) NOT NULL DEFAULT 0 COMMENT '租户id', -agent_id varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '钉钉/企业微信应用id', -client_id varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '钉钉/企业微信 应用id', -client_secret varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '钉钉/企业微信应用id对应的秘钥', -third_type varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '第三方类别(dingtalk 钉钉 wechat_enterprise 企业微信)', -agent_app_secret varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '自建应用Secret', -status int(1) NULL DEFAULT 1 COMMENT '是否启用(0-否,1-是)', -create_time datetime(0) NULL DEFAULT NULL COMMENT '创建时间', -update_time datetime(0) NULL DEFAULT NULL COMMENT '更新时间', -PRIMARY KEY (id) USING BTREE, -UNIQUE INDEX uniq_stac_third_type_tenant_id(tenant_id, third_type) USING BTREE, -INDEX idx_stac_tenant_id(tenant_id) USING BTREE, -INDEX idx_stac_third_type(third_type) USING BTREE -) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '租户第三方配置表' ROW_FORMAT = Dynamic; - -ALTER TABLE sys_third_account -ADD UNIQUE INDEX uniq_sta_user_id_third_type(sys_user_id, third_type) USING BTREE, -ADD UNIQUE INDEX uniq_sta_third_user_id_third_type(third_user_id, third_type) USING BTREE, -ADD UNIQUE INDEX uniq_sta_third_user_uuid_third_type(third_user_uuid, third_type) USING BTREE; - -INSERT INTO sys_permission(id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external) VALUES ('1629109281748291586', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '第三方配置', '/third/app', 'system/appconfig/ThirdAppConfigList', 1, '', NULL, 1, NULL, '0', 13.00, 0, 'ant-design:setting-outlined', 1, 0, 0, 0, NULL, 'admin', '2023-02-24 21:21:35', 'admin', '2023-02-24 21:51:05', 0, 0, NULL, 0); - -ALTER TABLE sys_third_account -ADD COLUMN tenant_id int(10) NULL DEFAULT 0 COMMENT '租户id' AFTER realname; -update sys_third_account set tenant_id = 0; - -ALTER TABLE sys_third_account -DROP INDEX uniq_sta_third_user_id_third_type, -DROP INDEX uniq_sta_third_user_uuid_third_type, -DROP INDEX uniq_sta_user_id_third_type, -ADD UNIQUE INDEX uniq_sta_third_user_id_third_type(third_user_id, third_type, tenant_id) USING BTREE, -ADD UNIQUE INDEX uniq_sta_third_user_uuid_third_type(third_user_uuid, third_type, tenant_id) USING BTREE; - -ALTER TABLE `sys_third_app_config` -DROP INDEX `uniq_stac_third_type_tenant_id`; - - --- 新增租户默认产品包 -INSERT INTO sys_permission(id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external) VALUES ('1674708136602542082', '', '我的租户', '/mytenant', 'layouts/RouteView', 1, '', NULL, 0, NULL, '0', 4.20, 0, 'ant-design:user-outlined', 0, 0, 0, 0, NULL, 'admin', '2023-06-30 17:15:09', 'admin', '2023-06-30 18:35:40', 0, 0, NULL, 0); -INSERT INTO sys_permission(id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external) VALUES ('1663816667704500225', '1674708136602542082', '我的租户', '/tenant/MyTenantList', 'system/tenant/MyTenantList', 1, '', NULL, 1, NULL, '0', 1.00, 0, 'ant-design:user-outlined', 1, 0, 0, 0, NULL, 'admin', '2023-05-31 15:56:20', 'admin', '2023-06-30 18:37:26', 0, 0, NULL, 0); -UPDATE sys_permission SET parent_id = '1674708136602542082' WHERE component = 'system/user/TenantUserList'; -UPDATE sys_permission SET parent_id = '1674708136602542082' WHERE component = 'system/role/TenantRoleList'; -INSERT INTO sys_permission(id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external) VALUES ('1661572802889007106', '', '租户管理', '/tenant/setting', 'layouts/RouteView', 1, NULL, NULL, 0, NULL, '1', 4.10, 0, 'ant-design:setting-outlined', 0, 0, 0, 0, NULL, 'admin', '2023-05-25 11:20:01', 'admin', '2023-06-30 18:37:04', 0, 0, '1', 0); -UPDATE sys_permission SET parent_id = '1661572802889007106' WHERE component = 'system/tenant/index'; -INSERT INTO sys_permission(id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external) VALUES ('1668174661456171010', '1661572802889007106', '租户默认套餐', '/tenant/TenantDefaultPack', 'system/tenant/TenantDefaultPackList', 1, '', NULL, 1, NULL, '0', 5.00, 0, 'ant-design:folder-filled', 1, 0, 0, 0, NULL, 'admin', '2023-06-12 16:33:27', 'admin', '2023-06-30 19:09:24', 0, 0, NULL, 0); -ALTER TABLE sys_tenant_pack -ADD COLUMN pack_type varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT 'custom' COMMENT '产品包类型(default 默认产品包 custom 自定义产品包)' AFTER pack_code; -update sys_tenant_pack set pack_type = 'custom'; - -ALTER TABLE sys_user_tenant -MODIFY COLUMN status varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '状态(1 正常 2 离职 3 待审核 4 拒绝 5 邀请加入)' AFTER tenant_id; - -UPDATE sys_permission SET component = 'system/tenant/my/MyTenantList' WHERE component = 'system/tenant/MyTenantList'; -UPDATE sys_permission SET component = 'system/tenant/pack/TenantDefaultPackList' WHERE component = 'system/tenant/TenantDefaultPackList'; -UPDATE sys_permission SET component = 'system/tenant/TenantUserList', url='/system/tenant/TenantUserList' WHERE component = 'system/user/TenantUserList'; - - --- 系统通知类型新增租户邀请 -ALTER TABLE sys_announcement -MODIFY COLUMN bus_type varchar(20) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '业务类型(email:邮件 bpm:流程 tenant_invite:租户邀请)' AFTER del_flag; - - --- 修改部门表org_category字段的注释 -ALTER TABLE `sys_depart` -MODIFY COLUMN `org_category` varchar(10) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '1' COMMENT '机构类别 1公司,2组织机构,3岗位' AFTER `description`; - - --- 日志显示实际名称 --- -ALTER TABLE `sys_data_log` -ADD COLUMN `create_name` varchar(100) NULL COMMENT '创建人真实名称' AFTER `create_by`; - -UPDATE sys_data_log -SET create_name = (SELECT sys_user.realname FROM sys_user WHERE sys_user.username = sys_data_log.create_by) -WHERE create_name = '' OR create_name IS NULL; - - --- 新增表字典白名单配置表 -CREATE TABLE `sys_table_white_list` ( - `id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '主键id', - `table_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '允许的表名', - `field_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '允许的字段名,多个用逗号分割', - `status` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '1' COMMENT '状态,1=启用,0=禁用', - `create_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '创建人', - `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间', - `update_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '更新人', - `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', - PRIMARY KEY (`id`) USING BTREE, - UNIQUE INDEX `uniq_sys_table_white_list_table_name`(`table_name`) USING BTREE -) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '字典表白名单' ROW_FORMAT = DYNAMIC; --- 默认数据 -INSERT INTO `sys_table_white_list` (`id`, `table_name`, `field_name`, `status`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES ('1701578033271521282', 'sys_user', 'id,realname,username', '1', 'admin', '2023-09-12 10:46:32', NULL, NULL); -INSERT INTO `sys_table_white_list` (`id`, `table_name`, `field_name`, `status`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES ('1701581935488385025', 'oa_officialdoc_organcode', 'id,organ_name', '1', 'admin', '2023-09-12 11:02:02', NULL, NULL); -INSERT INTO `sys_table_white_list` (`id`, `table_name`, `field_name`, `status`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES ('1701581977733414913', 'demo', 'id,name', '1', 'admin', '2023-09-12 11:02:12', NULL, NULL); -INSERT INTO `sys_table_white_list` (`id`, `table_name`, `field_name`, `status`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES ('1701582035472203777', 'sys_permission', 'id,name', '1', 'admin', '2023-09-12 11:02:26', NULL, NULL); -INSERT INTO `sys_table_white_list` (`id`, `table_name`, `field_name`, `status`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES ('1701582087619985409', 'onl_drag_comp', 'id,comp_name', '1', 'admin', '2023-09-12 11:02:38', NULL, NULL); -INSERT INTO `sys_table_white_list` (`id`, `table_name`, `field_name`, `status`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES ('1701582136420712450', 'sys_depart', 'id,depart_name', '1', 'admin', '2023-09-12 11:02:50', NULL, NULL); -INSERT INTO `sys_table_white_list` (`id`, `table_name`, `field_name`, `status`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES ('1701582163599802370', 'design_form', 'id,desform_name,desform_code', '1', 'admin', '2023-09-12 11:02:56', NULL, NULL); -INSERT INTO `sys_table_white_list` (`id`, `table_name`, `field_name`, `status`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES ('1701582190187495426', 'onl_cgform_head', 'table_txt,table_name', '1', 'admin', '2023-09-12 11:03:03', NULL, NULL); -INSERT INTO `sys_table_white_list` (`id`, `table_name`, `field_name`, `status`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES ('1701582254301626370', 'oa_wps_file', 'id,name', '1', 'admin', '2023-09-12 11:03:18', NULL, NULL); - -INSERT INTO `sys_permission` (`id`, `parent_id`, `name`, `url`, `component`, `is_route`, `component_name`, `redirect`, `menu_type`, `perms`, `perms_type`, `sort_no`, `always_show`, `icon`, `is_leaf`, `keep_alive`, `hidden`, `hide_tab`, `description`, `create_by`, `create_time`, `update_by`, `update_time`, `del_flag`, `rule_flag`, `status`, `internal_or_external`) VALUES ('1701575168519839746', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '字典表白名单', '/system/tableWhiteList', 'system/tableWhiteList/SysTableWhiteListList', 1, '', NULL, 1, NULL, '0', 13.00, 0, 'ant-design:table-outlined', 1, 0, 0, 0, NULL, 'admin', '2023-09-12 20:35:09', 'admin', '2023-09-12 20:45:08', 0, 0, NULL, 0); - - --- 系统通知卡顿问题性能优化 --- -ALTER TABLE `sys_announcement_send` -MODIFY COLUMN `read_flag` int(2) NULL DEFAULT NULL COMMENT '阅读状态(0未读,1已读)' AFTER `user_id`; - -ALTER TABLE `sys_announcement` -MODIFY COLUMN `msg_abstract` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT '摘要/扩展业务参数' AFTER `user_ids`; - - --- 字典表 加颜色配置--- -ALTER TABLE sys_dict_item -ADD COLUMN item_color varchar(10) NULL COMMENT '字典项颜色' AFTER item_value; - - -SET FOREIGN_KEY_CHECKS = 1; diff --git "a/db/\345\242\236\351\207\217SQL/3.6.0\345\215\207\347\272\247\345\210\2603.6.1\345\215\207\347\272\247\350\204\232\346\234\254.sql" "b/db/\345\242\236\351\207\217SQL/3.6.0\345\215\207\347\272\247\345\210\2603.6.1\345\215\207\347\272\247\350\204\232\346\234\254.sql" new file mode 100644 index 0000000000..35344ae14f --- /dev/null +++ "b/db/\345\242\236\351\207\217SQL/3.6.0\345\215\207\347\272\247\345\210\2603.6.1\345\215\207\347\272\247\350\204\232\346\234\254.sql" @@ -0,0 +1,11 @@ +-- 新增风格一对多内嵌和Tab风格 +INSERT INTO sys_permission (id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external) + VALUES ('1691031996d5931315212', '1455100420297859074', 'AUTO在线一对多内嵌', '/online/cgformInnerTableList/:id', 'super/online/cgform/auto/innerTable/OnlCgformInnerTableList', 1, '', NULL, 1, NULL, '0', 1.00, 0, NULL, 1, 0, 1, 0, NULL, 'admin', '2023-08-14 18:20:20', 'admin', '2023-08-14 18:46:18', 0, 0, NULL, 0); +INSERT INTO sys_permission (id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external) + VALUES ('1691031996d5931315213', '1455100420297859074', 'AUTO在线Tab风格', '/online/cgformTabList/:id', 'super/online/cgform/auto/tab/OnlCgformTabList', 1, '', NULL, 1, NULL, '0', 1.00, 0, NULL, 1, 0, 1, 0, NULL, 'admin', '2023-08-14 18:20:20', 'admin', '2023-08-14 18:46:18', 0, 0, NULL, 0); + +-- 【安全】online敏感接口,加权限注解(sql解析接口、同步数据库接口、导入表接口) +INSERT INTO sys_permission (id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external) VALUES ('1699374704168534017', '1460888189937176577', 'SQL解析', NULL, NULL, 0, NULL, NULL, 2, 'online:report:parseSql', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-09-06 18:51:17', NULL, NULL, 0, 0, '1', 0); +INSERT INTO sys_permission (id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external) VALUES ('1699374509749960705', '1455101470794850305', '查询数据库表名', NULL, NULL, 0, NULL, NULL, 2, 'online:form:queryTables', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-09-06 18:50:31', NULL, NULL, 0, 0, '1', 0); +INSERT INTO sys_permission (id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external) VALUES ('1699374269152100354', '1455101470794850305', '同步数据库', NULL, NULL, 0, NULL, NULL, 2, 'online:form:syncDb', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2023-09-06 18:49:33', NULL, NULL, 0, 0, '1', 0); +update sys_permission set is_leaf=0 where id in ('1460888189937176577','1455101470794850305'); \ No newline at end of file