From cdc5838a81002cb4a5055e4b3fdae88acccd5dd9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com>
Date: Thu, 12 Aug 2021 10:53:56 +0800
Subject: [PATCH] =?UTF-8?q?[=E4=BC=98=E5=8C=96]=20=E5=B0=81=E8=A3=85image?=
=?UTF-8?q?=E7=BB=84=E4=BB=B6=EF=BC=8C=E5=B9=B6=E6=9B=B4=E6=8D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
canteen/components/lf-image/lf-image.vue | 186 ++++++++++++++++++++++
canteen/main.js | 3 +
canteen/pages/index/index.vue | 3 +-
canteen/pages/purchase/detail.vue | 9 +-
canteen/pages/purchase/receipt.vue | 2 +-
supplier/components/lf-image/lf-image.vue | 186 ++++++++++++++++++++++
supplier/main.js | 3 +
supplier/pages/gonghuo/detail.vue | 7 +-
supplier/pages/index/index.vue | 3 +-
9 files changed, 388 insertions(+), 14 deletions(-)
create mode 100644 canteen/components/lf-image/lf-image.vue
create mode 100644 supplier/components/lf-image/lf-image.vue
diff --git a/canteen/components/lf-image/lf-image.vue b/canteen/components/lf-image/lf-image.vue
new file mode 100644
index 0000000..a51ba57
--- /dev/null
+++ b/canteen/components/lf-image/lf-image.vue
@@ -0,0 +1,186 @@
+
+
+
+
+
+
+
+
diff --git a/canteen/main.js b/canteen/main.js
index 7844d01..567ec59 100644
--- a/canteen/main.js
+++ b/canteen/main.js
@@ -33,6 +33,9 @@ Vue.component('lf-stepbar', lfStepbar);
// 预览图片组件
import lfPreviewImage from '@/components/lf-previewImage/lf-previewImage';
Vue.component('lf-previewimage', lfPreviewImage);
+// 页面image组件
+import lfImage from '@/components/lf-image/lf-image';
+Vue.component('lf-image', lfImage);
const app = new Vue({
...App
diff --git a/canteen/pages/index/index.vue b/canteen/pages/index/index.vue
index a6d8ed5..7a8255d 100644
--- a/canteen/pages/index/index.vue
+++ b/canteen/pages/index/index.vue
@@ -1,8 +1,7 @@
-
-
+
{{ canteen.name }}
{{ canteen.role }}
diff --git a/canteen/pages/purchase/detail.vue b/canteen/pages/purchase/detail.vue
index f3d2cf1..8f3023b 100644
--- a/canteen/pages/purchase/detail.vue
+++ b/canteen/pages/purchase/detail.vue
@@ -3,8 +3,7 @@
-
-
+
{{ order.supplier.supplier_name }}
{{ order.supplier.address }}
@@ -45,13 +44,13 @@
供应商证明材料
-
+
食堂证明材料
-
+
@@ -400,7 +399,7 @@
width: 140rpx;
height: 140rpx;
border-radius: 10rpx;
- background-color: #EEEEEE;
+ // background-color: #EEEEEE;
}
.info{
display: flex;
diff --git a/canteen/pages/purchase/receipt.vue b/canteen/pages/purchase/receipt.vue
index 7ac5be6..ecbdfb8 100644
--- a/canteen/pages/purchase/receipt.vue
+++ b/canteen/pages/purchase/receipt.vue
@@ -45,7 +45,7 @@
-
+
diff --git a/supplier/components/lf-image/lf-image.vue b/supplier/components/lf-image/lf-image.vue
new file mode 100644
index 0000000..a51ba57
--- /dev/null
+++ b/supplier/components/lf-image/lf-image.vue
@@ -0,0 +1,186 @@
+
+
+
+
+
+
+
+
diff --git a/supplier/main.js b/supplier/main.js
index 7844d01..567ec59 100644
--- a/supplier/main.js
+++ b/supplier/main.js
@@ -33,6 +33,9 @@ Vue.component('lf-stepbar', lfStepbar);
// 预览图片组件
import lfPreviewImage from '@/components/lf-previewImage/lf-previewImage';
Vue.component('lf-previewimage', lfPreviewImage);
+// 页面image组件
+import lfImage from '@/components/lf-image/lf-image';
+Vue.component('lf-image', lfImage);
const app = new Vue({
...App
diff --git a/supplier/pages/gonghuo/detail.vue b/supplier/pages/gonghuo/detail.vue
index 27b72a9..cb52808 100644
--- a/supplier/pages/gonghuo/detail.vue
+++ b/supplier/pages/gonghuo/detail.vue
@@ -2,8 +2,7 @@
-
-
+
{{ order.canteen.canteen_name }}
{{ order.canteen.address }}
@@ -58,13 +57,13 @@
供应商证明材料
-
+
食堂证明材料
-
+
diff --git a/supplier/pages/index/index.vue b/supplier/pages/index/index.vue
index 9f8c85c..549b22e 100644
--- a/supplier/pages/index/index.vue
+++ b/supplier/pages/index/index.vue
@@ -1,8 +1,7 @@
-
-
+
{{ supplier.name }}
{{ supplier.role }}