修改禅道已知bug
This commit is contained in:
@@ -113,11 +113,13 @@
|
||||
<span class="title-text-text"
|
||||
:title="$t('correspondingStandard')">{{$t('correspondingStandard')}}</span>
|
||||
</div>
|
||||
<a-form-model-item class="itemModel">
|
||||
<a-input class="box-input"
|
||||
:disabled="true"
|
||||
v-model="formInline.correspondingStandard"
|
||||
:placeholder="$t('PleaseEnter')+$t('correspondingStandard')"/>
|
||||
<a-form-model-item class="itemModel" prop="correspondingStandard">
|
||||
<Standardselection :query="{'db_field_txt':$t('correspondingStandard')}"
|
||||
:standard="formInline"
|
||||
v-model="formInline.correspondingStandard"/>
|
||||
<!-- <a-input class="box-input"-->
|
||||
<!-- v-model="formInline.correspondingStandard"-->
|
||||
<!-- :placeholder="$t('PleaseEnter')+$t('correspondingStandard')"/>-->
|
||||
</a-form-model-item>
|
||||
</div>
|
||||
</a-col>
|
||||
@@ -626,6 +628,13 @@
|
||||
trigger: 'blur'
|
||||
}
|
||||
],
|
||||
correspondingStandard: [
|
||||
{
|
||||
max: 300,
|
||||
message: this.$t('correspondingStandard') + this.$t('cannotExceed') + 300 + this.$t('Characters'),
|
||||
trigger: 'blur'
|
||||
}
|
||||
],
|
||||
wvtaId: [
|
||||
{
|
||||
max: 100,
|
||||
|
||||
Reference in New Issue
Block a user