列表修改

This commit is contained in:
zyx.net
2023-09-13 17:18:07 +08:00
parent 37181b1543
commit b2687ea7cc
3 changed files with 4 additions and 4 deletions
@@ -139,7 +139,7 @@
{
title: this.$t('entryName'),
align: 'left',
dataIndex: 'project_name_id',
dataIndex: 'projectNameId',
width: 300,
sorter:true,
ellipsis: true,
@@ -16,8 +16,8 @@
<div class="content-text">
<div class="text-field">
<span class="text-field-left" :title="$t('entryName')">{{$t('entryName')}}</span>
<span class="text-field-right" :title="queryForm.project_name_id"
>{{queryForm.project_name_id}}</span>
<span class="text-field-right" :title="queryForm.projectNameId"
>{{queryForm.projectNameId}}</span>
</div>
<div class="text-field">
<span class="text-field-left" :title="$t('brand')">{{$t('brand')}}</span>
@@ -20,7 +20,7 @@
</div>
<a-form-model-item class="itemModel" prop="entryName">
<a-input class="box-input" :placeholder="$t('PleaseEnter')+$t('entryName')"
v-model="formInline.project_name_id"></a-input>
v-model="formInline.projectNameId"></a-input>
<!-- <a-select :placeholder="$t('PleaseSelect')+$t('modelName')"-->
<!-- @change="projectNameChange"-->
<!-- v-model="formInline.projectNameId">-->