Commit 3ee59dde authored by wangxl's avatar wangxl

333

parent 68c1fbe6
......@@ -22,7 +22,7 @@
</a-table>
</div>
<div style="text-align:center;width:100%; height: 36px;">
<a :href="url" download="expertTemplate.xlsx" style="margin-right: 30px;">
<a :href="'/downloadFile/expertTemplate.xlsx'" download="expertTemplate.xlsx" style="margin-right: 30px;">
<a-icon type="download"></a-icon>&nbsp;<span style="color:green;text-decoration:underline;">模板下载</span>
</a>
<a-button type="primary" @click="dataImport" :disabled="disabled">导入</a-button>
......@@ -55,9 +55,6 @@ export default {
disabled: true,
errorState: false,
loading: false,
url: {
downloadUrl: '/downloadFile/expertTemplate.xlsx',
}
};
},
created () {
......
......@@ -266,7 +266,7 @@ export default {
let self = this
this.$confirm({
title: '管理员删除',
content: '确定要删除该管理员?',
content: '确定要删除?',
okText: '确定',
okType: 'danger',
cancelText: '取消',
......
......@@ -43,10 +43,6 @@ export default {
{ status: "wait", title: '绩效指标', showStatus: false },
{ status: "wait", title: '附件', showStatus: false }
],
stepStyle: {
marginBottom: '60px',
boxShadow: '0px -1px 0 0 #e8e8e8 inset',
},
completeStatus: "0,0,0,0,0,0"
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment