diff --git a/pc4mobx/hrmSalary/components/customTable/index.js b/pc4mobx/hrmSalary/components/customTable/index.js new file mode 100644 index 00000000..cef3295f --- /dev/null +++ b/pc4mobx/hrmSalary/components/customTable/index.js @@ -0,0 +1,20 @@ +import React from 'react' +import { WeaTable } from 'ecCom' +import { Spin } from 'antd' + +export default class CustomTable extends React.Component { + render() { + return ( +