add 任务执行人
This commit is contained in:
parent
6dc0e69392
commit
c992731a78
@ -95,6 +95,11 @@
|
||||
<text>任务金额 :</text>
|
||||
<text> {{ datas.money + "元" || "0.00" }} </text>
|
||||
</view>
|
||||
<view class="">
|
||||
<text>执行人 :</text>
|
||||
<text v-if="datas.director_uid != 0"> {{ datas.directorInfo.nickname}} </text>
|
||||
<text v-if="datas.director_uid == 0"> 指定人员 </text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -2,7 +2,7 @@ let httpApiThree;
|
||||
let httpApi; // 总域名
|
||||
let httpApiTwo; // 物流系统域名
|
||||
|
||||
const env = 'dev'; // 开发
|
||||
const env = 'local'; // 开发
|
||||
// const env = 'prod'; // 生产
|
||||
// const env = 'prew'; // 预上线
|
||||
// const env = 'local'; // 本地
|
||||
@ -19,9 +19,9 @@ switch (env) {
|
||||
httpApiTwo = 'https://preview-logistics.lihaink.cn' //预上线
|
||||
break;
|
||||
case 'local':
|
||||
httpApi = 'http://192.168.1.20:8000' //预上线
|
||||
httpApiThree = 'http://192.168.1.20:8000' //预上线
|
||||
httpApiTwo = 'http://192.168.1.20:8000' //预上线
|
||||
httpApi = 'http://127.0.0.1:8000' //预上线
|
||||
httpApiThree = 'http://127.0.0.1:8000' //预上线
|
||||
httpApiTwo = 'http://127.0.0.1:8000' //预上线
|
||||
break;
|
||||
default:
|
||||
httpApi = 'https://ceshi-worker-task.lihaink.cn' //测试
|
||||
|
Loading…
x
Reference in New Issue
Block a user