mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
--fix bug
This commit is contained in:
@@ -337,12 +337,11 @@ export default {
|
|||||||
customRender: (text) => {
|
customRender: (text) => {
|
||||||
return (
|
return (
|
||||||
<div class="racona">
|
<div class="racona">
|
||||||
{text.record.finishStatus==1?<a
|
<a
|
||||||
style={{color:text.record.finishStatus == 1 ?"":"#666"}}
|
style={{color:text.record.finishStatus == 1 ?"":"#666"}}
|
||||||
onClick={()=>{
|
onClick={()=>{
|
||||||
console.log('iyiy', text.record)
|
text.record.finishStatus==1 && showassess(text.record);
|
||||||
showassess(text.record);
|
}}>查看</a>
|
||||||
}}>查看</a>:''}
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user