diff --git a/src/assets/styles/mixin.scss b/src/assets/styles/mixin.scss index 184752e..cae1197 100644 --- a/src/assets/styles/mixin.scss +++ b/src/assets/styles/mixin.scss @@ -27,6 +27,44 @@ // } +@mixin btn_blue_style{ + [data-theme="light"] & { + background-color: #0348F3; + border-color: #0348F3; + color: #fff !important; + } +} + +@mixin btn_blue_hover{ + [data-theme="light"] & { + background-color: #4579FA; + border-color: #4579FA; + } +} + +@mixin btn_white_style{ + [data-theme="light"] & { + background-color: #fff; + border-color: #E3E7EE; + color: #545B65 !important; + } +} + +@mixin btn_white_hover{ + [data-theme="light"] & { + background-color: #F7F9FA; + } +} + +@mixin btn_hover{ + [data-theme="dark"] & { + background-color: #02255F; + } + [data-theme="light"] & { + background-color: #0348F3; + } +} + @mixin scrollBar-bg{ [data-theme="dark"] & { background-color: #13439E; diff --git a/src/components/Crud/RR.operation.vue b/src/components/Crud/RR.operation.vue index 4c6ec9a..c8177f6 100644 --- a/src/components/Crud/RR.operation.vue +++ b/src/components/Crud/RR.operation.vue @@ -19,43 +19,7 @@ export default { } diff --git a/src/views/system/user/processCenter/module/detail.vue b/src/views/system/user/processCenter/module/detail.vue new file mode 100644 index 0000000..296b3ee --- /dev/null +++ b/src/views/system/user/processCenter/module/detail.vue @@ -0,0 +1,122 @@ + + + + + + 流程表单 + 流程图 + 业务详情 + + + + + + 流程名称:01-归档审批流程 + 启动时间:2016-09-21 08:50:08 + 实例ID:9af7f46a-ea52- 4aa3-b8c3-9fd484c2af12 + 发起人:admin + + + 归档审批 + + 审批意见 + + + + + + + + + + + +
流程名称:01-归档审批流程
启动时间:2016-09-21 08:50:08
实例ID:9af7f46a-ea52- 4aa3-b8c3-9fd484c2af12
发起人:admin