Ver Fonte

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

yusheng há 5 meses atrás
pai
commit
c19fbfd96f
1 ficheiros alterados com 2 adições e 2 exclusões
  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"