diff --git a/common/utils/common.js b/common/utils/common.js index d8774fd..0111653 100644 --- a/common/utils/common.js +++ b/common/utils/common.js @@ -25,7 +25,7 @@ export const nextStepMap = { }, ylInspector: { name: '巡查员验收', - // btnText: '验收', + btnText: '验收', ysShow:true, operateTypePass: 140, //巡查员验收通过: 140 operateTypeNoPass: 240, // 巡查员验收不通过:240 @@ -70,7 +70,8 @@ export const nextStepMap = { ylAiInspectorStart: { name: 'AI工单派发人员', ysShow:false, - btnText: '', + btnText: '结束工单', + // operateTypePass: 200, //巡查员结束工单:200 operateTypePass: 40, // 大区经理分配:40 operateTypeNoPass: 50, // 大区经理退回:50 backShow: false, diff --git a/manifest.json b/manifest.json index 4a8c964..f35456e 100644 --- a/manifest.json +++ b/manifest.json @@ -54,7 +54,7 @@ }, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wx64368a9b9e799172", + "appid" : "wxcb4cd34066b97d82", "setting" : { "urlCheck" : false }, diff --git a/pages-sub/problem/ai-manage/index.vue b/pages-sub/problem/ai-manage/index.vue index 2f76d95..e9bb73a 100644 --- a/pages-sub/problem/ai-manage/index.vue +++ b/pages-sub/problem/ai-manage/index.vue @@ -95,16 +95,13 @@ {{ timeFormat(item.createTime, 'yyyy-mm-dd hh:MM:ss') }} - + - - 验收 + {{ nextStepMap[item.taskKey].btnText }} + - - - - 详情 + 详情 @@ -122,6 +119,9 @@ >