|
@@ -100,7 +100,7 @@
|
|
|
|
|
|
|
|
|
<el-button type="danger" size="mini" v-if="appealInfo.can_refuse" @click="showReviewRefuse = true" :loading="submitting || !hasOpen">拒绝</el-button>
|
|
|
- <el-button type="warning" size="mini" v-if="appealInfo.can_reject_rewrite" @click="showReviewRejectRewrite = true" :loading="submitting || !hasOpen">驳回重填</el-button>
|
|
|
+ <el-button type="warning" size="mini" v-if="appealInfo.can_reject_rewrite" @click="showReviewRejectRewrite = true" :loading="submitting || !hasOpen">驳回重做</el-button>
|
|
|
|
|
|
<el-popconfirm
|
|
|
v-if="appealInfo.can_cancel"
|
|
@@ -171,9 +171,9 @@
|
|
|
</template>
|
|
|
</el-dialog>
|
|
|
|
|
|
-<!-- 驳回重填 -->
|
|
|
+<!-- 驳回重做 -->
|
|
|
<el-dialog
|
|
|
- title="驳回重填"
|
|
|
+ title="驳回重做"
|
|
|
:visible.sync="showReviewRejectRewrite"
|
|
|
:modal="false"
|
|
|
:close-on-click-modal="false"
|
|
@@ -327,7 +327,7 @@ export default {
|
|
|
0:'全部',
|
|
|
1:'审批中',
|
|
|
2:'审批通过',
|
|
|
- 3:'驳回重填',
|
|
|
+ 3:'驳回重做',
|
|
|
4:'撤回重填',
|
|
|
5:'拒绝'
|
|
|
},
|
|
@@ -341,7 +341,7 @@ export default {
|
|
|
2:'审批通过',
|
|
|
3:'递交审批',
|
|
|
4:'拒绝',
|
|
|
- 5:'驳回重填',
|
|
|
+ 5:'驳回重做',
|
|
|
6:'撤回上个节点重填',
|
|
|
7:'复议撤回',
|
|
|
},
|