ソースを参照

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

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"