流程管理 当状态为已完成时 不能强制撤回

This commit is contained in:
yuekuo
2023-04-17 09:37:54 +08:00
parent 4ced830d2d
commit 5f3999194c
2 changed files with 10 additions and 4 deletions
+5 -1
View File
@@ -60,6 +60,10 @@ import tabs from '../userCenter/processCenter/tabs.vue'
<style lang="scss" scoped>
.content{
min-height: calc(100vh - 60px - 20px);
box-shadow: 0 6px 11px 0 rgba(163, 163, 163, 0.2);
border-radius: 6px;
background: #FFFFFF;
.title {
border-bottom: 1px solid #EBEEF5;
height: 42px;
@@ -85,7 +89,7 @@ import tabs from '../userCenter/processCenter/tabs.vue'
}
.tabs{
margin: 20px 0 0 5px;
margin: 20px 0 0 13px;
}
}