We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 929bf54 + 477c172 commit 12a9c3dCopy full SHA for 12a9c3d
web/src/pages/reports/DebugReport.vue
@@ -154,10 +154,7 @@
154
label="期望值"
155
:formatter="expectValueFormatter"
156
></el-table-column>
157
- <el-table-column
158
- prop="validate_msg"
159
- label="验证信息"
160
- ></el-table-column>
+ <el-table-column prop="validate_msg" label="验证信息"></el-table-column>
161
<el-table-column
162
prop="desc"
163
label="描述"
@@ -188,7 +185,7 @@
188
185
</el-tab-pane>
189
186
190
187
<el-tab-pane label="Exception">
191
- <template v-if="props.row.meta_data.attachment !== ''">
+ <template v-if="props.row.attachment && props.row.attachment !== ''">
192
<pre class="code-block" v-html="props.row.attachment"></pre>
193
</template>
194
<template v-else>
0 commit comments