Commit b57d4b6b5a73c71b62bae67e2574fb04d31d3df9
1 parent
1b436efc
Exists in
master
app-ht(v0.0.1 build 7)
1. 同意所有列表页头部查询栏表格样式。
Showing
3 changed files
with
3 additions
and
3 deletions
Show diff stats
app-ht/config/params.php
@@ -3,5 +3,5 @@ return [ | @@ -3,5 +3,5 @@ return [ | ||
3 | 'adminEmail' => 'tech@jiwork.com', | 3 | 'adminEmail' => 'tech@jiwork.com', |
4 | 'DINGTALKL_URL' => 'https://tdd.jiwork.com/', //在钉钉端用系统扫码之后跳转到钉钉对应的界面,里面要指定钉钉的网址 | 4 | 'DINGTALKL_URL' => 'https://tdd.jiwork.com/', //在钉钉端用系统扫码之后跳转到钉钉对应的界面,里面要指定钉钉的网址 |
5 | 'BAIDU_MAP_BROWSER_KEY' => 'UzLG5fpQtralY2hXO3wvVFzvlCmw6Rue', | 5 | 'BAIDU_MAP_BROWSER_KEY' => 'UzLG5fpQtralY2hXO3wvVFzvlCmw6Rue', |
6 | - 'VERSION' => 'v0.0.1 build 6', | 6 | + 'VERSION' => 'v0.0.1 build 7', |
7 | ]; | 7 | ]; |
8 | \ No newline at end of file | 8 | \ No newline at end of file |
app-ht/modules/manufacturer/views/manufacturer/index.php
@@ -11,7 +11,7 @@ $this->params['breadcrumbs'][] = $this->title; | @@ -11,7 +11,7 @@ $this->params['breadcrumbs'][] = $this->title; | ||
11 | <div class="panel panel-default"> | 11 | <div class="panel panel-default"> |
12 | <div class="panel-body"> | 12 | <div class="panel-body"> |
13 | <form action="" method="get" id="search-form" class="filter-form"> | 13 | <form action="" method="get" id="search-form" class="filter-form"> |
14 | - <table width="100%" class="table table-bordered"> | 14 | + <table width="100%" class="table"> |
15 | <tbody> | 15 | <tbody> |
16 | <tr > | 16 | <tr > |
17 | <td width="10%" class="text-right">厂商名称:</td> | 17 | <td width="10%" class="text-right">厂商名称:</td> |
app-ht/modules/production/views/production/index.php
@@ -11,7 +11,7 @@ $this->params['breadcrumbs'][] = $this->title; | @@ -11,7 +11,7 @@ $this->params['breadcrumbs'][] = $this->title; | ||
11 | <div class="panel panel-default"> | 11 | <div class="panel panel-default"> |
12 | <div class="panel-body"> | 12 | <div class="panel-body"> |
13 | <form action="" method="get" id="search-form" class="filter-form"> | 13 | <form action="" method="get" id="search-form" class="filter-form"> |
14 | - <table width="100%" class="table table-bordered"> | 14 | + <table width="100%" class="table"> |
15 | <tbody> | 15 | <tbody> |
16 | <tr > | 16 | <tr > |
17 | <td width="10%" class="text-right">生产日期:</td> | 17 | <td width="10%" class="text-right">生产日期:</td> |