diff --git a/canteen/components/lf-previewImage/lf-previewImage.vue b/canteen/components/lf-previewImage/lf-previewImage.vue new file mode 100644 index 0000000..0143b20 --- /dev/null +++ b/canteen/components/lf-previewImage/lf-previewImage.vue @@ -0,0 +1,230 @@ + + + + + diff --git a/canteen/main.js b/canteen/main.js index 3733b29..7844d01 100644 --- a/canteen/main.js +++ b/canteen/main.js @@ -30,6 +30,9 @@ Vue.component('self-line', selfLine); // 将步骤条组件注入全局 import lfStepbar from '@/components/lf-stepbar/lf-stepbar'; Vue.component('lf-stepbar', lfStepbar); +// 预览图片组件 +import lfPreviewImage from '@/components/lf-previewImage/lf-previewImage'; +Vue.component('lf-previewimage', lfPreviewImage); const app = new Vue({ ...App diff --git a/canteen/pages/purchase/detail.vue b/canteen/pages/purchase/detail.vue index cd0d97f..5513399 100644 --- a/canteen/pages/purchase/detail.vue +++ b/canteen/pages/purchase/detail.vue @@ -1,521 +1,519 @@ - - - - - + + + + + diff --git a/canteen/pages/purchase/receipt.vue b/canteen/pages/purchase/receipt.vue index 65d3df9..0a744ff 100644 --- a/canteen/pages/purchase/receipt.vue +++ b/canteen/pages/purchase/receipt.vue @@ -1,533 +1,534 @@ - - - - - - + + + + + + diff --git a/supplier/components/lf-previewImage/lf-previewImage.vue b/supplier/components/lf-previewImage/lf-previewImage.vue index 9bb782d..0143b20 100644 --- a/supplier/components/lf-previewImage/lf-previewImage.vue +++ b/supplier/components/lf-previewImage/lf-previewImage.vue @@ -1,7 +1,8 @@