diff --git a/WebRoot/upload/27C57AB7-6207-4D14-8366-44BEED2CBB02.pdf b/WebRoot/upload/27C57AB7-6207-4D14-8366-44BEED2CBB02.pdf
new file mode 100644
index 00000000..3bb3ca05
Binary files /dev/null and b/WebRoot/upload/27C57AB7-6207-4D14-8366-44BEED2CBB02.pdf differ
diff --git a/WebRoot/upload/D9397D0C-3A4D-47F9-9A35-6B2E64DF3991.pdf b/WebRoot/upload/D9397D0C-3A4D-47F9-9A35-6B2E64DF3991.pdf
new file mode 100644
index 00000000..007b1fb4
Binary files /dev/null and b/WebRoot/upload/D9397D0C-3A4D-47F9-9A35-6B2E64DF3991.pdf differ
diff --git a/WebRoot/view/jrgl/xtgl/index.html b/WebRoot/view/jrgl/xtgl/index.html
index 0f5c5342..4233db7c 100644
--- a/WebRoot/view/jrgl/xtgl/index.html
+++ b/WebRoot/view/jrgl/xtgl/index.html
@@ -83,11 +83,11 @@
共享管理
+ class="woo-theme-color">共享
订阅管理
+ class="woo-theme-color">订阅
下载文档
{{# } }}
+
+ {{# if(d.url == null){ }}
+ 预览文档
+ {{# } else { }}
+ 预览文档
+ {{# } }}
+
删除
@@ -152,9 +161,10 @@
cols: [[
{ title: '序号', align: 'center', width: "5%", type: 'numbers' },
{ title: '系统名称', field: 'system_name', align: 'center' },
+ { title: '共享表数', field: 'share_table_count', align: 'center', width: "8%" },
+ { title: '已订阅系统数', field: 'subscribe_system_count', align: 'center', width: "10%" },
{ title: '访问账号', field: 'user_name', align: 'center', width: "15%" },
{ title: '访问密码', field: 'pwd', align: 'center', width: "15%" },
- // { title: '已订阅表个数', field: 'table_cnt', align: 'center', width: "10%" },
{ title: '操作', toolbar: '#table-bar', align: 'center', width: "35%" }
]],
skin: 'line',
@@ -210,7 +220,10 @@
window.download(obj);
} else if (obj.event === 'reset') {
window.reset(obj);
+ } else if (obj.event === 'preview') {
+ window.preview(obj);
}
+
});
table.on('toolbar(data-table)', function (obj) {
@@ -302,8 +315,10 @@
}
});
});
+ }
-
+ window.preview = function (obj) {
+ window.open('/QingLong/dataShare/previewXlsx?system_id=' + obj.data.system_id, '_blank');
}