Commit 29e87fd3e91b6780868c078dcdde94f0a41262c6
1 parent
39a323fd
Exists in
master
app-ht(v1.8.6 build 11)
1.所有十六进制自编码都统一成大写存入数据库
Showing
6 changed files
with
6 additions
and
6 deletions
Show diff stats
app-ht/config/params.php
app-ht/modules/upgrade/views/upgrade/index.php
... | ... | @@ -77,7 +77,7 @@ $this->params['breadcrumbs'][] = $this->title; |
77 | 77 | <th width="10%">厂商名称</th> |
78 | 78 | <th width="10%">上传时间</th> |
79 | 79 | <th width="10%">发布状态</th> |
80 | - <th width="10%">发布信息</th> | |
80 | + <th width="20%">发布信息</th> | |
81 | 81 | <th width="20%">操作</th> |
82 | 82 | </tr> |
83 | 83 | </thead> | ... | ... |
domain/manufacturer/Manufacturer.php
domain/model/Model.php
domain/production/Production.php