修改进度和合作单位

This commit is contained in:
X_Rian 2024-05-31 18:53:05 +08:00
parent 80d802d223
commit 514fd9f181
2 changed files with 9 additions and 1 deletions

View File

@ -55,6 +55,13 @@
>
{{ itemForm.taskName }}
</el-form-item>
<el-form-item
style="margin-bottom: 0px"
prop="qualityRegionName"
:label="'区域' + ':'"
>
{{ itemForm.qualityRegionName }}
</el-form-item>
<el-form-item
style="margin-bottom: 0px"
prop="startDate"
@ -486,6 +493,7 @@ export default {
this.projectSn = this.$store.state.projectSn;
this.uploadUrl = this.$store.state.UPLOADURL;
this.fileUrl = this.$store.state.FILEURL;
console.log('111111111',this.itemForm);
// this.getTypeList();
// this.getDetailInfo();
this.getProgressInfo();

View File

@ -36,7 +36,7 @@
<span class="right_value">
<span>{{ enterpriseTypeName
}}{{ $t('message.cooperationUnit.sum') }}</span>
<span class="value">{{ listData.length }}</span></span>
<span class="value">{{ Number(total) }}</span></span>
</div>
<div class="content">
<div class="flex2" style="margin-bottom: 10px">