Commit 0713ff78 by wuchengwu

人员操作手册修改

parent 02d45c18
......@@ -9,19 +9,46 @@
<style type="text/css">
.datagrid-header-row, .datagrid-row{height:32px;line-height: 32px;}
.datagrid-cell{font-size:14px;font-weight:600;}
.subgrid td{height:30px;line-height: 30px;}
</style>
</head>
<body>
<div class="fjxz-wrap">
<h2 class="fjxz-title">附件下载区</h2>
<table class="easyui-datagrid" id="Table2" style="width:100%;border-top:1px dashed #ccc;">
<table class="easyui-datagrid" id="Table" style="width:100%;border-top:1px dashed #ccc;">
<thead>
<tr>
<th data-options="field:'icon',align:'center'" style="width:3%;text-align:center;"></th>
<th data-options="field:'文件名称',align:'left'" style="width:70%;text-align:center;">文件名称</th>
<th data-options="field:'上传时间',align:'center'" style="width:15%;">上传时间</th>
<th data-options="field:'文件大小',align:'center'" style="width:6%;">文件大小</th>
<th data-options="field:'点击下载',align:'center'" style="width:6%;">点击下载</th>
</tr>
<tr>
<th data-options="field:'icon',align:'center'" style="width:3%;text-align:center;"><i class='fa fa-file-zip-o color'></i></th>
<th data-options="field:'文件名称',align:'left'" style="width:70%;text-align:center;">海南人员信息一体化采集管理系统用户使用手册2021V2.1</th>
<th data-options="field:'上传时间',align:'center'" style="width:15%;">2021-01-27 18:58</th>
<th data-options="field:'文件大小',align:'center'" style="width:6%;">6M</th>
<th data-options="field:'点击下载',align:'center'" style="width:6%;"><a href='/download/海南人员信息一体化采集管理系统用户使用手册2021V2.1.pdf'><i class='fa fa-download color2'></i></a></th>
</tr>
<tr>
<th data-options="field:'icon',align:'center'" style="width:3%;text-align:center;"><i class='fa fa-file-zip-o color'></i></th>
<th data-options="field:'文件名称',align:'left'" style="width:70%;text-align:center;">信息采集常见问题处理方法</th>
<th data-options="field:'上传时间',align:'center'" style="width:15%;">2021-01-27 19:12</th>
<th data-options="field:'文件大小',align:'center'" style="width:6%;">270K</th>
<th data-options="field:'点击下载',align:'center'" style="width:6%;"><a href='/download/信息采集常见问题处理方法20210123.pdf'><i class='fa fa-download color2'></i></a></th>
</tr>
<tr>
<th data-options="field:'icon',align:'center'" style="width:3%;text-align:center;"><i class='fa fa-file-zip-o color'></i></th>
<th data-options="field:'文件名称',align:'left'" style="width:70%;text-align:center;">眼神科技虹膜采集SDK安装文件</th>
<th data-options="field:'上传时间',align:'center'" style="width:15%;">2020-01-11 12:00</th>
<th data-options="field:'文件大小',align:'center'" style="width:6%;">37M</th>
<th data-options="field:'点击下载',align:'center'" style="width:6%;"><a href='/download/Windows_standard_sdk_SDK_DEV_X32_websocket_V4.5.6.V_CN_GA.exe'><i class='fa fa-download color2'></i></a></th>
</tr>
</thead>
</table>
</div>
<script type="text/javascript" src="static/login/fjxz/js/jquery-1.11.3.js"></script>
<script type="text/javascript" src="static/login/fjxz/js/jquery.easyui.min.js"></script>
<script type="text/javascript" src="static/login/fjxz/js/datagrid-detailview.js"></script>
<script type="text/javascript" src="static/login/fjxz/js/easyui-lang-zh_CN.js"></script>
<script type="text/javascript" src="static/login/fjxz/addData.js"></script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment