修改进度和合作单位
This commit is contained in:
parent
80d802d223
commit
514fd9f181
@ -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();
|
||||
|
||||
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user