[bug] 分标委在研项目文件列表显示

This commit is contained in:
zhaoxiao
2021-12-23 14:01:41 +08:00
parent cea4ba75e8
commit 0b618e6340
@@ -26,7 +26,7 @@
<!-- 时间戳转时间-->
<template slot="time" slot-scope="text">
<j-ellipsis :value="text.indexOf('-') === -1 ? processingTimestamp(text) : text" :length="20"></j-ellipsis>
<j-ellipsis :value="text.toString().indexOf('-') === -1 ? processingTimestamp(text) : text" :length="20"></j-ellipsis>
</template>
<!-- 操作-->