Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kanyxmo committed Mar 29, 2023
1 parent 6405fb6 commit 2d471f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ma-crud/js/defaultOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default {
dataIndex: undefined,
// 自定义选项卡项 [{ label: 'tab 1', value: 1, disabled: false }],也可函数返回一个数组
data: undefined,
// 默认选中的 tab,不指定则为第一个
// 默认选中的 tab
defaultKey: undefined,
// 切换选项卡时,请求后台数据的参数名
searchKey: undefined,
Expand Down

0 comments on commit 2d471f6

Please sign in to comment.