Merge branch 'shenzhen-dev' of http://139.9.66.234:18023/yjlHub/zhgdlarge into bjxz-rain
This commit is contained in:
commit
168a793600
@ -21,7 +21,7 @@
|
||||
<div class="listItem" v-for="(item,i) in lwInfo2.list" :key="i">
|
||||
<div class="itemInfo1">
|
||||
<div style="width:50px;text-align:center">{{i + 1}}</div>
|
||||
<div>{{item.teamName}}</div>
|
||||
<div>{{item.name}}</div>
|
||||
</div>
|
||||
<div class="itemInfo2">{{item.attendancePersonTotal}}/{{item.totalPerson}}</div>
|
||||
</div>
|
||||
|
||||
@ -66,7 +66,7 @@ async function countTaskProgress() {
|
||||
if(BASEURL == 'http://182.90.224.237:51234' || BASEURL == 'http://192.168.34.221:9111') data.projectSn = 'BD3137498CB84BF0969979E0342CDBCA'
|
||||
if(BASEURL == 'http://42.180.188.17:9809' || BASEURL == 'http://42.180.188.17:11211') data.projectSn = '471568F45EB247A3912A0D10EA1BFCEB'
|
||||
countTaskProgressApi(data).then(res2 => {
|
||||
remainDays.value = res2.result.projectSurplusDayNum.toString()
|
||||
remainDays.value = res2.result.enterpriseSurplusDayNum.toString()
|
||||
})
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user