caipin 5 年之前
父节点
当前提交
081253e55a
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      src/common/dataTable/index.js

+ 7 - 1
src/common/dataTable/index.js

@@ -40,6 +40,12 @@ class dataTable extends PureComponent {
         this.$el = $(this.el);
         dt = this.$el.DataTable(
             {
+                "language": {
+                    "paginate": {
+                        "next":       "  ",
+                        "previous":   "  "
+                    },
+                },
                 ordering: false,
                 processing: true,
                 serverSide: true,
@@ -118,7 +124,7 @@ const mapStateToProps = (state) => {
 const mapDispathToProps = (dispatch) => {
     return {
         ddd(){
-            
+
         }
     }
 }