Commit 13178534 by lichengming

修改了收样管理查看页面

parent 52a8e41c
......@@ -48,6 +48,18 @@
<tr>
<th>留存有效期</th>
<td>{{$dateformat(obj.keepLimitTime,'yyyy-mm-dd')}}</td>
<th>深度</th>
<td>{{obj.receiveDepth}}</td>
</tr>
<tr>
<th>工程类型</th>
<td>{{obj.projectType}}</td>
<th>项目类型</th>
<td>{{obj.itemType}}</td>
</tr>
<tr>
<th>接收状态</th>
<td>{{obj.receiveStatus}}</td>
</tr>
</tbody>
</table>
......
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