diff --git a/pc4mobx/hrmSalary/components/customTable/index.js b/pc4mobx/hrmSalary/components/customTable/index.js
index 9efade1b..c40122dd 100644
--- a/pc4mobx/hrmSalary/components/customTable/index.js
+++ b/pc4mobx/hrmSalary/components/customTable/index.js
@@ -1,6 +1,13 @@
+/*
+ * Author: 黎永顺
+ * Description:
+ * Date: 2022-06-21 14:27:29
+ * LastEditTime: 2022-06-21 15:05:12
+ */
import React from "react";
import { WeaTable } from "ecCom";
import { Spin, Table } from "antd";
+import "./index.less";
export default class CustomTable extends React.Component {
render() {
@@ -13,7 +20,12 @@ export default class CustomTable extends React.Component {
: isWeaTable
?