liyinglin 2 years ago
parent f9495e9551
commit ae8d3dd0c0

@ -48,22 +48,22 @@
<table class="table table-bordered" id="data-table" style="table{table-layout:fixed;word-break:break-all;">
<thead>
<tr>
<th>订单编号</th>
<th>所属项目/医院</th>
<th>所在楼栋</th>
<th>所在病区</th>
<th>客户科室</th>
<th>客户姓名</th>
<th>客户余额</th>
<th>联系电话</th>
<th>被护理人</th>
<th>开始服务日期</th>
<th>结束日期</th>
<th>状态</th>
<th>总计</th>
<th width="10%">订单编号</th>
<th width="10%">所属项目/医院</th>
<th width="10%">所在楼栋</th>
<th width="10%">所在病区</th>
<th width="10%">客户科室</th>
<th width="10%">客户姓名</th>
<th width="10%">客户余额</th>
<th width="10%">联系电话</th>
<th width="10%">被护理人</th>
<th width="10%">开始服务日期</th>
<th width="10%">结束日期</th>
<th width="10%">状态</th>
<th width="10%">总计</th>
@if (!$hushizhang)
<th>操作</th>
<th width="10%">操作</th>
@endif
</tr>
</thead>

Loading…
Cancel
Save