评分规则0分不展示
This commit is contained in:
parent
44361f14f6
commit
e6e2b7567f
@ -25,11 +25,13 @@
|
||||
<el-table-column type="index" width="50" />
|
||||
<el-table-column label="项目" prop="name" />
|
||||
<el-table-column label="评分标准" prop="criteria" />
|
||||
<el-table-column label="分值" prop="score" width="50" />
|
||||
<el-table-column label="分值" prop="score" width="50">
|
||||
<template slot-scope="scope">
|
||||
<span>{{ scope.row.score === 0? '': scope.row.score }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<!-- <el-table-column label="场景步骤ID" prop="sceneStepId" width="100">-->
|
||||
<!-- <template slot-scope="scope">-->
|
||||
<!-- <span>{{ scope.row.sceneStepId === 0? '': scope.row.sceneStepId }}</span>-->
|
||||
<!-- </template>-->
|
||||
|
||||
<!-- </el-table-column>-->
|
||||
<el-table-column label="操作" width="250">
|
||||
<template slot-scope="scope">
|
||||
|
Loading…
Reference in New Issue
Block a user