修改禅道已知bug

This commit is contained in:
qq787203167
2022-08-11 15:50:17 +08:00
parent 5724ff4a23
commit ed63a91585
3 changed files with 8 additions and 2 deletions
@@ -712,4 +712,7 @@
/deep/ .ant-calendar-picker{
display: block;
}
::v-deep .ant-modal-body{
overflow-y: visible!important;
}
</style>
@@ -109,12 +109,14 @@
title: this.$t('chapterContents'),
align: 'center',
dataIndex: 'memoriesChapterName',
ellipsis: true,
width: 170
},
{
title: this.$t('chineseTitle'),
align: 'center',
dataIndex: 'titleCn',
ellipsis: true,
width: 170
},
{
@@ -89,7 +89,7 @@
{
title: this.$t('taskDescription'),
value: 'taskExplain',
type:4,
type: 4
}
// {
// title: this.$t('remarks'),
@@ -121,7 +121,8 @@
lawsOpinionAssessmentResult() {
getAction(this.url.list, {
lawsOpinionGatherId: this.queryProject.id,
actiProcInstId: this.$route.query.prcId
actiProcInstId: this.$route.query.prcId,
createBy: this.userInfo().username
}).then((res) => {
if (res.success) {
this.feedbackDataList = res.result || []