fix:修改标题
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -820,7 +820,7 @@ onMounted(async () => { | ... | @@ -820,7 +820,7 @@ onMounted(async () => { |
| 820 | <Form ref="formRef" :itemList="valuateFormItems" :rules="valuateFormRules" formId="main-model-edit" | 820 | <Form ref="formRef" :itemList="valuateFormItems" :rules="valuateFormRules" formId="main-model-edit" |
| 821 | @select-change="handleValudateFormChange" @input-change="handleInputChange" col="col3" /> | 821 | @select-change="handleValudateFormChange" @input-change="handleInputChange" col="col3" /> |
| 822 | </ContentWrap> | 822 | </ContentWrap> |
| 823 | <ContentWrap id="id-grade-info" title="填写成本明细" | 823 | <ContentWrap id="id-grade-info" :title="formRef?.formInline?.evaluateMethod == '1' ? '填写成本明细' : '填写预期收益'" |
| 824 | :description="formRef?.formInline?.evaluateMethod == '1' ? '填写时请按照所选数据产品的成本投入进行填写,跟数据产品产生的成本一致' : ''" | 824 | :description="formRef?.formInline?.evaluateMethod == '1' ? '填写时请按照所选数据产品的成本投入进行填写,跟数据产品产生的成本一致' : ''" |
| 825 | style="margin-top: 16px;"> | 825 | style="margin-top: 16px;"> |
| 826 | <el-table id="cost-table" v-show="formRef?.formInline?.evaluateMethod == '1'" ref="costTableRef" | 826 | <el-table id="cost-table" v-show="formRef?.formInline?.evaluateMethod == '1'" ref="costTableRef" | ... | ... |
-
Please register or sign in to post a comment