export const hcs = [{ name: '待核查', prop: 'dhc', stepState: 0 }, { name: '核查中', prop: 'hcz', stepState: '1,2' }, { name: '已核查', prop: 'yhc', stepState: 3 }, { name: '已退回', prop: 'th', stepState: -1 }, ] export const jbxxs = [{ name: "行政区代码", prop: "xzqdm" }, { name: "行政区名称", prop: "xzqmc" }, { name: "图斑编号", prop: "dkbh" }, { name: "前类型", prop: "qlx" }, { name: "后类型", prop: "hlx" }, { name: "中心点经度", prop: "lzb" }, { name: "中心点纬度", prop: "bzb" }, { name: "监测面积(亩)", prop: "dkmj" }, { name: "前时相", prop: "qsx" }, { name: "后时相", prop: "hsx" }, ] export const tdxzTable = [ // { label: "地类编码", prop: "id", align: 'center' }, { label: "ID", prop: "swid", align: 'center', width: 110, }, { label: "压占面积", prop: "yzmj", align: 'center' }, { label: "压占面积比", slot: "ratio", align: 'center' }, // { // label: "操作", // slot: "action", // align: 'center' // }, ]