feat: 2.6.0 优化工作流显示
This commit is contained in:
parent
9a0ffa4dce
commit
ba33ed76ed
1
frontend/public/lib/assets/0QIndviy.css
Normal file
1
frontend/public/lib/assets/0QIndviy.css
Normal file
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
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user