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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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