[update]
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<a-form-model-item style='line-height: 31.9999px;' prop='sourceConfigId' class='aform'>
|
||||
<div style='display: flex; justify-content: center'>
|
||||
<span class="Requireditem">*</span>
|
||||
<div style='width: 107px;line-height: 29px;'>从 </div>
|
||||
<div style='width: 107px;line-height: 29px;'>{{ $t('from') }} </div>
|
||||
<a-select :placeholder="$t('PleaseSelect')+$t('controlVerification')" v-model="formInline.sourceConfigId" allowClear style='width: 140%'>
|
||||
<a-select-option v-for="(item, key) in fromDate" :key="key" :value="item.value" style='width: 140%'>
|
||||
<span style="display: inline-block;width: 140%" :title=" item.label ">
|
||||
@@ -22,7 +22,7 @@
|
||||
</span>
|
||||
</a-select-option>
|
||||
</a-select>
|
||||
<div style='width: 90px;line-height: 29px;'> 配置</div>
|
||||
<div style='width: 90px;line-height: 29px;'> {{ $t('configure') }}</div>
|
||||
</div>
|
||||
</a-form-model-item>
|
||||
</a-col>
|
||||
@@ -30,7 +30,7 @@
|
||||
<a-form-model-item style='line-height: 31.9999px;' prop='targetConfigIds' class='aform'>
|
||||
<div style='display: flex;justify-content: center'>
|
||||
<span class="Requireditem">*</span>
|
||||
<div style='line-height: 29px;width: 107px'>引用到 </div>
|
||||
<div style='line-height: 29px;width: 107px'>{{ $t('ReferenceTo') }} </div>
|
||||
<a-select :placeholder="$t('PleaseSelect')+$t('controlVerification')" v-model="formInline.targetConfigIds" allowClear mode="multiple" style='width: 140%'>
|
||||
<a-select-option v-for="(item, key) in fromDateTo" :key="key" :value="item.value" style='width: 140%'>
|
||||
<span style="display: inline-block;width: 140%" :title=" item.label ">
|
||||
@@ -38,7 +38,7 @@
|
||||
</span>
|
||||
</a-select-option>
|
||||
</a-select>
|
||||
<div style='width: 90px;line-height: 29px;'> 配置</div>
|
||||
<div style='width: 90px;line-height: 29px;'> {{ $t('configure') }}</div>
|
||||
</div>
|
||||
</a-form-model-item>
|
||||
</a-col>
|
||||
|
||||
Reference in New Issue
Block a user