|
@@ -86,7 +86,7 @@
|
|
|
<el-footer class="appeal_footer flex-box-end flex-v-ce" height="60" >
|
|
|
<el-popconfirm
|
|
|
v-if="appealInfo.can_delete"
|
|
|
- title="删除复议后将不可恢复,确认提交吗"
|
|
|
+ title="删除申诉后将不可恢复,确认提交吗"
|
|
|
confirm-button-text="提交"
|
|
|
cancel-button-text="取消"
|
|
|
icon="el-icon-question"
|
|
@@ -94,7 +94,7 @@
|
|
|
@confirm="removeAppeal"
|
|
|
style="margin: 0 10px"
|
|
|
>
|
|
|
- <el-button type="danger" size="mini" slot="reference" :loading="submitting || !hasOpen" >删除复议</el-button>
|
|
|
+ <el-button type="danger" size="mini" slot="reference" :loading="submitting || !hasOpen" >删除申诉</el-button>
|
|
|
</el-popconfirm>
|
|
|
|
|
|
|
|
@@ -117,7 +117,7 @@
|
|
|
|
|
|
<el-popconfirm
|
|
|
v-if="appealInfo.can_cancel_appeal"
|
|
|
- title="复议撤回后可以重新编辑内容重新提交"
|
|
|
+ title="申诉撤回后可以重新编辑内容重新提交"
|
|
|
confirm-button-text="提交"
|
|
|
cancel-button-text="取消"
|
|
|
icon="el-icon-question"
|
|
@@ -125,7 +125,7 @@
|
|
|
@confirm="cancelAppeal"
|
|
|
style="margin: 0 10px"
|
|
|
>
|
|
|
- <el-button type="info" size="mini" slot="reference" :loading="submitting || !hasOpen" >撤回复议</el-button>
|
|
|
+ <el-button type="info" size="mini" slot="reference" :loading="submitting || !hasOpen" >撤回申诉</el-button>
|
|
|
</el-popconfirm>
|
|
|
|
|
|
<el-button type="success" size="mini" v-if="appealInfo.can_rewrite" :loading="submitting || !hasOpen" @click="openRewrite">重新填写</el-button>
|
|
@@ -136,7 +136,7 @@
|
|
|
</el-container>
|
|
|
<noData class="center" v-else />
|
|
|
|
|
|
-<!-- 审批拒绝 -->
|
|
|
+<!-- 拒绝审批 -->
|
|
|
<el-dialog
|
|
|
title="拒绝审批"
|
|
|
:visible.sync="showReviewRefuse"
|
|
@@ -334,7 +334,7 @@ export default {
|
|
|
pointStatusMap:{
|
|
|
1:'正常',
|
|
|
2:'已删除',
|
|
|
- 3:'已通过申述并删除'
|
|
|
+ 3:'已通过申诉并删除'
|
|
|
},
|
|
|
processStatusMap:{
|
|
|
1:'待处理',
|
|
@@ -343,7 +343,7 @@ export default {
|
|
|
4:'拒绝',
|
|
|
5:'驳回重做',
|
|
|
6:'撤回上个节点重填',
|
|
|
- 7:'复议撤回',
|
|
|
+ 7:'申诉撤回',
|
|
|
},
|
|
|
pts:[],
|
|
|
formData:{
|