diff --git a/src/views/work/Dissatisfied.vue b/src/views/work/Dissatisfied.vue index df78acc..dfb123e 100644 --- a/src/views/work/Dissatisfied.vue +++ b/src/views/work/Dissatisfied.vue @@ -117,10 +117,11 @@ @@ -135,12 +136,16 @@ - + + + + + \ No newline at end of file diff --git a/src/views/work/components/HandleAppeal.vue b/src/views/work/components/HandleAppeal.vue index 79f5418..03453b6 100644 --- a/src/views/work/components/HandleAppeal.vue +++ b/src/views/work/components/HandleAppeal.vue @@ -7,44 +7,31 @@
- - - 申诉中 - - - - - - - - - - - - - 上传相关附件 - - - -
- 提交申诉 -
-
+ 申诉中 + + + + + + 申诉理由 +
+ {{ }} +
+ 相关附件 +
+ +
+
+ 驳回申请 + 通过申诉 +
+ @@ -173,4 +114,14 @@ const handleSubmit = () => { justify-content: center; align-items: center; } + +// 定义 el-step 的样式,使得文字显示在图标的右侧 +.el-steps .el-step__head { + flex-direction: row-reverse; + justify-content: flex-end; +} + +.el-steps .el-step__title { + padding-left: 8px; // 根据需要调整间隔 +} \ No newline at end of file diff --git a/src/views/work/components/DissatisfiedAppeal.vue b/src/views/work/components/LaunchAppeal.vue similarity index 68% rename from src/views/work/components/DissatisfiedAppeal.vue rename to src/views/work/components/LaunchAppeal.vue index 0c196dc..b8a2efc 100644 --- a/src/views/work/components/DissatisfiedAppeal.vue +++ b/src/views/work/components/LaunchAppeal.vue @@ -15,6 +15,7 @@ + @@ -34,14 +35,9 @@ + diff --git a/src/views/work/components/OverruleReason.vue b/src/views/work/components/OverruleReason.vue new file mode 100644 index 0000000..5f2f935 --- /dev/null +++ b/src/views/work/components/OverruleReason.vue @@ -0,0 +1,121 @@ + + + + + \ No newline at end of file