Browse Source

页面样式

Lexie 1 year ago
parent
commit
35344d4133
1 changed files with 30 additions and 30 deletions
  1. 30 30
      src/view/performance/12-orderAccounting/index.vue

+ 30 - 30
src/view/performance/12-orderAccounting/index.vue

@@ -95,13 +95,13 @@
               >流程单查询
               </el-button>
 
-              <el-button
+             <!-- <el-button
                 type="primary"
                 icon="edit"
                 class="bt"
                 @click="testExcel"
               >导出测试
-              </el-button>
+              </el-button> -->
 
             </el-form-item>
           </el-form>
@@ -565,34 +565,34 @@ const pd_lcd_handleNodeClick = async(node) => {
   console.log(getOrderProcessRight_list)
   processList.value = getOrderProcessRight_list.data
 }
-
-const testExcel = () => {
-  const data = [
-  {
-      '第一列': '111',
-      '第二列': '222',
-      '第三列': '333',
-      '第四列': '444',
-    },
-    {
-      '第一列': '111',
-      '第二列': '222',
-      '第三列': '333',
-    },
-    {
-      '第一列': '111',
-      '第二列': '222',
-      '第三列': '333',
-    },
-    {
-      '第一列': '111',
-      '第二列': '222',
-      '第三列': '333',
-    },
-
-  ]
-  exportExcelFile(data);
-}
+//导出
+// const testExcel = () => {
+//   const data = [
+//   {
+//       '第一列': '111',
+//       '第二列': '222',
+//       '第三列': '333',
+//       '第四列': '444',
+//     },
+//     {
+//       '第一列': '111',
+//       '第二列': '222',
+//       '第三列': '333',
+//     },
+//     {
+//       '第一列': '111',
+//       '第二列': '222',
+//       '第三列': '333',
+//     },
+//     {
+//       '第一列': '111',
+//       '第二列': '222',
+//       '第三列': '333',
+//     },
+
+//   ]
+//   exportExcelFile(data);
+// }
 </script>
 
 <style scoped>