Commit 5f0f2b4b authored by xiongjinke's avatar xiongjinke

修改

parent 738cd02a
......@@ -153,7 +153,7 @@ export default {
queryParams: {
customerId: this.customerIds,
pageNum: 1,
pageSize: 10
pageSize: 20
},
forData: [
{label: '项目名称', prop: 'projectName', slot: true},
......
......@@ -88,7 +88,7 @@ export default {
queryParams:{
customerId:this.customerIds,
pageNum:1,
pageSize:10,
pageSize:20,
},
forData: [
{label: '姓名', prop: 'name', width: '124'},
......
......@@ -39,7 +39,7 @@ export default {
queryParams: {
cid: this.companyId,//382724726
pageNum: 1,
pageSize: 10
pageSize: 20
},
forData: [
{label: '列入原因', prop: 'inReason', width: '508'},
......
......@@ -41,7 +41,7 @@ export default {
queryParams: {
cid: this.companyId, //20734
pageNum: 1,
pageSize: 10
pageSize: 20
},
forData: [
{label: '案由', prop: 'caseReason'},
......
......@@ -39,7 +39,7 @@ export default {
queryParams: {
cid: this.companyId,//5504335
pageNum: 1,
pageSize: 10
pageSize: 20
},
forData: [
{label: '失信被执行人行为具体情形', prop: 'executionDesc', width: '508', fixed: true},
......
......@@ -38,7 +38,7 @@ export default {
queryParams: {
cid: this.companyId,//194738907
pageNum: 1,
pageSize: 10
pageSize: 20
},
forData: [
{label: '执行标的(元)', prop: 'amount', width: '140'},
......
......@@ -47,7 +47,7 @@ export default {
queryParams: {
cid: this.companyId,//5504335
pageNum: 1,
pageSize: 10
pageSize: 20
},
forData: [
{label: '案由', prop: 'causeAction', width: '240'},
......
......@@ -47,7 +47,7 @@ export default {
queryParams: {
cid: this.companyId,//20734
pageNum: 1,
pageSize: 10
pageSize: 20
},
forData: [
{label: '案由', prop: 'causeAction', width: '240', fixed: true},
......
......@@ -47,7 +47,7 @@ export default {
queryParams: {
cid: this.companyId,
pageNum: 1,
pageSize: 10
pageSize: 20
},
forData: [
{label: '处罚原因', prop: 'punishReason', width: '508', slot: true, fixed: true},
......
......@@ -45,7 +45,7 @@ export default {
cid: this.companyId,//3068
sort: 3,
pageNum: 1,
pageSize: 10
pageSize: 20
},
forData: [
{label: '项目名称', prop: 'projectName', width: '508', slot: true},
......
......@@ -143,7 +143,7 @@ export default {
platformImportance: [],
developmentZone: [],
pageNum: 1,
pageSize: 15
pageSize: 20
},
forData: [
{label: '企业名称', prop: 'companyName', width: '369', slot: true},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment