接口修改12

This commit is contained in:
mkm 2023-02-18 10:50:24 +08:00
parent e95a7d3b64
commit 01f9b4b160
3 changed files with 13 additions and 26 deletions

View File

@ -109,19 +109,6 @@
title: '添加时间',
align: 'center',
width:150,
},{
field: 'status',
templet: function (d)
{
var html = '<span style="color:#fbbc05">禁用</span>';
if (d.status == '0') {
html = '<span style="color:#12bb37">正常</span>';
}
return html;
},
title: '状态',
align: 'center',
width:100,
},{
fixed: 'right',
field: 'right',

View File

@ -14,5 +14,5 @@
class ProductOrderLog extends Model
{
// 设置当前模型的数据库连接
protected $connection = 'sznk_shop';
protected $connection = 'shop_lihaink_com';
}

View File

@ -14,5 +14,5 @@
class StoreProduct extends Model
{
// 设置当前模型的数据库连接
protected $connection = 'sznk_shop';
protected $connection = 'shop_lihaink_com';
}