新增tableData组件;完成商品标签示例;

This commit is contained in:
2022-07-05 18:36:28 +08:00
parent 5afca6b412
commit 948461337b
15 changed files with 387 additions and 6 deletions

View File

@@ -247,6 +247,8 @@ class AdminController extends BaseController
break;
case '%*':
$where[] = [$key, 'LIKE', "%{$val}"];
case 'in':
$where[] = [$key, 'IN', "{$val}"];
break;
case 'min':
$where[] = [$key, '>=', $val];