[update] 修改bug79861,79870,79875,79880,79883,79899,79909,79914,79916,79918,79934,79964,79969
This commit is contained in:
@@ -271,7 +271,7 @@
|
||||
</span>
|
||||
</div>
|
||||
<a-form-model-item class="item-model" prop="compilationDescription">
|
||||
<a-button type="primary" class="button-text" @click="clickButtonToUpload('compilationDescription')">
|
||||
<a-button type="primary" class="button-text" style="width: 100%;" @click="clickButtonToUpload('compilationDescription')">
|
||||
{{
|
||||
(formInline.compilationDescription === 'null' || formInline.compilationDescription === ''
|
||||
|| formInline.compilationDescription === null || formInline.compilationDescription === undefined)
|
||||
@@ -379,7 +379,6 @@
|
||||
<!-- 授权部门 -->
|
||||
<div class="box-title-text form-flex-item">
|
||||
<div class="title-text">
|
||||
<span class="required">*</span>
|
||||
<span class="title-text-text" :title="$t('workCenter.enterpriseInitChangePlan.authorizationDepart')">
|
||||
{{ $t('workCenter.enterpriseInitChangePlan.authorizationDepart') }}
|
||||
</span>
|
||||
@@ -789,14 +788,6 @@ export default {
|
||||
trigger: 'change'
|
||||
}
|
||||
],
|
||||
// 授权部门
|
||||
authDept: [
|
||||
{
|
||||
required: true,
|
||||
message: this.$t('workCenter.enterpriseInitChangePlan.authorizationDepart') + this.$t('cannotEmpty'),
|
||||
trigger: 'change'
|
||||
}
|
||||
],
|
||||
// 主起草人
|
||||
mainDraftingUser: [
|
||||
{
|
||||
@@ -1021,4 +1012,8 @@ export default {
|
||||
.title-text-long {
|
||||
width: 220px !important;
|
||||
}
|
||||
|
||||
/deep/ .ant-form-item-children > .ant-calendar-picker {
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user