Merge branch 'yinyongshui'

This commit is contained in:
庞东林
2021-12-27 09:57:18 +08:00
14 changed files with 14 additions and 12 deletions

View File

@@ -123,7 +123,7 @@ export default {
bill: {},
editableData:[],
// 表格数据接口
datasource:{},
datasource:[],
selection: [],
columns:[
{key: "index",title:"序号",dataIndex: "index",width: 48,align: "center",customRender: ({ index }) => index + 1,},

View File

@@ -64,6 +64,7 @@ export default {
data() {
return {
data: [],
datasource:[],
locale,
bill: {},
// 表格数据接口

View File

@@ -68,7 +68,7 @@ export default {
locale,
bill: {},
// 表格数据接口
datasource:{},
datasource:[],
selection: [],
columns:[
{title:"监测时间",dataIndex:"monitorTime",},

View File

@@ -68,7 +68,7 @@ export default {
locale,
bill: {},
// 表格数据接口
datasource:{},
datasource:[],
selection: [],
columns:[
{title:"城市名称",dataIndex:"city",},

View File

@@ -69,7 +69,7 @@ export default {
locale,
bill: {},
// 表格数据接口
datasource:{},
datasource:[],
selection: [],
columns:[
{title:"年份",dataIndex:"year",},

View File

@@ -68,7 +68,7 @@ export default {
locale,
bill: {},
// 表格数据接口
datasource:{},
datasource:[],
selection: [],
columns:[
{title:"断面名称",dataIndex:"sectionName",},

View File

@@ -68,7 +68,7 @@ export default {
locale,
bill: {},
// 表格数据接口
datasource:{},
datasource:[],
selection: [],
columns:[
{title:"城市名称",dataIndex:"city",},

View File

@@ -69,7 +69,7 @@ export default {
locale,
bill: {},
// 表格数据接口
datasource:{},
datasource:[],
selection: [],
columns:[
{title:"年份",dataIndex:"year",},

View File

@@ -68,7 +68,7 @@ export default {
locale,
bill: {},
// 表格数据接口
datasource:{},
datasource:[],
selection: [],
columns:[
{title:"断面名称",dataIndex:"sectionName",},

View File

@@ -124,7 +124,7 @@ export default {
bill: {},
editableData:[],
// 表格数据接口
datasource:{},
datasource:[],
selection: [],
columns:[
{key: "index",title:"序号",dataIndex: "index",width: 48,align: "center",customRender: ({ index }) => index + 1,},

View File

@@ -63,6 +63,7 @@ export default {
},
data() {
return {
datasource:[],
data: [],
locale,
bill: {},

View File

@@ -68,7 +68,7 @@ export default {
locale,
bill: {},
// 表格数据接口
datasource:{},
datasource:[],
selection: [],
columns:[
{title:"城市名称",dataIndex:"city",},

View File

@@ -69,7 +69,7 @@ export default {
locale,
bill: {},
// 表格数据接口
datasource:{},
datasource:[],
selection: [],
columns:[
{title:"年份",dataIndex:"year",},

View File

@@ -68,7 +68,7 @@ export default {
locale,
bill: {},
// 表格数据接口
datasource:{},
datasource:[],
selection: [],
columns:[
{title:"断面名称",dataIndex:"sectionName",},