diff --git a/pc4mobx/hrmSalary/pages/salaryFile/index.js b/pc4mobx/hrmSalary/pages/salaryFile/index.js
index aadfa25e..01d1e624 100644
--- a/pc4mobx/hrmSalary/pages/salaryFile/index.js
+++ b/pc4mobx/hrmSalary/pages/salaryFile/index.js
@@ -1,6 +1,7 @@
import React from "react";
import { inject, observer } from "mobx-react";
import { toJS } from "mobx";
+import { WeaTableNew } from "comsMobx";
import {
Button,
@@ -24,6 +25,8 @@ import {
WeaHelpfulTip,
} from "ecCom";
+const WeaTableComx = WeaTableNew.WeaTable;
+
import { renderNoright, getSearchs } from "../../util"; // 渲染form数据的方法:因为多个页面都会使用,所以抽的公共方法在util中
import CustomTab from "../../components/customTab";
import ContentWrapper from "../../components/contentWrapper";
@@ -231,6 +234,14 @@ export default class SalaryFile extends React.Component {
});
}
+ showColumn = () => {
+ const { salaryFileStore: { tableStore } } = this.props;
+ console.log("showColumn:", tableStore.setColSetVisible(true));
+ tableStore.setColSetVisible(true);
+ tableStore.tableColSet(true);
+ console.log("showColumn:")
+ }
+
render() {
const { salaryFileStore } = this.props;
const {
@@ -432,10 +443,15 @@ export default class SalaryFile extends React.Component {
dropMenuProps={{ collectParams }} // 收藏功能: 配置之后显示 收藏、帮助、显示页面地址 这3个功能
>
+ searchOperationItem={
+ renderRightOperation()
+ }
+ />
+
{
this.handlePageChange(value)
}}
diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/programme/index.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/programme/index.js
index 8f8abd24..b84932c4 100644
--- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/programme/index.js
+++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/programme/index.js
@@ -425,8 +425,9 @@ export default class Programme extends React.Component {
measure={'%'}
title={
{
handleOnSave();
}}