diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js
index 7596c76db..04fce3a33 100644
--- a/jero-web/src/common/lang/en-us.js
+++ b/jero-web/src/common/lang/en-us.js
@@ -475,7 +475,7 @@ module.exports = {
away: 'Collapse',
toDoProcess: 'To Do',
processDone: 'Completed',
- sentProcess: 'Create',
+ sentProcess: 'Initiated',
monitoringProcess: 'Monitor',
ConfirmDeployment: 'Confirm Deployment?',
terminationProcess: 'Termination Process',
diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardReleaseAdd.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardReleaseAdd.vue
index 301721aff..5ba9e0e3c 100644
--- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardReleaseAdd.vue
+++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardReleaseAdd.vue
@@ -62,7 +62,8 @@
{
this.contentList.forEach(res1 => {
if (res1.name == val.lableName) {
- res1.list.push({
- lableName: val.content,
- lableType: val.lableType
- })
+ if (val.lableType == 3) {
+ res1.list.push({
+ lableName: val.contentDropDownValue,
+ lableType: val.lableType
+ })
+ } else {
+ res1.list.push({
+ lableName: val.content,
+ lableType: val.lableType
+ })
+ }
}
})
})
diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseAdd.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseAdd.vue
index 4b5d678f1..c954fe235 100644
--- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseAdd.vue
+++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseAdd.vue
@@ -133,8 +133,9 @@
{{$t('content')}}
-
+
\ No newline at end of file
diff --git a/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue b/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue
index d091d3d9b..ace3619da 100644
--- a/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue
+++ b/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue
@@ -391,8 +391,8 @@
this.formInline = { ...this.formInline }
} else {
this.formInline = {}
- this.formInline.lawsContact = this.userInfo().username
- this.formInline.lawsContactName = this.userInfo().id
+ this.formInline.lawsContact = this.userInfo().id
+ this.formInline.lawsContactName = this.userInfo().username
this.formInline = { ...this.formInline }
}
})
diff --git a/jero-web/src/views/businessSupport/regulationReport/components/modules/fillAdd.vue b/jero-web/src/views/businessSupport/regulationReport/components/modules/fillAdd.vue
index ca2803ca7..3f9010c48 100644
--- a/jero-web/src/views/businessSupport/regulationReport/components/modules/fillAdd.vue
+++ b/jero-web/src/views/businessSupport/regulationReport/components/modules/fillAdd.vue
@@ -384,4 +384,21 @@
height: 38px;
margin-top: 4px;
}
+
+ ::v-deep .ant-select-tree-treenode-switcher-close {
+ width: 255px;
+ }
+
+ ::v-deep .ant-select-tree-node-content-wrapper {
+ float: right;
+ margin-top: -2px!important;
+ }
+
+ ::v-deep .ant-select-tree-title {
+ width: 100%;
+ display: block;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ }
\ No newline at end of file
diff --git a/jero-web/src/views/businessSupport/regulationReport/components/modules/fillTable.vue b/jero-web/src/views/businessSupport/regulationReport/components/modules/fillTable.vue
index df745bf88..55010c29d 100644
--- a/jero-web/src/views/businessSupport/regulationReport/components/modules/fillTable.vue
+++ b/jero-web/src/views/businessSupport/regulationReport/components/modules/fillTable.vue
@@ -84,12 +84,13 @@
title: this.$t('chineseTitle'),
align: 'center',
dataIndex: 'titleCn',
- width: 210
+ ellipsis: true,
+ width: 320
},
{
title: this.$t('englishTitle'),
align: 'center',
- width: 210,
+ width: 320,
ellipsis: true,
dataIndex: 'titleEn'
},
diff --git a/jero-web/src/views/documentTools/documentTranslation/index.vue b/jero-web/src/views/documentTools/documentTranslation/index.vue
index e0521ba0c..aea26d78f 100644
--- a/jero-web/src/views/documentTools/documentTranslation/index.vue
+++ b/jero-web/src/views/documentTools/documentTranslation/index.vue
@@ -100,8 +100,8 @@
v-if="record.createBy == userInfoQuery.username && record.releaseCondition == 'draft'"
@click="deleteData(record)">{{$t('delete')}}
-
- {{ text && text.length > 15 ? text.slice(0, 14) + '...' : text }}
+
+ {{ text}}
@@ -150,7 +150,7 @@
},
toggleSearchStatus: false,
loading: false,
- dataSource: [{}],
+ dataSource: [],
selectedRowKeys: [],
total: 0,
pageSize: 10,
@@ -164,14 +164,16 @@
align: 'center',
dataIndex: 'serialNumber',
width: 170,
- scopedSlots: { customRender: 'title' }
+ ellipsis: true,
+ scopedSlots: { customRender: 'standardTitle' }
},
{
title: this.$t('title'),
align: 'center',
dataIndex: 'title',
width: 170,
- scopedSlots: { customRender: 'title' }
+ ellipsis: true,
+ scopedSlots: { customRender: 'standardTitle' }
},
{
title: this.$t('TextStatus'),
@@ -254,7 +256,7 @@
this.pageNo = page
this.getList()
},
- SizeChange(page,pageSize) {
+ SizeChange(page, pageSize) {
this.pageNo = 1
this.pageSize = pageSize
this.getList()
diff --git a/jero-web/src/views/externalReports/index.vue b/jero-web/src/views/externalReports/index.vue
index b714d81cd..5c19aec74 100644
--- a/jero-web/src/views/externalReports/index.vue
+++ b/jero-web/src/views/externalReports/index.vue
@@ -40,7 +40,7 @@
{{title && title.length > 18?title.slice(0,17)+'...':title}}
-
+
onContextMenuClick(treeKey, menuKey, record)">
{{$t('Addingfolder')}}
{{$t('Addingsubfolders')}}
@@ -296,7 +296,9 @@ export default {
pageSize: 10,
pageNo: 1,
disabled:false,
+ manager:false,
total: 0,
+ addSub:true,
tableData: [],
selectedRowKeys: [],
dataSource: [],
@@ -503,8 +505,9 @@ export default {
getAction(`extRepo/extRepoFolder/list`, {}).then(res => {
if (res.success) {
// this.data = this.toTree(res.result)
- this.data = res.result
+ this.data = res.result.list
this.menuId = this.data[0].key
+ this.manager = res.result.manager
console.log(this.menuId)
let queryParam = {
supFolder: this.menuId
@@ -613,6 +616,7 @@ export default {
this.form = {}
let supFolder = ''
this.supFolder = this.nodeItem.key
+ this.addSub = false
this.menuRightVisible = true
},
@@ -622,6 +626,7 @@ export default {
this.form = {}
let supFolder = ''
this.supFolder = this.nodeItem.key
+ this.addSub = true
this.menuRightVisible = true
},
//树形修改
@@ -680,6 +685,7 @@ export default {
if (!this.isEdit) {
let params = {
supFolder: this.supFolder,
+ addSub: this.addSub,
...this.form
}
this.$refs.ruleForm.validate(valid => {