@ -13,7 +13,8 @@ import {
Controller,
Events,
MIN,
MAX
MAX,
i18nText
} from "@/core";
import { Label } from "../single";
import { ButtonGroup } from "../combination";
@ -54,8 +55,8 @@ export class Pager extends Widget {
jump: emptyFn, // 分页的回调函数
first: false, // 是否显示首页
last: false, // 是否显示尾页
prev: BI.i18nText("BI-Previous_Page"),
next: BI.i18nText("BI-Next_Page"),
prev: i18nText("BI-Previous_Page"),
next: i18nText("BI-Next_Page"),
firstPage: 1,
lastPage: () =>
@ -12,7 +12,8 @@ import {
import { Label, ButtonGroup } from "@/base";
@ -52,8 +53,8 @@ export class DetailPager extends Widget {
lastPage() {