@@ -26,7 +26,7 @@
{{ $t('status') }}
-
@@ -37,7 +37,7 @@
{{ $t('technicalField') }}
-
@@ -130,7 +130,7 @@ export default {
fieldList: [
{
type: 'string',
- value: 'standard',
+ value: 'serialNumber',
text: this.$t('standard')
},
{
@@ -140,18 +140,18 @@ export default {
},
{
type: '',
- value: 'status',
+ value: ' state',
text: this.$t('status'),
dictCode: 'implement_type'//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框
},
- {
- type: 'string',
- value: 'category',
- text: this.$t('category')
- },
+ // {
+ // type: 'string',
+ // value: 'technologyTerritory',
+ // text: this.$t('category')
+ // },
{
type: '',
- value: 'technicalField',
+ value: 'technologyTerritory',
text: this.$t('technicalField'),
dictCode: 'implement_type'//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框
},
@@ -160,7 +160,7 @@ export default {
dataSource: [],
confirmLoading: false,
url: {
- list: 'params/report/page'
+ list: 'project/lawsComplianceBoard/page'
},
total: 0,
pageSize: 10,
@@ -170,7 +170,7 @@ export default {
{
title: this.$t('standard'),
align: 'center',
- dataIndex: 'standard'
+ dataIndex: 'serialNumber'
},
{
title: this.$t('title'),
@@ -180,7 +180,7 @@ export default {
{
title: this.$t('status'),
align: 'center',
- dataIndex: 'status'
+ dataIndex: 'state'
},
// {
// title: this.$t('category'),
@@ -190,7 +190,7 @@ export default {
{
title: this.$t('technicalField'),
align: 'center',
- dataIndex: 'technicalField'
+ dataIndex: 'technologyTerritory'
},
{
title: this.$t('RegulatoryProcessEvaluationResults'),