Compare commits
2 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
3a6e1f4e8e | |
|
|
efab1aac7d |
|
|
@ -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;
|
} 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>
|
line-height: 18px;word-break: break-all;">${d.data.fname}</div>
|
||||||
<div style="display: ${statisticsStyle}">
|
<div style="display: ${statisticsStyle}">
|
||||||
<span style="color:red">${d.data.staffNum}</span> /
|
|
||||||
<span style="color:green">${d.data.onJobNum}</span>
|
<span style="color:green">${d.data.onJobNum}</span>
|
||||||
</div>
|
</div>
|
||||||
</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;
|
<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>
|
line-height: 18px;word-break: break-all;">${d.data.fname}</div>
|
||||||
<div style="display: ${statisticsStyle}">
|
<div style="display: ${statisticsStyle}">
|
||||||
<span style="color:red">${d.data.staffNum}</span> /
|
|
||||||
<span style="color:green">${d.data.onJobNum}</span>
|
<span style="color:green">${d.data.onJobNum}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue