瀏覽代碼

报表模板添加泥处理

FinalYu 2 年之前
父節點
當前提交
8198d67ecb
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      chuanyi_client2/src/views/report_template/index.vue

+ 3 - 3
chuanyi_client2/src/views/report_template/index.vue

@@ -496,14 +496,14 @@ export default {
         },
         showsheetbar: false, // 是否显示底部 sheet 页按钮
         sheetFormulaBar: false, // 是否显示公式
-        row: 50, // 是否显示底部 sheet 页按钮
+        row: 100, // 是否显示底部 sheet 页按钮
         data: [{
           "name": "统计报表", //工作表名称
         }],
         cellRightClickConfig: { // 自定义配置单元格右击菜单
-          copy: false, // 复制
+          copy: true, // 复制
           copyAs: false, // 复制为
-          paste: false, // 粘贴
+          paste: true, // 粘贴
           insertRow: true, // 插入行
           insertColumn: true, // 插入列
           deleteRow: true, // 删除选中行