Sfoglia il codice sorgente

修改个人报告查看可选

plg 3 mesi fa
parent
commit
24c4e17a31
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/components/Report.vue

+ 1 - 1
src/components/Report.vue

@@ -93,7 +93,7 @@
                 </el-table-column>
                 <el-table-column label="操作" width="240px" align="center">
                   <template slot-scope="scope">
-                    <div class="detail_button_out">
+                    <div class="detail_button_out" v-show="scope.row.isComplete == '1'">
                       <div class="detail_button" @click="radioClickNew(scope.row)">
                         <img src="../assets/img/table/search.png" />
                         <span> 个人报告查看 </span>