|
@@ -420,6 +420,7 @@
|
|
|
<span v-if="scope.row.reviewProcess == 1">{{ $t('daiDiErShenHeRenShenHe') }}</span>
|
|
|
<span v-if="scope.row.reviewProcess == 2">{{ $t('shenHeWanCheng') }}</span>
|
|
|
<span v-if="scope.row.reviewProcess == 3">未提交</span>
|
|
|
+ <span v-if="scope.row.reviewProcess == 4">已驳回</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<!-- <el-table-column prop="denyReason" :label="$t('dismissreason')" width="180">
|