Skip to content

Commit

Permalink
feat: vxeTable searchInfo demo (#3223) close #3011
Browse files Browse the repository at this point in the history
  • Loading branch information
DesignHhuang authored Nov 2, 2023
1 parent bf06037 commit 59145ad
Show file tree
Hide file tree
Showing 7 changed files with 478 additions and 296 deletions.
1 change: 1 addition & 0 deletions src/api/demo/model/systemModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { BasicPageParams, BasicFetchResult } from '/@/api/model/baseModel';
export type AccountParams = BasicPageParams & {
account?: string;
nickname?: string;
[key: string]: any;
};

export type RoleParams = {
Expand Down
297 changes: 149 additions & 148 deletions src/locales/lang/en/routes/demo.json
Original file line number Diff line number Diff line change
@@ -1,178 +1,179 @@
{
"charts": {
"baiduMap": "Baidu map",
"aMap": "A map",
"googleMap": "Google map",
"charts": "Chart",
"map": "Map",
"line": "Line",
"baiduMap": "Baidu map",
"aMap": "A map",
"googleMap": "Google map",
"charts": "Chart",
"map": "Map",
"line": "Line",
"pie": "Pie"
},
},
"comp": {
"comp": "Component",
"basic": "Basic",
"transition": "Animation",
"countTo": "Count To",
"scroll": "Scroll",
"scrollBasic": "Basic",
"scrollAction": "Scroll Function",
"virtualScroll": "Virtual Scroll",
"tree": "Tree",
"treeBasic": "Basic",
"editTree": "Searchable/toolbar",
"actionTree": "Function operation",
"modal": "Modal",
"drawer": "Drawer",
"desc": "Desc",
"verify": "Verify",
"verifyDrag": "Drag ",
"verifyRotate": "Picture Restore",
"qrcode": "QR code",
"strength": "Password strength",
"upload": "Upload",
"loading": "Loading",
"time": "Relative Time",
"cropperImage": "Cropper Image",
"comp": "Component",
"basic": "Basic",
"transition": "Animation",
"countTo": "Count To",
"scroll": "Scroll",
"scrollBasic": "Basic",
"scrollAction": "Scroll Function",
"virtualScroll": "Virtual Scroll",
"tree": "Tree",
"treeBasic": "Basic",
"editTree": "Searchable/toolbar",
"actionTree": "Function operation",
"modal": "Modal",
"drawer": "Drawer",
"desc": "Desc",
"verify": "Verify",
"verifyDrag": "Drag ",
"verifyRotate": "Picture Restore",
"qrcode": "QR code",
"strength": "Password strength",
"upload": "Upload",
"loading": "Loading",
"time": "Relative Time",
"cropperImage": "Cropper Image",
"cardList": "Card List"
},
},
"editor": {
"editor": "Editor",
"jsonEditor": "Json editor",
"markdown": "Markdown editor",
"tinymce": "Rich text",
"tinymceBasic": "Basic",
"editor": "Editor",
"jsonEditor": "Json editor",
"markdown": "Markdown editor",
"tinymce": "Rich text",
"tinymceBasic": "Basic",
"tinymceForm": "embedded form"
},
},
"excel": {
"excel": "Excel",
"customExport": "Select export format",
"jsonExport": "JSON data export",
"arrayExport": "Array data export",
"excel": "Excel",
"customExport": "Select export format",
"jsonExport": "JSON data export",
"arrayExport": "Array data export",
"importExcel": "Import"
},
},
"feat": {
"feat": "Page Function",
"icon": "Icon",
"tabs": "Tabs",
"tabDetail": "Tab Detail",
"sessionTimeout": "Session Timeout",
"print": "Print",
"contextMenu": "Context Menu",
"download": "Download",
"clickOutSide": "ClickOutSide",
"imgPreview": "Picture Preview",
"copy": "Clipboard",
"ellipsis": "EllipsisText",
"msg": "Message prompt",
"watermark": "Watermark",
"ripple": "Ripple",
"fullScreen": "Full Screen",
"errorLog": "Error Log",
"tab": "Tab with parameters",
"tab1": "Tab with parameter 1",
"tab2": "Tab with parameter 2",
"menu": "Menu with parameters",
"menu1": "Menu with parameters 1",
"menu2": "Menu with parameters 2",
"ws": "Websocket test",
"breadcrumb": "Breadcrumbs",
"breadcrumbFlat": "Flat Mode",
"breadcrumbFlatDetail": "Flat mode details",
"requestDemo": "Retry request demo",
"breadcrumbChildren": "Level mode",
"feat": "Page Function",
"icon": "Icon",
"tabs": "Tabs",
"tabDetail": "Tab Detail",
"sessionTimeout": "Session Timeout",
"print": "Print",
"contextMenu": "Context Menu",
"download": "Download",
"clickOutSide": "ClickOutSide",
"imgPreview": "Picture Preview",
"copy": "Clipboard",
"ellipsis": "EllipsisText",
"msg": "Message prompt",
"watermark": "Watermark",
"ripple": "Ripple",
"fullScreen": "Full Screen",
"errorLog": "Error Log",
"tab": "Tab with parameters",
"tab1": "Tab with parameter 1",
"tab2": "Tab with parameter 2",
"menu": "Menu with parameters",
"menu1": "Menu with parameters 1",
"menu2": "Menu with parameters 2",
"ws": "Websocket test",
"breadcrumb": "Breadcrumbs",
"breadcrumbFlat": "Flat Mode",
"breadcrumbFlatDetail": "Flat mode details",
"requestDemo": "Retry request demo",
"breadcrumbChildren": "Level mode",
"breadcrumbChildrenDetail": "Level mode detail"
},
},
"flow": {
"name": "Graphics editor",
"name": "Graphics editor",
"flowChart": "FlowChart"
},
},
"form": {
"form": "Form",
"basic": "Basic",
"useForm": "useForm",
"refForm": "RefForm",
"advancedForm": "Shrinkable",
"ruleForm": "Form validation",
"dynamicForm": "Dynamic",
"customerForm": "Custom",
"appendForm": "Append",
"form": "Form",
"basic": "Basic",
"useForm": "useForm",
"refForm": "RefForm",
"advancedForm": "Shrinkable",
"ruleForm": "Form validation",
"dynamicForm": "Dynamic",
"customerForm": "Custom",
"appendForm": "Append",
"tabsForm": "TabsForm"
},
},
"iframe": {
"frame": "External",
"antv": "antVue doc (embedded)",
"doc": "Project doc (embedded)",
"frame": "External",
"antv": "antVue doc (embedded)",
"doc": "Project doc (embedded)",
"docExternal": "Project doc (external)"
},
},
"level": {
"level": "MultiMenu"
},
},
"page": {
"page": "Page",
"form": "Form",
"formBasic": "Basic Form",
"formStep": "Step Form",
"formHigh": "Advanced Form",
"desc": "Details",
"descBasic": "Basic Details",
"descHigh": "Advanced Details",
"result": "Result",
"resultSuccess": "Success",
"resultFail": "Failed",
"account": "Personal",
"accountCenter": "Personal Center",
"accountSetting": "Personal Settings",
"exception": "Exception",
"netWorkError": "Network Error",
"notData": "No data",
"list": "List page",
"listCard": "Card list",
"basic": "Basic list",
"listBasic": "Basic list",
"page": "Page",
"form": "Form",
"formBasic": "Basic Form",
"formStep": "Step Form",
"formHigh": "Advanced Form",
"desc": "Details",
"descBasic": "Basic Details",
"descHigh": "Advanced Details",
"result": "Result",
"resultSuccess": "Success",
"resultFail": "Failed",
"account": "Personal",
"accountCenter": "Personal Center",
"accountSetting": "Personal Settings",
"exception": "Exception",
"netWorkError": "Network Error",
"notData": "No data",
"list": "List page",
"listCard": "Card list",
"basic": "Basic list",
"listBasic": "Basic list",
"listSearch": "Search list"
},
},
"permission": {
"permission": "Permission",
"front": "front-end",
"frontPage": "Page",
"frontBtn": "Button",
"frontTestA": "Test page A",
"frontTestB": "Test page B",
"back": "background",
"backPage": "Page",
"permission": "Permission",
"front": "front-end",
"frontPage": "Page",
"frontBtn": "Button",
"frontTestA": "Test page A",
"frontTestB": "Test page B",
"back": "background",
"backPage": "Page",
"backBtn": "Button"
},
},
"setup": {
"page": "Intro page"
},
},
"system": {
"moduleName": "System management",
"account": "Account management",
"account_detail": "Account detail",
"password": "Change password",
"dept": "Department management",
"menu": "Menu management",
"moduleName": "System management",
"account": "Account management",
"vxeTableAccount": "Account management(VxeTable)",
"account_detail": "Account detail",
"password": "Change password",
"dept": "Department management",
"menu": "Menu management",
"role": "Role management"
},
},
"table": {
"table": "Table",
"basic": "Basic",
"treeTable": "Tree",
"fetchTable": "Remote loading",
"fixedColumn": "Fixed column",
"customerCell": "Custom column",
"formTable": "Open search",
"useTable": "UseTable",
"refTable": "RefTable",
"multipleHeader": "MultiLevel header",
"mergeHeader": "Merge cells",
"expandTable": "Expandable table",
"fixedHeight": "Fixed height",
"footerTable": "Footer",
"editCellTable": "Editable cell",
"editRowTable": "Editable row",
"authColumn": "Auth column",
"resizeParentHeightTable": "resizeParentHeightTable",
"table": "Table",
"basic": "Basic",
"treeTable": "Tree",
"fetchTable": "Remote loading",
"fixedColumn": "Fixed column",
"customerCell": "Custom column",
"formTable": "Open search",
"useTable": "UseTable",
"refTable": "RefTable",
"multipleHeader": "MultiLevel header",
"mergeHeader": "Merge cells",
"expandTable": "Expandable table",
"fixedHeight": "Fixed height",
"footerTable": "Footer",
"editCellTable": "Editable cell",
"editRowTable": "Editable row",
"authColumn": "Auth column",
"resizeParentHeightTable": "resizeParentHeightTable",
"vxeTable": "VxeTable"
}
}
}
Loading

2 comments on commit 59145ad

@doraemonxxx
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! ❤️

@BenXi630
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

拖动改变列宽有bug

Please sign in to comment.