瀏覽代碼

优化模板表格操作列并恢复复制功能

yusheng 5 月之前
父節點
當前提交
c19fbfd96f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/inspectionTemplate/index.vue

+ 2 - 2
src/views/inspectionTemplate/index.vue

@@ -56,14 +56,14 @@
 
         <!-- 操作列 -->
         <template v-slot:action="{ row }">
-          <!-- <el-link
+          <el-link
             type="primary"
             :underline="false"
             icon="el-icon-tickets"
             @click="copyData(row)"
           >
             复制
-          </el-link> -->
+          </el-link>
           <el-link
             type="primary"
             :underline="false"