diff --git a/README.md b/README.md index 70eea94..c6e8e0f 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -印包客 app +印包管家 app diff --git a/apis/commonApi.js b/apis/commonApi.js index 7de34ed..d90fb5c 100644 --- a/apis/commonApi.js +++ b/apis/commonApi.js @@ -245,7 +245,7 @@ export function bindingReceiptCode(data = {}) { } /** - * 印包客注销账号 + * 印包管家注销账号 * @param {object} data */ export function cancelAccount(data = {}) { diff --git a/apis/deviceApi.js b/apis/deviceApi.js index e8d074c..cda7741 100644 --- a/apis/deviceApi.js +++ b/apis/deviceApi.js @@ -41,7 +41,7 @@ export function getDeviceList(data = {}) { } /** - * 印包客监控台获取设备类型统计数据 + * 印包管家监控台获取设备类型统计数据 */ export function getEquipmentStatistics(data = {}) { return http.get({ diff --git a/apis/mineApi.js b/apis/mineApi.js index c01c4b2..e6fb561 100644 --- a/apis/mineApi.js +++ b/apis/mineApi.js @@ -1,7 +1,7 @@ import http from '../utils/http/index.js' /** - * 印包客获取纸盘商订单统计 + * 印包管家获取纸盘商订单统计 * @param {object} data * @returns 订单统计 * swagger:http://api-ops-uec-test.qniao.cn/uec/swagger-ui/index.html?urls.primaryName=CustomerApi#/%E7%99%BB%E5%BD%95%E8%AE%A4%E8%AF%81/authorizeByCaptchaUsingPOST diff --git a/components/business-components/factoryItem.vue b/components/business-components/factoryItem.vue index 93c3702..7e19296 100644 --- a/components/business-components/factoryItem.vue +++ b/components/business-components/factoryItem.vue @@ -4,7 +4,7 @@ {{ item.name }} - + {{ item.score }}分 @@ -60,6 +60,7 @@ export default {