|
|
|
@ -94,7 +94,7 @@
|
|
|
|
|
class="woo-theme-color">重置密码</a></span>
|
|
|
|
|
|
|
|
|
|
<i class="woo-tool-text-delimiter"></i>
|
|
|
|
|
<span class="woo-tool-span woo-tool-text-span selectFile" id="{{d.system_id}}"><a
|
|
|
|
|
<span class="woo-tool-span woo-tool-text-span selectFile" id="{{d.system_id}}" title="只允许上传xls或xlsx文件"><a
|
|
|
|
|
class="woo-theme-color">上传文档</a></span>
|
|
|
|
|
|
|
|
|
|
<i class="woo-tool-text-delimiter"></i>
|
|
|
|
@ -106,6 +106,7 @@
|
|
|
|
|
class="woo-theme-color">下载文档</a></span>
|
|
|
|
|
{{# } }}
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
<i class="woo-tool-text-delimiter"></i>
|
|
|
|
|
{{# if(d.url == null){ }}
|
|
|
|
|
<span class="woo-tool-span woo-tool-text-span" style="cursor:default" title="未上传文档"><a
|
|
|
|
@ -114,6 +115,7 @@
|
|
|
|
|
<span class="woo-tool-span woo-tool-text-span" lay-event="preview"><a
|
|
|
|
|
class="woo-theme-color">预览文档</a></span>
|
|
|
|
|
{{# } }}
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
<i class="woo-tool-text-delimiter"></i>
|
|
|
|
|
<span class="woo-tool-span woo-tool-text-span" lay-event="remove"><a
|
|
|
|
@ -164,7 +166,7 @@
|
|
|
|
|
{ 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: '操作', toolbar: '#table-bar', align: 'center', width: "35%" }
|
|
|
|
|
{ title: '操作', toolbar: '#table-bar', align: 'center', width: "30%" }
|
|
|
|
|
]],
|
|
|
|
|
skin: 'line',
|
|
|
|
|
toolbar: '#table-toolbar',
|
|
|
|
@ -191,6 +193,8 @@
|
|
|
|
|
layer.msg("上传成功!", {
|
|
|
|
|
icon: 1,
|
|
|
|
|
time: 1300
|
|
|
|
|
}, function () {
|
|
|
|
|
table.reload('data-table');
|
|
|
|
|
});
|
|
|
|
|
} else {
|
|
|
|
|
alert(result.message);
|
|
|
|
|