fix: bug
This commit is contained in:
@@ -400,7 +400,7 @@ export default defineComponent({
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
.iconfont {
|
.iconfont {
|
||||||
color: #3461ff;
|
color: #70b936;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
{{ copyConfig.config.help }}
|
{{ copyConfig.config.help }}
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<i class="iconfont" style="color: #1c6fff"></i>
|
<i class="iconfont" style="color: #70b936"></i>
|
||||||
</a-tooltip>
|
</a-tooltip>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
3 – Xiaomi … Item4: 1 - HUAWEI 2 - APPLE 3 – Xiaomi …<br />
|
3 – Xiaomi … Item4: 1 - HUAWEI 2 - APPLE 3 – Xiaomi …<br />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<i class="iconfont" style="color: #1c6fff"></i>
|
<i class="iconfont" style="color: #70b936"></i>
|
||||||
</a-tooltip>
|
</a-tooltip>
|
||||||
</span>
|
</span>
|
||||||
<span><a @click="downloadTemplate">生成设计模板.xlxs</a></span>
|
<span><a @click="downloadTemplate">生成设计模板.xlxs</a></span>
|
||||||
|
|||||||
@@ -200,6 +200,7 @@ const mxd_export = async (params) => {
|
|||||||
//'token': '...', // 根据需求添加
|
//'token': '...', // 根据需求添加
|
||||||
'Content-type': 'application/x-www-form-urlencoded'
|
'Content-type': 'application/x-www-form-urlencoded'
|
||||||
},
|
},
|
||||||
|
withCredentials: false,
|
||||||
responseType: 'arraybuffer'
|
responseType: 'arraybuffer'
|
||||||
})
|
})
|
||||||
fileDownload(data, "", 'application/vnd.ms-excel');
|
fileDownload(data, "", 'application/vnd.ms-excel');
|
||||||
|
|||||||
Reference in New Issue
Block a user