28da402e by lihua

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

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