提交 1f11a0c5 编写于 作者: xinglee23's avatar xinglee23

fix: age fix

上级 99b93f3c
......@@ -105,12 +105,12 @@
</template>
</el-table-column>
<el-table-column
prop="age"
prop="ageStr"
label="年龄"
width="80"
align="center">
<template slot-scope="scope">
<span v-if="scope.row.age || (scope.row.age==0)">{{scope.row.age}}</span>
<span v-if="scope.row.ageStr || (scope.row.ageStr==0)">{{scope.row.ageStr}}</span>
<span v-else>-</span>
</template>
</el-table-column>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册