Kaynağa Gözat

qhse看板调整

yanghao 5 gün önce
ebeveyn
işleme
481cfb1752
1 değiştirilmiş dosya ile 11 ekleme ve 0 silme
  1. 11 0
      src/views/pms/qhse/kanban/index.vue

+ 11 - 0
src/views/pms/qhse/kanban/index.vue

@@ -1690,6 +1690,17 @@ onUnmounted(() => {
           </template>
         </el-table-column>
         <el-table-column label="备注" align="center" prop="remark" show-overflow-tooltip />
+        <el-table-column label="操作" align="center" fixed="right" min-width="100px">
+          <template #default="scope">
+            <el-button
+              link
+              type="success"
+              v-if="scope.row.certPic"
+              @click="viewFile(scope.row.certPic)">
+              查看证书
+            </el-button>
+          </template>
+        </el-table-column>
       </el-table>
 
       <div class="certificate-pagination">