This commit is contained in:
steven
2022-10-09 14:29:54 +08:00
parent 9d35d9ecbc
commit b74404c18e
3 changed files with 4 additions and 3 deletions

View File

@@ -400,7 +400,7 @@ export default defineComponent({
justify-content: space-between;
.iconfont {
color: #3461ff;
color: #70b936;
cursor: pointer;
margin-left: 12px;
}

View File

@@ -29,7 +29,7 @@
{{ copyConfig.config.help }}
</div>
</template>
<i class="iconfont" style="color: #1c6fff">&#xe626;</i>
<i class="iconfont" style="color: #70b936">&#xe626;</i>
</a-tooltip>
</span>
</span>
@@ -100,7 +100,7 @@
3 Xiaomi Item4 1 - HUAWEI 2 - APPLE 3 Xiaomi <br />
</div>
</template>
<i class="iconfont" style="color: #1c6fff">&#xe626;</i>
<i class="iconfont" style="color: #70b936">&#xe626;</i>
</a-tooltip>
</span>
<span><a @click="downloadTemplate">生成设计模板.xlxs</a></span>

View File

@@ -200,6 +200,7 @@ const mxd_export = async (params) => {
//'token': '...', // 根据需求添加
'Content-type': 'application/x-www-form-urlencoded'
},
withCredentials: false,
responseType: 'arraybuffer'
})
fileDownload(data, "", 'application/vnd.ms-excel');