Merge remote-tracking branch 'origin/main' into lichang
This commit is contained in:
@@ -673,6 +673,33 @@ onMounted(() => {
|
|||||||
</a-input>
|
</a-input>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
|
|
||||||
|
<a-row :gutter="16">
|
||||||
|
<a-col :lg="12" :md="12" :xs="24">
|
||||||
|
<a-form-item
|
||||||
|
name="perSelect"
|
||||||
|
:label="t('views.perfManage.customTarget.symbol')"
|
||||||
|
>
|
||||||
|
<a-select
|
||||||
|
placeholder="Please select"
|
||||||
|
:options="modalStateFromOption.symbolJson"
|
||||||
|
@select="fnSelectSymbol"
|
||||||
|
></a-select>
|
||||||
|
</a-form-item>
|
||||||
|
</a-col>
|
||||||
|
|
||||||
|
<a-col :lg="12" :md="12" :xs="24">
|
||||||
|
<a-form-item
|
||||||
|
name="perSelect"
|
||||||
|
:label="t('views.perfManage.customTarget.element')"
|
||||||
|
>
|
||||||
|
<a-select
|
||||||
|
placeholder="Please select"
|
||||||
|
:options="modalState.neTypPerformance"
|
||||||
|
@select="fnSelectPer"
|
||||||
|
></a-select>
|
||||||
|
</a-form-item>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
<a-row :gutter="16">
|
<a-row :gutter="16">
|
||||||
<a-col :lg="12" :md="12" :xs="24">
|
<a-col :lg="12" :md="12" :xs="24">
|
||||||
<a-form-item
|
<a-form-item
|
||||||
@@ -719,33 +746,6 @@ onMounted(() => {
|
|||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
<a-row :gutter="16">
|
|
||||||
<a-col :lg="12" :md="12" :xs="24">
|
|
||||||
<a-form-item
|
|
||||||
name="perSelect"
|
|
||||||
:label="t('views.perfManage.customTarget.symbol')"
|
|
||||||
>
|
|
||||||
<a-select
|
|
||||||
placeholder="Please select"
|
|
||||||
:options="modalStateFromOption.symbolJson"
|
|
||||||
@select="fnSelectSymbol"
|
|
||||||
></a-select>
|
|
||||||
</a-form-item>
|
|
||||||
</a-col>
|
|
||||||
|
|
||||||
<a-col :lg="12" :md="12" :xs="24">
|
|
||||||
<a-form-item
|
|
||||||
name="perSelect"
|
|
||||||
:label="t('views.perfManage.customTarget.element')"
|
|
||||||
>
|
|
||||||
<a-select
|
|
||||||
placeholder="Please select"
|
|
||||||
:options="modalState.neTypPerformance"
|
|
||||||
@select="fnSelectPer"
|
|
||||||
></a-select>
|
|
||||||
</a-form-item>
|
|
||||||
</a-col>
|
|
||||||
</a-row>
|
|
||||||
|
|
||||||
<a-form-item
|
<a-form-item
|
||||||
:label="t('views.perfManage.customTarget.description')"
|
:label="t('views.perfManage.customTarget.description')"
|
||||||
|
|||||||
Reference in New Issue
Block a user