Browse Source

KERNEL-14045 refactor: 补充别名修改路径

es6
Joker.Wang-王顺 2 years ago
parent
commit
87bf451182
  1. 4
      src/case/pager/pager.all.count.js

4
src/case/pager/pager.all.count.js

@ -3,8 +3,8 @@
* Created by Young's on 2016/10/13.
*/
import { shortcut, Widget, extend, isPositiveInteger, createWidget, parseInt, HorizontalAlign, isNotEmptyObject } from "@/core";
// import { TextEditor } from "../../widget/editor/editor.text";
import { Pager } from "../../base";
// import { TextEditor } from "@/widget/editor/editor.text";
import { Pager } from "@/base";
@shortcut()
export class AllCountPager extends Widget {
static xtype = "bi.all_count_pager";

Loading…
Cancel
Save