修改禅道已知问题
This commit is contained in:
@@ -1272,4 +1272,7 @@ module.exports = {
|
|||||||
BatchMaintenanceProgress:'Batch Maintenance Progress',
|
BatchMaintenanceProgress:'Batch Maintenance Progress',
|
||||||
BatchChangeStatus:'Batch Change Status',
|
BatchChangeStatus:'Batch Change Status',
|
||||||
CollectinguthenticationParameters:'Collecting Authentication Parameters',
|
CollectinguthenticationParameters:'Collecting Authentication Parameters',
|
||||||
|
rejectedBy:'Rejected By',
|
||||||
|
rejectionTime:'Rejection Time',
|
||||||
|
rejectReason:'Reject Reason',
|
||||||
}
|
}
|
||||||
@@ -1374,5 +1374,7 @@ module.exports = {
|
|||||||
BatchMaintenanceProgress:'批量维护进度',
|
BatchMaintenanceProgress:'批量维护进度',
|
||||||
BatchChangeStatus:'批量修改状态',
|
BatchChangeStatus:'批量修改状态',
|
||||||
CollectinguthenticationParameters:'认证参数收集',
|
CollectinguthenticationParameters:'认证参数收集',
|
||||||
|
rejectedBy:'拒绝人',
|
||||||
|
rejectionTime:'拒绝时间',
|
||||||
|
rejectReason:'拒绝原因',
|
||||||
}
|
}
|
||||||
@@ -433,6 +433,46 @@
|
|||||||
</div>
|
</div>
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
|
<div class="header-text">
|
||||||
|
{{$t('reasonsForRejection')}}
|
||||||
|
</div>
|
||||||
|
<a-row :gutter="24">
|
||||||
|
<a-col :span="12">
|
||||||
|
<div class="box-title-text">
|
||||||
|
<div class="title-text">
|
||||||
|
<span class="title-text-text"
|
||||||
|
:title="$t('rejectedBy')">{{$t('rejectedBy')}}</span>
|
||||||
|
</div>
|
||||||
|
<div class="itemModel">
|
||||||
|
{{formInline.verifyRemark ? formInline.verifyRemark : '--'}}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</a-col>
|
||||||
|
<a-col :span="12">
|
||||||
|
<div class="box-title-text">
|
||||||
|
<div class="title-text">
|
||||||
|
<span class="title-text-text"
|
||||||
|
:title="$t('rejectionTime')">{{$t('rejectionTime')}}</span>
|
||||||
|
</div>
|
||||||
|
<div class="itemModel">
|
||||||
|
{{formInline.verifyRemark ? formInline.verifyRemark : '--'}}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
|
<a-row :gutter="24">
|
||||||
|
<a-col :span="12">
|
||||||
|
<div class="box-title-text">
|
||||||
|
<div class="title-text">
|
||||||
|
<span class="title-text-text"
|
||||||
|
:title="$t('rejectReason')">{{$t('rejectReason')}}</span>
|
||||||
|
</div>
|
||||||
|
<div class="itemModel">
|
||||||
|
{{formInline.verifyRemark ? formInline.verifyRemark : '--'}}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
</a-form-model>
|
</a-form-model>
|
||||||
</a-spin>
|
</a-spin>
|
||||||
<div class="drawer-bootom-button">
|
<div class="drawer-bootom-button">
|
||||||
|
|||||||
Reference in New Issue
Block a user