diff --git a/pages/inspection/quest.vue b/pages/inspection/quest.vue index c708dd7..f27fd8f 100644 --- a/pages/inspection/quest.vue +++ b/pages/inspection/quest.vue @@ -451,7 +451,9 @@ export default { if ((item == 6 && this.dataTypes == 3) || (item == 6 && this.dataTypes == 2) || (item == 6 && this.dataTypes == 1)) { return '待付款' } - + if (item == 7||item == 8) { + return '已完成' + } }, // 根据角色获取tablist statusList() { diff --git a/utils/website.js b/utils/website.js index fbcc2fb..e3714f8 100644 --- a/utils/website.js +++ b/utils/website.js @@ -3,8 +3,9 @@ */ export default { // baseUrl: 'http://124.221.142.15:8088/lab', - baseUrl:'http://192.168.0.111:80', //李庆坤 + // baseUrl:'http://192.168.0.111:80', //李庆坤 // baseUrl:'http://192.168.0.109:80', //李涛 + baseUrl:'http://192.168.1.12:80', //李涛 indexTitle: "科研医疗建筑运维平台", clientId: "saber", // 客户端id clientSecret: "saber_secret", // 客户端密钥