UI界面变更(项目状态看板,项目库,知识分享)
This commit is contained in:
@@ -607,7 +607,7 @@ module.exports = {
|
||||
certificationType: 'Certification Type',
|
||||
certificationLevel: 'Certification Level',
|
||||
areaOfResponsibility: 'Responsible Field',
|
||||
confirmationOfDesignConformity: 'Design Compliance Check',
|
||||
confirmationOfDesignConformity: 'Design Compliance Check ',
|
||||
Deliverables: 'Deliverables',
|
||||
personLiable: 'Assignee',
|
||||
PrehomoConfirmation: 'Pre-Homo Confirmation',
|
||||
@@ -882,7 +882,7 @@ module.exports = {
|
||||
number: 'No.',
|
||||
Deadline: 'Deadline',
|
||||
toBeConfirmed: 'To Confirm',
|
||||
designComplianceReview: 'Design Compliance Confirmation ',
|
||||
designComplianceReview: 'Design Compliance Confirmation',
|
||||
preHomeConfirmation: 'Pre-Homo Confirmation',
|
||||
verificationComplianceReview: 'Validation Compliance Confirmation',
|
||||
Deployment: 'Deploy',
|
||||
|
||||
+1
-1
@@ -140,7 +140,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<SelectedBy ref="SelectedByRef" :title="$t('forward')" @SelectedByForm="SelectedByForm"></SelectedBy>
|
||||
<SelectedBy ref="SelectedByRef" :title="$t('share')" @SelectedByForm="SelectedByForm"></SelectedBy>
|
||||
</div>
|
||||
<a-modal
|
||||
:title="$t('replyToComments')"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
@panelChange="panelChange"
|
||||
@change="hodeChange"
|
||||
>
|
||||
<div slot="renderExtraFooter" style="margin-left:230px;width: 100%;display: block">
|
||||
<div slot="renderExtraFooter" style="width: 100%;display: block">
|
||||
<div style="text-align: right;width: 100%">
|
||||
<a-button type="primary" @click="okChange">{{$t('determine')}}</a-button>
|
||||
</div>
|
||||
@@ -317,9 +317,14 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.ant-calendar-footer-btn .ant-calendar-footer-extra{
|
||||
float: right;
|
||||
}
|
||||
</style>
|
||||
|
||||
<style lang="less" scoped>
|
||||
@import '~@assets/less/common.less';
|
||||
|
||||
.doc-detail {
|
||||
background: #fff;
|
||||
height: 100%;
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
@panelChange="panelChange"
|
||||
@change="hodeChange"
|
||||
>
|
||||
<div slot="renderExtraFooter" style="margin-left:230px;width: 100%;display: block">
|
||||
<div slot="renderExtraFooter" style="width: 100%;display: block">
|
||||
<div style="text-align: right;width: 100%;">
|
||||
<a-button type="primary" @click="okChange">{{$t('determine')}}</a-button>
|
||||
</div>
|
||||
@@ -487,6 +487,9 @@
|
||||
height: 38px;
|
||||
width: 300px;
|
||||
}
|
||||
.ant-calendar-footer-btn .ant-calendar-footer-extra{
|
||||
float: right;
|
||||
}
|
||||
</style>
|
||||
<style scoped lang="less">
|
||||
@import '~@assets/less/common.less';
|
||||
|
||||
Reference in New Issue
Block a user