对接项目库列表

This commit is contained in:
qq787203167
2022-04-15 10:52:48 +08:00
parent cadf1c9dfe
commit 185e523ffe
@@ -40,7 +40,38 @@
<span>{{$t('StudioEngineer')}}</span>
</div>
<a-input class="box-input" :placeholder="$t('PleaseEnter')+$t('StudioEngineer')"
v-model="queryParam.studioEngineer"></a-input>
v-model="queryParam.studioEngineerName"></a-input>
</div>
</a-col>
<a-col :md="6" :sm="8">
<div class="box-title-text">
<div class="title-text" :title="$t('certifiedEngineer')">
<span>{{$t('certifiedEngineer')}}</span>
</div>
<a-input class="box-input" :placeholder="$t('PleaseEnter')+$t('certifiedEngineer')"
v-model="queryParam.certificationEngineerName"></a-input>
</div>
</a-col>
<a-col :md="6" :sm="8">
<div class="box-title-text">
<div class="title-text" :title="$t('ModelPlatform')">
<span>{{$t('ModelPlatform')}}</span>
</div>
<j-dict-select-tag class="box-input" v-model="queryParam.vehiclePlatform"
:placeholder="$t('PleaseSelect')+$t('ModelPlatform')"
:type="'select'"
:triggerChange="false" :dictCode="'vehicle_platform'"/>
</div>
</a-col>
<a-col :md="6" :sm="8">
<div class="box-title-text">
<div class="title-text" :title="$t('DigitalPlatform')">
<span>{{$t('DigitalPlatform')}}</span>
</div>
<j-dict-select-tag class="box-input" v-model="queryParam.digitalPlatform"
:placeholder="$t('PleaseSelect')+$t('DigitalPlatform')"
:type="'select'"
:triggerChange="false" :dictCode="'digital_platform'"/>
</div>
</a-col>
</template>