mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 23:06:47 +08:00
评分
This commit is contained in:
@@ -2057,7 +2057,7 @@ const columns6 = [
|
||||
ellipsis: true,
|
||||
customRender: ( text ) => {
|
||||
return(
|
||||
text.record && text.record.score != -1 ?
|
||||
text.record && text.record.score != 0 ?
|
||||
<div style="display:flex;justify-content:center;align-items:center;">
|
||||
<span>{(text.record.score.toFixed(2) || '0.00')}</span>
|
||||
<div class="daochu" onClick={()=>downPin(text.record)} title="导出评估信息"></div>
|
||||
|
||||
Reference in New Issue
Block a user