处理问题
This commit is contained in:
parent
a8c7810ed8
commit
b378105dfa
@ -205,14 +205,14 @@ export default {
|
||||
key: 'E',
|
||||
keyName: 'shouldReportCount',
|
||||
width: 60,
|
||||
render(row, index) {
|
||||
return h('a', {
|
||||
href: 'javascript:void(0);',
|
||||
onClick() {
|
||||
vueSelf.onReportDayClick(row, index)
|
||||
}
|
||||
}, row.E)
|
||||
}
|
||||
// render(row, index) {
|
||||
// return h('a', {
|
||||
// href: 'javascript:void(0);',
|
||||
// onClick() {
|
||||
// vueSelf.onReportDayClick(row, index)
|
||||
// }
|
||||
// }, row.E)
|
||||
// }
|
||||
},
|
||||
{
|
||||
align: 'center',
|
||||
|
@ -325,7 +325,7 @@ export default {
|
||||
fixed: 'right',
|
||||
width: 60,
|
||||
render(row, index) {
|
||||
return vueSelf.computeM(row) * row.O / 100;
|
||||
return (vueSelf.computeM(row) * row.N / 100).toFixed(2);
|
||||
}
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user