基础数据改变表头颜色

webUi
赵桐华 5 years ago
parent 9dd0870e1b
commit af9f77cf98
  1. 2
      frontend/views/bank/index.php
  2. 2
      frontend/views/car-use/index.php
  3. 2
      frontend/views/city/index.php
  4. 2
      frontend/views/database/a-index.php
  5. 2
      frontend/views/district/index.php
  6. 2
      frontend/views/insurer-company/index.php
  7. 2
      frontend/views/insurer-company2/index.php
  8. 2
      frontend/views/insurer-type/index.php
  9. 2
      frontend/views/invalid/index.php
  10. 2
      frontend/views/marketing-strategy/index.php
  11. 2
      frontend/views/meet/list.php
  12. 2
      frontend/views/pay-type/index.php
  13. 2
      frontend/views/payee/index.php
  14. 2
      frontend/views/payment/index.php
  15. 2
      frontend/views/work-day/index.php

@ -22,7 +22,7 @@ use \common\libs\MyLib;
<div class="row">
<div class="col-md-12">
<table id="listTable">
<thead>
<thead class="bg-warning">
<tr>
<th width="50" data-field="id">ID</th>
<th data-field="name">名称</th>

@ -22,7 +22,7 @@ use \common\libs\MyLib;
<div class="row">
<div class="col-md-12">
<table id="listTable">
<thead>
<thead class="bg-warning">
<tr>
<th width="50" data-field="id">ID</th>
<th data-field="name">名称</th>

@ -22,7 +22,7 @@ use \common\libs\MyLib;
<div class="row">
<div class="col-md-12">
<table id="listTable">
<thead>
<thead class="bg-warning">
<tr>
<th width="50" data-field="id">ID</th>
<th data-field="name">名称</th>

@ -21,7 +21,7 @@ use \common\libs\MyLib;
<div class="ibox-content">
<form role="form" id="searchFrm" class="form-inline" onsubmit="return search();">
<div class="form-group" style="margin-bottom: 8px;">
<label for="car_no" style="color:red;">车牌</label>
<label for="car_no">车牌</label>
<input type="text" id="car_no" name="car_no" class="form-control">
</div>
<div class="form-group" style="margin-bottom: 8px;">

@ -22,7 +22,7 @@ use \common\libs\MyLib;
<div class="row">
<div class="col-md-12">
<table id="listTable">
<thead>
<thead class="bg-warning">
<tr>
<th width="50" data-field="id">ID</th>
<th data-field="name">名称</th>

@ -22,7 +22,7 @@ use \common\libs\MyLib;
<div class="row">
<div class="col-md-12">
<table id="listTable">
<thead>
<thead class="bg-warning">
<tr>
<th data-field="id">ID</th>
<th data-field="name">公司名称</th>

@ -22,7 +22,7 @@ use \common\libs\MyLib;
<div class="row">
<div class="col-md-12">
<table id="listTable">
<thead>
<thead class="bg-warning">
<tr>
<th width="50" data-field="id">ID</th>
<th data-field="name">名称</th>

@ -22,7 +22,7 @@ use \common\libs\MyLib;
<div class="row">
<div class="col-md-12">
<table id="listTable">
<thead>
<thead class="bg-warning">
<tr>
<th data-field="id">ID</th>
<th data-field="name">险种</th>

@ -22,7 +22,7 @@ use \common\libs\MyLib;
<div class="row">
<div class="col-md-12">
<table id="listTable">
<thead>
<thead class="bg-warning">
<tr>
<th width="50" data-field="id">ID</th>
<th data-field="name">名称</th>

@ -22,7 +22,7 @@ use \common\libs\MyLib;
<div class="row">
<div class="col-md-12">
<table id="listTable">
<thead>
<thead class="bg-warning">
<tr>
<th data-field="id">ID</th>
<th data-field="celuo_name">策略名字</th>

@ -22,7 +22,7 @@ use \common\libs\MyLib;
<div class="row">
<div class="col-md-12">
<table id="listTable">
<thead>
<thead class="bg-warning">
<tr>
<th width="50" data-field="id">ID</th>
<th data-field="name">名称</th>

@ -22,7 +22,7 @@ use \common\libs\MyLib;
<div class="row">
<div class="col-md-12">
<table id="listTable">
<thead>
<thead class="bg-warning">
<tr>
<th width="50" data-field="id">ID</th>
<th data-field="name">名称</th>

@ -22,7 +22,7 @@ use \common\libs\MyLib;
<div class="row">
<div class="col-md-12">
<table id="listTable">
<thead>
<thead class="bg-warning">
<tr>
<th width="50" data-field="id">ID</th>
<th data-field="name">名称</th>

@ -22,7 +22,7 @@ use \common\libs\MyLib;
<div class="row">
<div class="col-md-12">
<table id="listTable">
<thead>
<thead class="bg-warning">
<tr>
<th width="50" data-field="id">ID</th>
<th data-field="name">名称</th>

@ -22,7 +22,7 @@ use \common\libs\MyLib;
<div class="row">
<div class="col-md-12">
<table id="listTable">
<thead>
<thead class="bg-warning">
<tr>
<th width="50" data-field="id">ID</th>
<th data-field="date">月份</th>

Loading…
Cancel
Save