项目库品牌修改
This commit is contained in:
@@ -231,7 +231,7 @@
|
||||
:title="$t('brand')">{{$t('brand')}}</span>
|
||||
</div>
|
||||
<a-form-model-item class="itemModel" :prop="'brand'">
|
||||
<j-multi-select-tag v-model="formInline.brands"
|
||||
<j-multi-select-tag v-model="formInline.brand"
|
||||
:placeholder="$t('PleaseSelect')+$t('brand')"
|
||||
:type="'select'"
|
||||
:triggerChange="false" :dictCode="'brand'"/>
|
||||
|
||||
@@ -86,14 +86,14 @@
|
||||
:columns="columns"
|
||||
@change="tableOnChange"
|
||||
>
|
||||
<span slot="technicalField" slot-scope="text,record" :title="text">
|
||||
<span slot="standard" slot-scope="text,record" :title="text">
|
||||
<a @click="entryNameClick(record)">
|
||||
{{ text }}
|
||||
</a>
|
||||
</span>
|
||||
<span slot="standard" slot-scope="text,record" :title="text">
|
||||
{{ text }}
|
||||
</span>
|
||||
<!-- <span slot="standard" slot-scope="text,record" :title="text">-->
|
||||
<!-- {{ text }}-->
|
||||
<!-- </span>-->
|
||||
<!-- <span slot="serialNumber" slot-scope="text,record" :title="text">-->
|
||||
<!-- {{ text && text.length > 15 ? text.slice(0, 14) + '...' : text }}-->
|
||||
<!-- </span>-->
|
||||
|
||||
@@ -142,13 +142,13 @@
|
||||
ellipsis: true,
|
||||
scopedSlots: { customRender: 'msgTitile' }
|
||||
},
|
||||
{
|
||||
title: this.$t('Sponsor'),
|
||||
align: 'left',
|
||||
ellipsis: true,
|
||||
dataIndex: 'initiator',
|
||||
width: 200
|
||||
},
|
||||
// {
|
||||
// title: this.$t('Sponsor'),
|
||||
// align: 'left',
|
||||
// ellipsis: true,
|
||||
// dataIndex: 'initiator',
|
||||
// width: 200
|
||||
// },
|
||||
{
|
||||
title: this.$t('MessageType'),
|
||||
align: 'left',
|
||||
|
||||
Reference in New Issue
Block a user