Browse Source

fix: 评分弹窗修改

ops-management-platform-frontend-dev
wbc 3 months ago
parent
commit
2ba2fbc1b8
  1. 13
      src/views/project/IOCheck/checkRating/ratingModal.vue
  2. 1
      src/views/project/projectManage/addModal.vue

13
src/views/project/IOCheck/checkRating/ratingModal.vue

@ -3,7 +3,7 @@
<a-table :dataSource="dataSource" :columns="columns" bordered> <a-table :dataSource="dataSource" :columns="columns" bordered>
<template #summary> <template #summary>
<a-table-summary-row> <a-table-summary-row>
<a-table-summary-cell>评分</a-table-summary-cell> <a-table-summary-cell>总计</a-table-summary-cell>
<a-table-summary-cell> <a-table-summary-cell>
<a-typography-text /> <a-typography-text />
</a-table-summary-cell> </a-table-summary-cell>
@ -83,7 +83,7 @@
subStandards: 'ss', subStandards: 'ss',
sumRating: 100, sumRating: 100,
subRating: 7, subRating: 7,
remark: '双颊及', remark: '天上飞',
}, },
{ {
largeRating: '1', largeRating: '1',
@ -99,7 +99,7 @@
subStandards: 'ssfdf', subStandards: 'ssfdf',
sumRating: 92, sumRating: 92,
subRating: 9, subRating: 9,
remark: '郭德纲', remark: 'dsd',
}, },
{ {
largeRating: '24', largeRating: '24',
@ -107,7 +107,7 @@
subStandards: 'ssfdf', subStandards: 'ssfdf',
sumRating: 92, sumRating: 92,
subRating: 7, subRating: 7,
remark: '郭德纲', remark: '周杰伦',
}, },
{ {
largeRating: '24', largeRating: '24',
@ -115,7 +115,7 @@
subStandards: 'ssfdf', subStandards: 'ssfdf',
sumRating: 92, sumRating: 92,
subRating: 4, subRating: 4,
remark: '郭德纲', remark: '时候多',
}, },
]); ]);
const getRowSpanMap = () => { const getRowSpanMap = () => {
@ -143,7 +143,6 @@
} }
rowSpanMap.value = spans; rowSpanMap.value = spans;
console.log(rowSpanMap.value);
}; };
getRowSpanMap(); getRowSpanMap();
// //
@ -169,7 +168,7 @@
} }
}; };
const handleOk = () => { const handleOk = () => {
console.log('222'); console.log('submit');
}; };
return { return {
visible, visible,

1
src/views/project/projectManage/addModal.vue

@ -128,6 +128,7 @@
projectContent: '', projectContent: '',
icon: [], icon: [],
attachment: [], attachment: [],
id: null,
}); });
// //
const projectNameOptions = [ const projectNameOptions = [

Loading…
Cancel
Save