feat: 2.6.0 优化工作流显示

This commit is contained in:
xlsea 2024-01-02 16:58:03 +08:00 committed by byteblogs168
parent 9a0ffa4dce
commit ba33ed76ed
7 changed files with 12 additions and 39 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -5,12 +5,12 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Easy Retry</title> <title>Easy Retry</title>
<script type="module" crossorigin src="./assets/OyKbowEv.js"></script> <script type="module" crossorigin src="./assets/wWklSCGz.js"></script>
<link rel="stylesheet" crossorigin href="./assets/iDuQif3-.css"> <link rel="stylesheet" crossorigin href="./assets/0QIndviy.css">
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
</body> </body>
</html> </html>

View File

@ -7,15 +7,6 @@ import WorkFlow from './form/WorkFlow.vue'
export default { export default {
name: 'WorkFlowDetail', name: 'WorkFlowDetail',
components: { WorkFlow }, components: { WorkFlow }
data () {
return {
id: ''
}
},
mounted () {
this.id = this.$route.query.id
},
methods: {}
} }
</script> </script>

View File

@ -7,16 +7,7 @@ import WorkFlow from './form/WorkFlow.vue'
export default { export default {
name: 'WorkFlowDetail', name: 'WorkFlowDetail',
components: { WorkFlow }, components: { WorkFlow }
data () {
return {
id: ''
}
},
mounted () {
this.id = this.$route.query.id
},
methods: {}
} }
</script> </script>

View File

@ -7,15 +7,6 @@ import WorkFlow from './form/WorkFlow.vue'
export default { export default {
name: 'WorkFlowEdit', name: 'WorkFlowEdit',
components: { WorkFlow }, components: { WorkFlow }
data () {
return {
id: ''
}
},
mounted () {
this.id = this.$route.query.id
},
methods: {}
} }
</script> </script>