28da402e by lihua

修改定价:隐藏下载报告按钮,名称使用指标名称

1 parent 7d41b35c
......@@ -299,7 +299,7 @@ const getDataTypeList = () => {
// 设置数据字典选项
const setDictFormItems = (dictList) => {
dictList.map(d => {
const dictName = d.dictionaryName;
const dictName = d.targetName;
const dictField = `dict_${d.guid}`;
baseConfigFormItems.value.push({
label: dictName,
......@@ -1169,8 +1169,8 @@ onMounted(() => {
</el-form-item>
<el-form-item class="align-end" style="margin-bottom: 14px;">
<el-button type="primary" @click="btnClick({ value: 'calculate' })">开始计算</el-button>
<el-button @click="btnClick({ value: 'export' })">下载报告</el-button>
<span style="margin-left: 8px">输出结果报告查看</span>
<!-- <el-button @click="btnClick({ value: 'export' })">下载报告</el-button> -->
<!-- <span style="margin-left: 8px">如需出具详细的定价报告,请联系后台管理员,谢谢!</span> -->
</el-form-item>
</el-form>
</ContentWrap>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!