51140dba by lihua

fix:修改标题

1 parent 86021765
......@@ -820,7 +820,7 @@ onMounted(async () => {
<Form ref="formRef" :itemList="valuateFormItems" :rules="valuateFormRules" formId="main-model-edit"
@select-change="handleValudateFormChange" @input-change="handleInputChange" col="col3" />
</ContentWrap>
<ContentWrap id="id-grade-info" title="填写成本明细"
<ContentWrap id="id-grade-info" :title="formRef?.formInline?.evaluateMethod == '1' ? '填写成本明细' : '填写预期收益'"
:description="formRef?.formInline?.evaluateMethod == '1' ? '填写时请按照所选数据产品的成本投入进行填写,跟数据产品产生的成本一致' : ''"
style="margin-top: 16px;">
<el-table id="cost-table" v-show="formRef?.formInline?.evaluateMethod == '1'" ref="costTableRef"
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!