列表修改
This commit is contained in:
@@ -139,7 +139,7 @@
|
||||
{
|
||||
title: this.$t('entryName'),
|
||||
align: 'left',
|
||||
dataIndex: 'project_name_id',
|
||||
dataIndex: 'projectNameId',
|
||||
width: 300,
|
||||
sorter:true,
|
||||
ellipsis: true,
|
||||
|
||||
+2
-2
@@ -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>
|
||||
|
||||
+1
-1
@@ -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">-->
|
||||
|
||||
Reference in New Issue
Block a user