Browse Source

报表模板添加泥处理

FinalYu 2 years ago
parent
commit
8198d67ecb
1 changed files with 3 additions and 3 deletions
  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, // 删除选中行