51140dba by lihua

fix:修改标题

1 parent 86021765
...@@ -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"
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!