From fcd59902379cb424241fe86815ad6206da712583 Mon Sep 17 00:00:00 2001 From: lwh <2679599887@qq.com> Date: Mon, 26 Jun 2023 14:28:03 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20=E4=BF=AE=E6=94=B9=E4=BD=9C=E8=80=85?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/business/Custom/Customers/customer.js | 4 ++-- .../business/GoodsManager/GoodsCategorys/goodscategory.js | 4 ++-- .../business/GoodsManager/GoodsServicess/goodsservices.js | 4 ++-- src/api/business/GoodsManager/Goodss/goods.js | 4 ++-- .../GoodsManager/ShopGoodsCategorys/shopgoodscategory.js | 4 ++-- src/api/business/LogisticsManage/Deliverys/delivery.js | 4 ++-- .../LogisticsManage/LogisticsCompanys/logisticscompany.js | 4 ++-- src/api/business/ShopManager/ShopAddresss/shopaddress.js | 4 ++-- src/api/business/ShopManager/Shops/shop.js | 4 ++-- src/api/business/ShopManager/Shops/shopOperator.js | 4 ++-- .../business/Custom/Customers/components/AddDialog.vue | 4 ++-- .../business/Custom/Customers/components/DetailDialog.vue | 4 ++-- .../business/Custom/Customers/components/EditDialog.vue | 4 ++-- src/views/business/Custom/Customers/index.vue | 4 ++-- .../GoodsManager/GoodsCategorys/components/AddDialog.vue | 4 ++-- .../GoodsCategorys/components/DetailDialog.vue | 4 ++-- .../GoodsManager/GoodsCategorys/components/EditDialog.vue | 4 ++-- src/views/business/GoodsManager/GoodsCategorys/index.vue | 4 ++-- .../GoodsManager/GoodsServicess/components/AddDialog.vue | 4 ++-- .../GoodsServicess/components/DetailDialog.vue | 4 ++-- .../GoodsManager/GoodsServicess/components/EditDialog.vue | 4 ++-- src/views/business/GoodsManager/GoodsServicess/index.vue | 4 ++-- .../business/GoodsManager/Goodss/components/AddDialog.vue | 4 ++-- .../GoodsManager/Goodss/components/DetailDialog.vue | 4 ++-- .../GoodsManager/Goodss/components/EditDialog.vue | 4 ++-- .../GoodsManager/Goodss/components/UploadDialog.vue | 4 ++-- src/views/business/GoodsManager/Goodss/index.vue | 8 ++++++-- .../ShopGoodsCategorys/components/AddDialog.vue | 4 ++-- .../ShopGoodsCategorys/components/DetailDialog.vue | 4 ++-- .../ShopGoodsCategorys/components/EditDialog.vue | 4 ++-- .../ShopGoodsCategorys/components/UploadDialog.vue | 4 ++-- .../business/GoodsManager/ShopGoodsCategorys/index.vue | 4 ++-- .../LogisticsManage/Deliverys/components/AddDialog.vue | 4 ++-- .../LogisticsManage/Deliverys/components/DetailDialog.vue | 4 ++-- .../LogisticsManage/Deliverys/components/EditDialog.vue | 4 ++-- src/views/business/LogisticsManage/Deliverys/index.vue | 4 ++-- .../LogisticsCompanys/components/AddDialog.vue | 4 ++-- .../LogisticsCompanys/components/DetailDialog.vue | 4 ++-- .../LogisticsCompanys/components/EditDialog.vue | 4 ++-- .../LogisticsCompanys/components/UploadDialog.vue | 4 ++-- .../business/LogisticsManage/LogisticsCompanys/index.vue | 4 ++-- .../ShopManager/ShopAddresss/components/AddDialog.vue | 4 ++-- .../ShopManager/ShopAddresss/components/DetailDialog.vue | 4 ++-- .../ShopManager/ShopAddresss/components/EditDialog.vue | 4 ++-- src/views/business/ShopManager/ShopAddresss/index.vue | 4 ++-- .../business/ShopManager/Shops/components/AddDialog.vue | 4 ++-- .../ShopManager/Shops/components/DetailDialog.vue | 4 ++-- .../business/ShopManager/Shops/components/EditDialog.vue | 4 ++-- src/views/business/ShopManager/Shops/index.vue | 4 ++-- 49 files changed, 102 insertions(+), 98 deletions(-) diff --git a/src/api/business/Custom/Customers/customer.js b/src/api/business/Custom/Customers/customer.js index c069225..e079f71 100644 --- a/src/api/business/Custom/Customers/customer.js +++ b/src/api/business/Custom/Customers/customer.js @@ -3,9 +3,9 @@ import request from '@/utils/request' /** * @Descripttion: 小程序客户Api接口 * @version: (1.0) - * @Author: (黎文豪) + * @Author: (lwh) * @Date: (2023-06-05) - * @LastEditors: (黎文豪) + * @LastEditors: (lwh) * @LastEditTime: (2023-06-05) */ diff --git a/src/api/business/GoodsManager/GoodsCategorys/goodscategory.js b/src/api/business/GoodsManager/GoodsCategorys/goodscategory.js index 6bcc110..9ac88b1 100644 --- a/src/api/business/GoodsManager/GoodsCategorys/goodscategory.js +++ b/src/api/business/GoodsManager/GoodsCategorys/goodscategory.js @@ -3,9 +3,9 @@ import request from '@/utils/request' /** * @Descripttion: 商品类目Api接口 * @version: (1.0) - * @Author: (黎文豪) + * @Author: (lwh) * @Date: (2023-06-12) - * @LastEditors: (黎文豪) + * @LastEditors: (lwh) * @LastEditTime: (2023-06-12) */ diff --git a/src/api/business/GoodsManager/GoodsServicess/goodsservices.js b/src/api/business/GoodsManager/GoodsServicess/goodsservices.js index 4b12bb8..477a2e7 100644 --- a/src/api/business/GoodsManager/GoodsServicess/goodsservices.js +++ b/src/api/business/GoodsManager/GoodsServicess/goodsservices.js @@ -3,9 +3,9 @@ import request from '@/utils/request' /** * @Descripttion: 商品服务与承诺Api接口 * @version: (1.0) - * @Author: (黎文豪) + * @Author: (lwh) * @Date: (2023-06-18) - * @LastEditors: (黎文豪) + * @LastEditors: (lwh) * @LastEditTime: (2023-06-18) */ diff --git a/src/api/business/GoodsManager/Goodss/goods.js b/src/api/business/GoodsManager/Goodss/goods.js index 62a053d..0e83924 100644 --- a/src/api/business/GoodsManager/Goodss/goods.js +++ b/src/api/business/GoodsManager/Goodss/goods.js @@ -3,9 +3,9 @@ import request from '@/utils/request' /** * @Descripttion: 商品Api接口 * @version: (1.0) - * @Author: (黎文豪) + * @Author: (lwh) * @Date: (2023-06-19) - * @LastEditors: (黎文豪) + * @LastEditors: (lwh) * @LastEditTime: (2023-06-19) */ diff --git a/src/api/business/GoodsManager/ShopGoodsCategorys/shopgoodscategory.js b/src/api/business/GoodsManager/ShopGoodsCategorys/shopgoodscategory.js index fe1ada1..75ea616 100644 --- a/src/api/business/GoodsManager/ShopGoodsCategorys/shopgoodscategory.js +++ b/src/api/business/GoodsManager/ShopGoodsCategorys/shopgoodscategory.js @@ -3,9 +3,9 @@ import request from '@/utils/request' /** * @Descripttion: 店铺商品类目Api接口 * @version: (1.0) - * @Author: (黎文豪) + * @Author: (lwh) * @Date: (2023-06-15) - * @LastEditors: (黎文豪) + * @LastEditors: (lwh) * @LastEditTime: (2023-06-15) */ diff --git a/src/api/business/LogisticsManage/Deliverys/delivery.js b/src/api/business/LogisticsManage/Deliverys/delivery.js index e3a109b..f702892 100644 --- a/src/api/business/LogisticsManage/Deliverys/delivery.js +++ b/src/api/business/LogisticsManage/Deliverys/delivery.js @@ -3,9 +3,9 @@ import request from '@/utils/request' /** * @Descripttion: 配送模板Api接口 * @version: (1.0) - * @Author: (黎文豪) + * @Author: (lwh) * @Date: (2023-06-16) - * @LastEditors: (黎文豪) + * @LastEditors: (lwh) * @LastEditTime: (2023-06-16) */ diff --git a/src/api/business/LogisticsManage/LogisticsCompanys/logisticscompany.js b/src/api/business/LogisticsManage/LogisticsCompanys/logisticscompany.js index f4946e8..2dc0c44 100644 --- a/src/api/business/LogisticsManage/LogisticsCompanys/logisticscompany.js +++ b/src/api/business/LogisticsManage/LogisticsCompanys/logisticscompany.js @@ -3,9 +3,9 @@ import request from '@/utils/request' /** * @Descripttion: 物流公司Api接口 * @version: (1.0) - * @Author: (黎文豪) + * @Author: (lwh) * @Date: (2023-06-18) - * @LastEditors: (黎文豪) + * @LastEditors: (lwh) * @LastEditTime: (2023-06-18) */ diff --git a/src/api/business/ShopManager/ShopAddresss/shopaddress.js b/src/api/business/ShopManager/ShopAddresss/shopaddress.js index 3819247..2b98a34 100644 --- a/src/api/business/ShopManager/ShopAddresss/shopaddress.js +++ b/src/api/business/ShopManager/ShopAddresss/shopaddress.js @@ -3,9 +3,9 @@ import request from '@/utils/request' /** * @Descripttion: 店铺地址Api接口 * @version: (1.0) - * @Author: (黎文豪) + * @Author: (lwh) * @Date: (2023-06-15) - * @LastEditors: (黎文豪) + * @LastEditors: (lwh) * @LastEditTime: (2023-06-15) */ diff --git a/src/api/business/ShopManager/Shops/shop.js b/src/api/business/ShopManager/Shops/shop.js index 8a305fa..4912020 100644 --- a/src/api/business/ShopManager/Shops/shop.js +++ b/src/api/business/ShopManager/Shops/shop.js @@ -3,9 +3,9 @@ import request from '@/utils/request' /** * @Descripttion: 店铺Api接口 * @version: (1.0) - * @Author: (黎文豪) + * @Author: (lwh) * @Date: (2023-06-09) - * @LastEditors: (黎文豪) + * @LastEditors: (lwh) * @LastEditTime: (2023-06-09) */ diff --git a/src/api/business/ShopManager/Shops/shopOperator.js b/src/api/business/ShopManager/Shops/shopOperator.js index 7f38514..ce59a7f 100644 --- a/src/api/business/ShopManager/Shops/shopOperator.js +++ b/src/api/business/ShopManager/Shops/shopOperator.js @@ -3,9 +3,9 @@ import request from '@/utils/request' /** * @Descripttion: 店详情Api接口 * @version: (1.0) - * @Author: (黎文豪) + * @Author: (lwh) * @Date: (2023-06-15) - * @LastEditors: (黎文豪) + * @LastEditors: (lwh) * @LastEditTime: (2023-06-15) */ diff --git a/src/views/business/Custom/Customers/components/AddDialog.vue b/src/views/business/Custom/Customers/components/AddDialog.vue index c2ab0ab..f4d62da 100644 --- a/src/views/business/Custom/Customers/components/AddDialog.vue +++ b/src/views/business/Custom/Customers/components/AddDialog.vue @@ -1,9 +1,9 @@