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,