feature/2.14.5.2406.03-工资单查看详情列表添加自定义列的功能

This commit is contained in:
黎永顺 2024-07-16 09:15:53 +08:00
parent 5f5d6f95de
commit fef6bac256
1 changed files with 2 additions and 2 deletions

View File

@ -130,8 +130,8 @@ class Index extends Component {
<Spin spinning={loading}>
<iframe
style={{ border: 0, width: "100%", height: "100%" }}
src="http://localhost:7607/#/calcTable"
// src="/spa/hrmSalary/hrmSalaryCalculateDetail/index.html#/calcTable"
// src="http://localhost:7607/#/calcTable"
src="/spa/hrmSalary/hrmSalaryCalculateDetail/index.html#/calcTable"
id="atdTable"
/>
</Spin>