Commit e659e46d by LJM

bug

parent 994de0b1
Showing with 1 additions and 1 deletions
......@@ -80,7 +80,7 @@
<el-table-column label="质检信息">
<el-table-column prop="qc_type_val" label="质检结果" width="100" align="center">
<template slot-scope="scope">
<template v-if="qc_type_val">
<template v-if="scope.row.qc_type_val">
<span>{{ scope.row.qc_type_val }}</span>
<el-tooltip :aa="scope" class="item" effect="dark" placement="top-start">
<i class="el-icon-question" style="color:#ff7e11;margin-left:5px;cursor:pointer;font-size:16px;"></i>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment