修改禅道已知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{ /deep/ .ant-calendar-picker{
display: block; display: block;
} }
::v-deep .ant-modal-body{
overflow-y: visible!important;
}
</style> </style>
@@ -109,12 +109,14 @@
title: this.$t('chapterContents'), title: this.$t('chapterContents'),
align: 'center', align: 'center',
dataIndex: 'memoriesChapterName', dataIndex: 'memoriesChapterName',
ellipsis: true,
width: 170 width: 170
}, },
{ {
title: this.$t('chineseTitle'), title: this.$t('chineseTitle'),
align: 'center', align: 'center',
dataIndex: 'titleCn', dataIndex: 'titleCn',
ellipsis: true,
width: 170 width: 170
}, },
{ {
@@ -89,7 +89,7 @@
{ {
title: this.$t('taskDescription'), title: this.$t('taskDescription'),
value: 'taskExplain', value: 'taskExplain',
type:4, type: 4
} }
// { // {
// title: this.$t('remarks'), // title: this.$t('remarks'),
@@ -121,7 +121,8 @@
lawsOpinionAssessmentResult() { lawsOpinionAssessmentResult() {
getAction(this.url.list, { getAction(this.url.list, {
lawsOpinionGatherId: this.queryProject.id, lawsOpinionGatherId: this.queryProject.id,
actiProcInstId: this.$route.query.prcId actiProcInstId: this.$route.query.prcId,
createBy: this.userInfo().username
}).then((res) => { }).then((res) => {
if (res.success) { if (res.success) {
this.feedbackDataList = res.result || [] this.feedbackDataList = res.result || []