添加换肤颜色

szh_zidingyibiaoti
lilu 2 years ago
parent 5289a02eab
commit 767e0dc9a9

@ -28,6 +28,9 @@ const colorList = [
},
{
key: '酱紫', color: '#722ED1'
},
{
key: '墨黑', color: '#212121'
}
]
@ -85,7 +88,6 @@ const menuColorList = [
}
]
const updateTheme = newPrimaryColor => {
const hideMessage = message.loading('正在切换主题!', 0)
themeColor.changeColor(newPrimaryColor).finally(t => {

@ -123,7 +123,7 @@
<template slot="footer">
<a-button @click="handleModelCancel"></a-button>
<a-button type="primary" @click="handleModelSubmit('save')" :loading="EDISloading">保存EDI文件</a-button>
<a-button type="primary" @click="handleModelSubmit('send')" :loading="EDIUloading">上传EDI</a-button>
<a-button type="primary" @click="handleModelSubmit('send')" :loading="EDIUloading">上传 <template v-if="modelType === 'cutOff'">ESI</template><template v-else>EDI</template></a-button>
</template>
</template>

Loading…
Cancel
Save