修改禅道已知bug
This commit is contained in:
@@ -712,4 +712,7 @@
|
||||
/deep/ .ant-calendar-picker{
|
||||
display: block;
|
||||
}
|
||||
::v-deep .ant-modal-body{
|
||||
overflow-y: visible!important;
|
||||
}
|
||||
</style>
|
||||
+2
@@ -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 || []
|
||||
|
||||
Reference in New Issue
Block a user