diff --git a/src/assets/css/common.scss b/src/assets/css/common.scss index e9fa63e..f6b2f30 100644 --- a/src/assets/css/common.scss +++ b/src/assets/css/common.scss @@ -49,3 +49,17 @@ width: 160px !important; overflow: hidden; } +/* 自定义滚动条的样式 */ +.scroll-wrap { + background-color: #fff; +} + +.scroll-view::-webkit-scrollbar { + width: 3px; +} + +.scroll-view::-webkit-scrollbar-thumb { + border-radius: 10px; + background-color: red; +} + diff --git a/src/views/Report/ReportList.vue b/src/views/Report/ReportList.vue index 2d04250..735eba8 100644 --- a/src/views/Report/ReportList.vue +++ b/src/views/Report/ReportList.vue @@ -1,109 +1,110 @@ diff --git a/src/views/Report/ReportManager.vue b/src/views/Report/ReportManager.vue index 6ef6bc5..95366fe 100644 --- a/src/views/Report/ReportManager.vue +++ b/src/views/Report/ReportManager.vue @@ -45,6 +45,7 @@ + +
@@ -157,6 +159,7 @@ 新增
+
@@ -171,6 +174,7 @@
+
@@ -946,15 +950,14 @@ export default { .filter-tree{ margin-top: 20px; height: calc(100vh - 320px); - overflow: auto; } } .tree{ - height: 500px; - overflow: auto; + height: 400px; + margin: 20px 0; .filter-tree{ - margin-top: 20px; + } } diff --git a/src/views/Report/reportManager/labelModal.vue b/src/views/Report/reportManager/labelModal.vue index 7b2e1ae..d68a925 100644 --- a/src/views/Report/reportManager/labelModal.vue +++ b/src/views/Report/reportManager/labelModal.vue @@ -207,5 +207,8 @@ export default { line-height: 40px !important; width: 100%; } - +::v-deep .el-popper .el-cascader-menu .el-cascader-node__label{ + width: 160px !important; + overflow: hidden; +} diff --git a/src/views/permissionApplication/launch.vue b/src/views/permissionApplication/launch.vue index d3c68d1..1390b87 100644 --- a/src/views/permissionApplication/launch.vue +++ b/src/views/permissionApplication/launch.vue @@ -201,13 +201,17 @@ export default { // } this.handleReset() } - if (this.$store.getters.handleProcess.taskDefinitionKey == 'aid4') { + // 如果是从草稿进入的 + // if (this.$route.query.isDraft) { + // + // } + if (this.$store.getters.handleProcess.taskDefinitionKey == 'aid4' || this.$route.query.isDraft) { this.taskId = this.$store.getters.handleProcess.taskId this.prcNum = this.$store.getters.handleProcess.prcNum this.prcId = this.$store.getters.handleProcess.prcId this.prcName = this.$store.getters.handleProcess.prcName this.initShow = true - this.formControlname = true + // this.formControlname = true this.getProcessDetail().then(res => { //基础信息