liyinglin 2 years ago
parent ae8d3dd0c0
commit c88f26f710

@ -1,11 +1,6 @@
@extends("admin.layouts.layout") @extends("admin.layouts.layout")
@section("content") @section("content")
<style>
table,table td,table th{border:1px solid #ff0000;border-collapse:collapse;}
</style>
<div class="row"> <div class="row">
<div class="col-12"> <div class="col-12">
<div class="card"> <div class="card">
@ -45,25 +40,25 @@
<button class="btn btn-primary ml-1" type="button" onclick="doExport(this)">导出</button> <button class="btn btn-primary ml-1" type="button" onclick="doExport(this)">导出</button>
</form> </form>
</div> </div>
<table class="table table-bordered" id="data-table" style="table{table-layout:fixed;word-break:break-all;"> <table class="table table-bordered" id="data-table">
<thead> <thead>
<tr> <tr>
<th width="10%">订单编号</th> <th>订单编号</th>
<th width="10%">所属项目/医院</th> <th>所属项目/医院</th>
<th width="10%">所在楼栋</th> <th>所在楼栋</th>
<th width="10%">所在病区</th> <th>所在病区</th>
<th width="10%">客户科室</th> <th>客户科室</th>
<th width="10%">客户姓名</th> <th>客户姓名</th>
<th width="10%">客户余额</th> <th>客户余额</th>
<th width="10%">联系电话</th> <th>联系电话</th>
<th width="10%">被护理人</th> <th>被护理人</th>
<th width="10%">开始服务日期</th> <th>开始服务日期</th>
<th width="10%">结束日期</th> <th>结束日期</th>
<th width="10%">状态</th> <th>状态</th>
<th width="10%">总计</th> <th>总计</th>
@if (!$hushizhang) @if (!$hushizhang)
<th width="10%">操作</th> <th>操作</th>
@endif @endif
</tr> </tr>
</thead> </thead>

Loading…
Cancel
Save