平台件项目库新增修改

This commit is contained in:
zyx.net
2023-10-09 17:11:41 +08:00
parent faf31ee617
commit fad98d6fe8
3 changed files with 25 additions and 25 deletions
@@ -23,15 +23,15 @@
:triggerChange="false" :dictCode="'brand'"/>
</div>
</a-col>
<a-col :md="6" :sm="8">
<div class="box-title-text">
<div class="title-text" :title="$t('configurationItem')">
<span>{{$t('configurationItem')}}</span>
</div>
<a-input class="box-input" :placeholder="$t('PleaseEnter')+$t('configurationItem')"
v-model="queryParam.ipdInfo"></a-input>
</div>
</a-col>
<!-- <a-col :md="6" :sm="8">-->
<!-- <div class="box-title-text">-->
<!-- <div class="title-text" :title="$t('configurationItem')">-->
<!-- <span>{{$t('configurationItem')}}</span>-->
<!-- </div>-->
<!-- <a-input class="box-input" :placeholder="$t('PleaseEnter')+$t('configurationItem')"-->
<!-- v-model="queryParam.ipdInfo"></a-input>-->
<!-- </div>-->
<!-- </a-col>-->
<span style="float: right;overflow: hidden;margin-right: 11px" class="table-page-search-submitButtons">
<a-col :md="6" :sm="24">
@@ -161,14 +161,14 @@
ellipsis: true,
dataIndex: 'brandText'
},
{
title: this.$t('configurationItem'),
align: 'left',
width: 180,
sorter:true,
ellipsis: true,
dataIndex: 'ipdInfo'
},
// {
// title: this.$t('configurationItem'),
// align: 'left',
// width: 180,
// sorter:true,
// ellipsis: true,
// dataIndex: 'ipdInfo'
// },
{
title: this.$t('explain'),
align: 'left',
@@ -26,7 +26,7 @@
</div>
<div class="text-field">
<span class="text-field-left" :title="$t('targetMarket')">{{$t('targetMarket')}}</span>
<span class="text-field-right text-field-right-color"
<span class="text-field-right"
:title="queryForm.targetMarket"
>{{queryForm.targetMarket}}</span>
</div>
@@ -39,13 +39,13 @@
</div>
<div class="text-field">
<span class="text-field-left" :title="$t('projectStatus')">{{$t('projectStatus')}}</span>
<span class="text-field-right text-field-right-color"
:title="queryForm.projectStatus"
>{{queryForm.projectStatus}}</span>
<span class="text-field-right"
:title="queryForm.projectStatus_dictText"
>{{queryForm.projectStatus_dictText}}</span>
</div>
<div class="text-field">
<span class="text-field-left" :title="$t('statisticalNodes')">{{$t('statisticalNodes')}}</span>
<span class="text-field-right text-field-right-color"
<span class="text-field-right"
:title="queryForm.dutyTerritory"
>{{queryForm.dutyTerritory}}</span>
</div>
@@ -58,7 +58,7 @@
</div>
<div class="text-field">
<span class="text-field-left" :title="$t('engineeringInterfacePerson')">{{$t('engineeringInterfacePerson')}}</span>
<span class="text-field-right text-field-right-color"
<span class="text-field-right"
:title="queryForm.engineeringInterfacePersonName"
>{{queryForm.engineeringInterfacePersonName}}</span>
</div>
@@ -82,7 +82,7 @@
@preview="handlePreview"
@change="handleChange"
>
<div v-if="fileList.length < 20">
<div v-if="fileList.length">
<a-icon type="plus" />
<div class="ant-upload-text">
<!-- Upload-->
@@ -259,7 +259,7 @@
</div>
<a-form-model-item class="itemModel-multi" prop="PartNumberEU">
<a-input class="box-input" :maxLength="200" :placeholder="$t('PleaseEnter')+$t('PartNumberEU')"
v-model="formInline.part_numberEn"></a-input>
v-model="formInline.partNumberEn"></a-input>
</a-form-model-item>
</div>
</a-col>