修改禅道已知bug
This commit is contained in:
@@ -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>
|
||||||
+2
@@ -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 || []
|
||||||
|
|||||||
Reference in New Issue
Block a user