fix: bug
This commit is contained in:
@@ -400,7 +400,7 @@ export default defineComponent({
|
||||
justify-content: space-between;
|
||||
|
||||
.iconfont {
|
||||
color: #3461ff;
|
||||
color: #70b936;
|
||||
cursor: pointer;
|
||||
margin-left: 12px;
|
||||
}
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
{{ copyConfig.config.help }}
|
||||
</div>
|
||||
</template>
|
||||
<i class="iconfont" style="color: #1c6fff"></i>
|
||||
<i class="iconfont" style="color: #70b936"></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"></i>
|
||||
<i class="iconfont" style="color: #70b936"></i>
|
||||
</a-tooltip>
|
||||
</span>
|
||||
<span><a @click="downloadTemplate">生成设计模板.xlxs</a></span>
|
||||
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user