Browse Source

fix: 评分弹窗修改

ops-management-platform-frontend-dev
wbc 1 month 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>
<template #summary>
<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-typography-text />
</a-table-summary-cell>
@ -83,7 +83,7 @@
subStandards: 'ss',
sumRating: 100,
subRating: 7,
remark: '双颊及',
remark: '天上飞',
},
{
largeRating: '1',
@ -99,7 +99,7 @@
subStandards: 'ssfdf',
sumRating: 92,
subRating: 9,
remark: '郭德纲',
remark: 'dsd',
},
{
largeRating: '24',
@ -107,7 +107,7 @@
subStandards: 'ssfdf',
sumRating: 92,
subRating: 7,
remark: '郭德纲',
remark: '周杰伦',
},
{
largeRating: '24',
@ -115,7 +115,7 @@
subStandards: 'ssfdf',
sumRating: 92,
subRating: 4,
remark: '郭德纲',
remark: '时候多',
},
]);
const getRowSpanMap = () => {
@ -143,7 +143,6 @@
}
rowSpanMap.value = spans;
console.log(rowSpanMap.value);
};
getRowSpanMap();
//
@ -169,7 +168,7 @@
}
};
const handleOk = () => {
console.log('222');
console.log('submit');
};
return {
visible,

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

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

Loading…
Cancel
Save