【功能优化】仿钉钉流程设计优化

This commit is contained in:
jason
2024-10-29 10:52:46 +08:00
parent a43bca5785
commit c9b12c8b39
13 changed files with 1263 additions and 664 deletions

View File

@@ -342,7 +342,7 @@ const handleDesign = (row: any) => {
})
} else {
push({
name: 'SimpleWorkflowDesignEditor',
name: 'SimpleModelDesign',
query: {
modelId: row.id
}
@@ -492,9 +492,11 @@ watch(
<style lang="scss">
.rename-dialog.el-dialog {
padding: 0 !important;
.el-dialog__header {
border-bottom: none;
}
.el-dialog__footer {
border-top: none !important;
}
@@ -503,8 +505,8 @@ watch(
<style lang="scss" scoped>
:deep() {
.el-table__cell {
border-bottom: none !important;
overflow: hidden;
border-bottom: none !important;
}
}
</style>

View File

@@ -338,7 +338,7 @@ const handleDesign = (row: any) => {
})
} else {
push({
name: 'SimpleWorkflowDesignEditor',
name: 'SimpleModelDesign',
query: {
modelId: row.id
}