项目库品牌修改

This commit is contained in:
zyx.net
2022-12-27 14:20:19 +08:00
parent c4bd5c2e42
commit b76106ebb6
3 changed files with 12 additions and 12 deletions
@@ -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',