From 86b274004aa8bdb4ac4bab668e4f3c1c7fad723a Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Mon, 26 Jun 2023 10:56:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/print.html | 151 ---------------------------------- src/views/dashboard/index.vue | 7 ++ src/views/order/index.vue | 7 ++ 3 files changed, 14 insertions(+), 151 deletions(-) delete mode 100644 public/print.html diff --git a/public/print.html b/public/print.html deleted file mode 100644 index 9b13eed..0000000 --- a/public/print.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - 打印 - - - - - - -
- -
-
-
-
生成打印单{:count($pics)}张,耗时{$duration}秒
- 本打印功能只能在IE浏览器使用,非IE浏览器请采用兼容模式
- 使用之前需要安装插件(点击下载),并正确设置打印机
-
- -
-
-
- - - - diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index bccc6ca..d1dfd99 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -120,6 +120,13 @@ total:0, data:[], table:[ + { + label:'订单名称', + sortable:false, + prop:'order.order_name', + width:180, + align:'left' + }, { label:'客户姓名', sortable:false, diff --git a/src/views/order/index.vue b/src/views/order/index.vue index 7f7a366..45e40d9 100644 --- a/src/views/order/index.vue +++ b/src/views/order/index.vue @@ -147,6 +147,13 @@ export default { } ], table:[ + { + label:'订单名称', + sortable:false, + prop:'order.order_name', + width:180, + align:'left' + }, { label:'客户姓名', sortable:false,