Merge branch 'yinyongshui'
This commit is contained in:
@@ -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,},
|
||||
|
||||
@@ -64,6 +64,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
data: [],
|
||||
datasource:[],
|
||||
locale,
|
||||
bill: {},
|
||||
// 表格数据接口
|
||||
|
||||
@@ -68,7 +68,7 @@ export default {
|
||||
locale,
|
||||
bill: {},
|
||||
// 表格数据接口
|
||||
datasource:{},
|
||||
datasource:[],
|
||||
selection: [],
|
||||
columns:[
|
||||
{title:"监测时间",dataIndex:"monitorTime",},
|
||||
|
||||
@@ -68,7 +68,7 @@ export default {
|
||||
locale,
|
||||
bill: {},
|
||||
// 表格数据接口
|
||||
datasource:{},
|
||||
datasource:[],
|
||||
selection: [],
|
||||
columns:[
|
||||
{title:"城市名称",dataIndex:"city",},
|
||||
|
||||
@@ -69,7 +69,7 @@ export default {
|
||||
locale,
|
||||
bill: {},
|
||||
// 表格数据接口
|
||||
datasource:{},
|
||||
datasource:[],
|
||||
selection: [],
|
||||
columns:[
|
||||
{title:"年份",dataIndex:"year",},
|
||||
|
||||
@@ -68,7 +68,7 @@ export default {
|
||||
locale,
|
||||
bill: {},
|
||||
// 表格数据接口
|
||||
datasource:{},
|
||||
datasource:[],
|
||||
selection: [],
|
||||
columns:[
|
||||
{title:"断面名称",dataIndex:"sectionName",},
|
||||
|
||||
@@ -68,7 +68,7 @@ export default {
|
||||
locale,
|
||||
bill: {},
|
||||
// 表格数据接口
|
||||
datasource:{},
|
||||
datasource:[],
|
||||
selection: [],
|
||||
columns:[
|
||||
{title:"城市名称",dataIndex:"city",},
|
||||
|
||||
@@ -69,7 +69,7 @@ export default {
|
||||
locale,
|
||||
bill: {},
|
||||
// 表格数据接口
|
||||
datasource:{},
|
||||
datasource:[],
|
||||
selection: [],
|
||||
columns:[
|
||||
{title:"年份",dataIndex:"year",},
|
||||
|
||||
@@ -68,7 +68,7 @@ export default {
|
||||
locale,
|
||||
bill: {},
|
||||
// 表格数据接口
|
||||
datasource:{},
|
||||
datasource:[],
|
||||
selection: [],
|
||||
columns:[
|
||||
{title:"断面名称",dataIndex:"sectionName",},
|
||||
|
||||
@@ -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,},
|
||||
|
||||
@@ -63,6 +63,7 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
datasource:[],
|
||||
data: [],
|
||||
locale,
|
||||
bill: {},
|
||||
|
||||
@@ -68,7 +68,7 @@ export default {
|
||||
locale,
|
||||
bill: {},
|
||||
// 表格数据接口
|
||||
datasource:{},
|
||||
datasource:[],
|
||||
selection: [],
|
||||
columns:[
|
||||
{title:"城市名称",dataIndex:"city",},
|
||||
|
||||
@@ -69,7 +69,7 @@ export default {
|
||||
locale,
|
||||
bill: {},
|
||||
// 表格数据接口
|
||||
datasource:{},
|
||||
datasource:[],
|
||||
selection: [],
|
||||
columns:[
|
||||
{title:"年份",dataIndex:"year",},
|
||||
|
||||
@@ -68,7 +68,7 @@ export default {
|
||||
locale,
|
||||
bill: {},
|
||||
// 表格数据接口
|
||||
datasource:{},
|
||||
datasource:[],
|
||||
selection: [],
|
||||
columns:[
|
||||
{title:"断面名称",dataIndex:"sectionName",},
|
||||
|
||||
Reference in New Issue
Block a user