修改禅道已知bug
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<div class="box-title-text">
|
<div class="box-title-text">
|
||||||
<a-input class="box-input" :value="value" @input="indexclick($event)"
|
<a-input class="box-input" :value="value" :title="value" @input="indexclick($event)"
|
||||||
:disabled="isDisabled"
|
:disabled="isDisabled"
|
||||||
:placeholder="!isDisabled?$t('PleaseEnterOrSelect')+query.db_field_txt:query.db_field_txt"/>
|
:placeholder="!isDisabled?$t('PleaseEnterOrSelect')+query.db_field_txt:query.db_field_txt"/>
|
||||||
<a-button v-if="!isDisabled" type="primary" class="button-box" @click="standardClick">
|
<a-button v-if="!isDisabled" type="primary" class="button-box" @click="standardClick">
|
||||||
@@ -224,7 +224,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index:100;
|
z-index: 100;
|
||||||
border-top: 1px solid #e8e8e8;
|
border-top: 1px solid #e8e8e8;
|
||||||
padding: 10px 16px;
|
padding: 10px 16px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
|||||||
@@ -113,11 +113,13 @@
|
|||||||
<span class="title-text-text"
|
<span class="title-text-text"
|
||||||
:title="$t('correspondingStandard')">{{$t('correspondingStandard')}}</span>
|
:title="$t('correspondingStandard')">{{$t('correspondingStandard')}}</span>
|
||||||
</div>
|
</div>
|
||||||
<a-form-model-item class="itemModel">
|
<a-form-model-item class="itemModel" prop="correspondingStandard">
|
||||||
<a-input class="box-input"
|
<Standardselection :query="{'db_field_txt':$t('correspondingStandard')}"
|
||||||
:disabled="true"
|
:standard="formInline"
|
||||||
v-model="formInline.correspondingStandard"
|
v-model="formInline.correspondingStandard"/>
|
||||||
:placeholder="$t('PleaseEnter')+$t('correspondingStandard')"/>
|
<!-- <a-input class="box-input"-->
|
||||||
|
<!-- v-model="formInline.correspondingStandard"-->
|
||||||
|
<!-- :placeholder="$t('PleaseEnter')+$t('correspondingStandard')"/>-->
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</div>
|
</div>
|
||||||
</a-col>
|
</a-col>
|
||||||
@@ -626,6 +628,13 @@
|
|||||||
trigger: 'blur'
|
trigger: 'blur'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
correspondingStandard: [
|
||||||
|
{
|
||||||
|
max: 300,
|
||||||
|
message: this.$t('correspondingStandard') + this.$t('cannotExceed') + 300 + this.$t('Characters'),
|
||||||
|
trigger: 'blur'
|
||||||
|
}
|
||||||
|
],
|
||||||
wvtaId: [
|
wvtaId: [
|
||||||
{
|
{
|
||||||
max: 100,
|
max: 100,
|
||||||
|
|||||||
Reference in New Issue
Block a user