订单列表页面接入,修改crud搜索支持radio-button类型
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { property } from "lodash";
|
||||
|
||||
export const sourceOptions: options[] = [
|
||||
{ label: "桌面端", value: "pc" },
|
||||
{ label: "管理端", value: "manager_app" },
|
||||
@@ -39,4 +41,5 @@ export function returnOptionsLabel(optionsType: optionsType, value: string | num
|
||||
export interface options {
|
||||
label: string;
|
||||
value: string | number;
|
||||
[property: string]: any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user