Commit 25635b0b authored by 徐俊's avatar 徐俊

xujun

parent ad69e459
...@@ -197,6 +197,7 @@ export default { ...@@ -197,6 +197,7 @@ export default {
excelCol: [ excelCol: [
{ title: "项目名称", scopedSlots: { customRender: 'projName' } }, { title: "项目名称", scopedSlots: { customRender: 'projName' } },
{ title: "项目编号", dataIndex: "projNo", align: 'center' }, { title: "项目编号", dataIndex: "projNo", align: 'center' },
{ title: "答辩分数", dataIndex: "defenseScore", align: 'center' },
{ title: "项目类别", dataIndex: 'projClassName', align: 'center' }, { title: "项目类别", dataIndex: 'projClassName', align: 'center' },
{ title: '申报单位', dataIndex: 'appUnitName', align: 'center' }, { title: '申报单位', dataIndex: 'appUnitName', align: 'center' },
{ title: '申报人', dataIndex: 'appPersonName', align: 'center' }, { title: '申报人', dataIndex: 'appPersonName', align: 'center' },
...@@ -406,7 +407,7 @@ export default { ...@@ -406,7 +407,7 @@ export default {
target[dataIndex] = value; target[dataIndex] = value;
// 调用API更新数据 // 调用API更新数据
this.$api.project.updateDefenseScore({ this.$api.project.updateDefenseScore({
id: target.id, id: target.projId,
defenseScore: value defenseScore: value
}).then(() => { }).then(() => {
this.$message.success('答辩分数更新成功') this.$message.success('答辩分数更新成功')
......
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