Compare commits

...

2 Commits

Author SHA1 Message Date
Chengliang 3a6e1f4e8e 部门参与编制数 2024-03-20 13:58:40 +08:00
Chengliang efab1aac7d 铭沣二开去除编制数显示 2024-03-19 11:36:26 +08:00
1 changed files with 0 additions and 2 deletions

View File

@ -178,7 +178,6 @@ export default function companyPage() {
} style="width: 110px;margin: 0 auto;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;-o-text-overflow:ellipsis;
line-height: 18px;word-break: break-all;">${d.data.fname}</div>
<div style="display: ${statisticsStyle}">
<span style="color:red">${d.data.staffNum}</span> /
<span style="color:green">${d.data.onJobNum}</span>
</div>
</div>
@ -197,7 +196,6 @@ export default function companyPage() {
<div style="width: 110px;margin: 0 auto;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
line-height: 18px;word-break: break-all;">${d.data.fname}</div>
<div style="display: ${statisticsStyle}">
<span style="color:red">${d.data.staffNum}</span> /
<span style="color:green">${d.data.onJobNum}</span>
</div>
</div>