修改禅道已知bug
This commit is contained in:
@@ -11,37 +11,37 @@
|
|||||||
<div style="margin-bottom: 60px">
|
<div style="margin-bottom: 60px">
|
||||||
<div class="table-page-search-wrapper">
|
<div class="table-page-search-wrapper">
|
||||||
<a-form layout="inline" @keyup.enter.native="searchQuery">
|
<a-form layout="inline" @keyup.enter.native="searchQuery">
|
||||||
<a-row :gutter="24">
|
<a-row :gutter="24">
|
||||||
<a-col :md="12" :sm="8">
|
<a-col :md="12" :sm="8">
|
||||||
<div class="box-title-text">
|
<div class="box-title-text">
|
||||||
<div class="title-text" :title="$t('standard')">
|
<div class="title-text" :title="$t('standard')">
|
||||||
<span>{{$t('standard')}}</span>
|
<span>{{$t('standard')}}</span>
|
||||||
|
</div>
|
||||||
|
<a-input class="box-input" :placeholder="$t('PleaseEnter')+$t('standard')"
|
||||||
|
v-model="queryParam.serial_number"></a-input>
|
||||||
</div>
|
</div>
|
||||||
<a-input class="box-input" :placeholder="$t('PleaseEnter')+$t('standard')"
|
</a-col>
|
||||||
v-model="queryParam.serial_number"></a-input>
|
<a-col :md="12" :sm="8">
|
||||||
</div>
|
<div class="box-title-text">
|
||||||
</a-col>
|
<div class="title-text" :title="$t('title')">
|
||||||
<a-col :md="12" :sm="8">
|
<span>{{$t('title')}}</span>
|
||||||
<div class="box-title-text">
|
</div>
|
||||||
<div class="title-text" :title="$t('title')">
|
<a-input class="box-input" :placeholder="$t('PleaseEnter')+$t('title')"
|
||||||
<span>{{$t('title')}}</span>
|
v-model="queryParam.title"></a-input>
|
||||||
</div>
|
</div>
|
||||||
<a-input class="box-input" :placeholder="$t('PleaseEnter')+$t('title')"
|
</a-col>
|
||||||
v-model="queryParam.title"></a-input>
|
<a-col :md="12" :sm="8">
|
||||||
</div>
|
<div class="box-title-text">
|
||||||
</a-col>
|
<div class="title-text" :title="$t('status')">
|
||||||
<a-col :md="12" :sm="8">
|
<span>{{$t('status')}}</span>
|
||||||
<div class="box-title-text">
|
</div>
|
||||||
<div class="title-text" :title="$t('status')">
|
<j-dict-select-tag class="box-input" v-model="queryParam.state"
|
||||||
<span>{{$t('status')}}</span>
|
:placeholder="$t('PleaseSelect')+$t('status')"
|
||||||
|
:type="'select'"
|
||||||
|
:triggerChange="false" :dictCode="'state'"/>
|
||||||
</div>
|
</div>
|
||||||
<j-dict-select-tag class="box-input" v-model="queryParam.state"
|
</a-col>
|
||||||
:placeholder="$t('PleaseSelect')+$t('status')"
|
<span style="float: right;overflow: hidden;" class="table-page-search-submitButtons">
|
||||||
:type="'select'"
|
|
||||||
:triggerChange="false" :dictCode="'state'"/>
|
|
||||||
</div>
|
|
||||||
</a-col>
|
|
||||||
<span style="float: right;overflow: hidden;" class="table-page-search-submitButtons">
|
|
||||||
<a-col :md="12" :sm="24">
|
<a-col :md="12" :sm="24">
|
||||||
<globalAdvancedQuery ref="globalAdvancedQueryRef"
|
<globalAdvancedQuery ref="globalAdvancedQueryRef"
|
||||||
@handleSuperQuery="handleSuperQuery"
|
@handleSuperQuery="handleSuperQuery"
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
<a-button class="box-button" style="margin-left: 8px" @click="searchReset">{{$t('reset')}}</a-button>
|
<a-button class="box-button" style="margin-left: 8px" @click="searchReset">{{$t('reset')}}</a-button>
|
||||||
</a-col>
|
</a-col>
|
||||||
</span>
|
</span>
|
||||||
</a-row>
|
</a-row>
|
||||||
</a-form>
|
</a-form>
|
||||||
</div>
|
</div>
|
||||||
<div style="width: 100%">
|
<div style="width: 100%">
|
||||||
@@ -121,17 +121,23 @@
|
|||||||
ellipsis: true
|
ellipsis: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: this.$t('status'),
|
title: this.$t('zoneOfApplication'),
|
||||||
dataIndex: 'state',
|
dataIndex: 'region',
|
||||||
align: 'center',
|
|
||||||
ellipsis: true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: this.$t('technicalField'),
|
|
||||||
dataIndex: 'technology_territory',
|
|
||||||
align: 'center',
|
align: 'center',
|
||||||
ellipsis: true
|
ellipsis: true
|
||||||
},
|
},
|
||||||
|
// {
|
||||||
|
// title: this.$t('status'),
|
||||||
|
// dataIndex: 'state',
|
||||||
|
// align: 'center',
|
||||||
|
// ellipsis: true
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// title: this.$t('technicalField'),
|
||||||
|
// dataIndex: 'technology_territory',
|
||||||
|
// align: 'center',
|
||||||
|
// ellipsis: true
|
||||||
|
// },
|
||||||
{
|
{
|
||||||
title: this.$t('ImplementationDate'),
|
title: this.$t('ImplementationDate'),
|
||||||
dataIndex: 'xin1_che1_xing2_shi2_shi1_ri4_qi1',
|
dataIndex: 'xin1_che1_xing2_shi2_shi1_ri4_qi1',
|
||||||
@@ -143,13 +149,13 @@
|
|||||||
dataIndex: 'implement_time',
|
dataIndex: 'implement_time',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
ellipsis: true
|
ellipsis: true
|
||||||
},
|
|
||||||
{
|
|
||||||
title: this.$t('correspondingStandard'),
|
|
||||||
dataIndex: 'corresponding_standard',
|
|
||||||
align: 'center',
|
|
||||||
ellipsis: true
|
|
||||||
}
|
}
|
||||||
|
// {
|
||||||
|
// title: this.$t('correspondingStandard'),
|
||||||
|
// dataIndex: 'corresponding_standard',
|
||||||
|
// align: 'center',
|
||||||
|
// ellipsis: true
|
||||||
|
// }
|
||||||
],
|
],
|
||||||
dataList: [],
|
dataList: [],
|
||||||
content: [],
|
content: [],
|
||||||
@@ -159,7 +165,7 @@
|
|||||||
total: 0,
|
total: 0,
|
||||||
fieldList: [],
|
fieldList: [],
|
||||||
queryParamQuery: {},
|
queryParamQuery: {},
|
||||||
queryConditionVOList: [],
|
queryConditionVOList: []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
@@ -201,7 +207,7 @@
|
|||||||
pageNo: this.pageNo,
|
pageNo: this.pageNo,
|
||||||
pageSize: this.pageSize,
|
pageSize: this.pageSize,
|
||||||
...this.queryParam,
|
...this.queryParam,
|
||||||
queryConditionVOList: JSON.stringify(queryConditionVOList),
|
queryConditionVOList: JSON.stringify(queryConditionVOList)
|
||||||
}
|
}
|
||||||
this.loading = true
|
this.loading = true
|
||||||
postAction(this.url.addModelList, query).then((res) => {
|
postAction(this.url.addModelList, query).then((res) => {
|
||||||
@@ -266,8 +272,8 @@
|
|||||||
} else {
|
} else {
|
||||||
this.$refs.globalAdvancedQueryRef.superQueryFlag = true
|
this.$refs.globalAdvancedQueryRef.superQueryFlag = true
|
||||||
this.queryConditionVOList = params
|
this.queryConditionVOList = params
|
||||||
this.queryConditionVOList.forEach(res=>{
|
this.queryConditionVOList.forEach(res => {
|
||||||
res.type = matchType
|
res.type = matchType
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
this.replacePage()
|
this.replacePage()
|
||||||
|
|||||||
@@ -113,17 +113,23 @@
|
|||||||
ellipsis: true
|
ellipsis: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: this.$t('status'),
|
title: this.$t('zoneOfApplication'),
|
||||||
dataIndex: 'state',
|
dataIndex: 'region',
|
||||||
align: 'center',
|
|
||||||
ellipsis: true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: this.$t('technicalField'),
|
|
||||||
dataIndex: 'technology_territory',
|
|
||||||
align: 'center',
|
align: 'center',
|
||||||
ellipsis: true
|
ellipsis: true
|
||||||
},
|
},
|
||||||
|
// {
|
||||||
|
// title: this.$t('status'),
|
||||||
|
// dataIndex: 'state',
|
||||||
|
// align: 'center',
|
||||||
|
// ellipsis: true
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// title: this.$t('technicalField'),
|
||||||
|
// dataIndex: 'technology_territory',
|
||||||
|
// align: 'center',
|
||||||
|
// ellipsis: true
|
||||||
|
// },
|
||||||
{
|
{
|
||||||
title: this.$t('ImplementationDate'),
|
title: this.$t('ImplementationDate'),
|
||||||
dataIndex: 'xin1_che1_xing2_shi2_shi1_ri4_qi1',
|
dataIndex: 'xin1_che1_xing2_shi2_shi1_ri4_qi1',
|
||||||
@@ -136,12 +142,12 @@
|
|||||||
align: 'center',
|
align: 'center',
|
||||||
ellipsis: true
|
ellipsis: true
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title: this.$t('correspondingStandard'),
|
// title: this.$t('correspondingStandard'),
|
||||||
dataIndex: 'corresponding_standard',
|
// dataIndex: 'corresponding_standard',
|
||||||
align: 'center',
|
// align: 'center',
|
||||||
ellipsis: true
|
// ellipsis: true
|
||||||
}
|
// }
|
||||||
],
|
],
|
||||||
dataList: [],
|
dataList: [],
|
||||||
content: [],
|
content: [],
|
||||||
|
|||||||
Reference in New Issue
Block a user