Commit c1aee7e8 authored by agping's avatar agping

进场记录 进场图片修改

parent 6d17a723
...@@ -32,6 +32,9 @@ ...@@ -32,6 +32,9 @@
height: 30px; height: 30px;
/*border-radius: 15px;*/ /*border-radius: 15px;*/
} }
#preview img{
width: 388px;
}
</style> </style>
<div id="page-content-wrapper"> <div id="page-content-wrapper">
<div class="container"> <div class="container">
......
...@@ -219,6 +219,8 @@ define(['doT', 'css!style/home.css', 'ckfinder', 'ckfinderStart', "datetimepick ...@@ -219,6 +219,8 @@ define(['doT', 'css!style/home.css', 'ckfinder', 'ckfinderStart', "datetimepick
/*分页代码*/ /*分页代码*/
add_page(data.data.total,pageNo,follow.pageSize,follow.getList); add_page(data.data.total,pageNo,follow.pageSize,follow.getList);
$('.J_preview').preview();
} }
}(0); }(0);
......
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
<td>[%= it[item]['report_agent_name'] %]</td> <td>[%= it[item]['report_agent_name'] %]</td>
<td>[%= adressDeal(it[item]['latitude'],it[item]['longitude'],it[item]['march_in_area']) %]</td> <td>[%= adressDeal(it[item]['latitude'],it[item]['longitude'],it[item]['march_in_area']) %]</td>
<td> <td>
<img src='[%=ServerHostImageLiuHttp+"/static/chat_image/"+it[item]["march_in_img"] %]' class="diagram-image J_preview" <img src='[%=ServerHostImageLiu+"/static/chat_image/"+it[item]["march_in_img"] %]' class="J_preview"
data-bimg='[%=ServerHostImageLiuHttp+"/static/chat_image/"+it[item]["march_in_img"] %]'> data-bimg='[%=ServerHostImageLiu+"/static/chat_image/"+it[item]["march_in_img"] %]'>
</td> </td>
<td> <td>
[% if (check_auth('marchIn_timer_shaft')) { %] [% if (check_auth('marchIn_timer_shaft')) { %]
......
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