123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- 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: "ID",
- prop: "swid",
- align: 'center',
- width: 110,
- },
- {
- label: "压占面积",
- prop: "yzmj",
- align: 'center'
- },
- {
- label: "压占面积比",
- slot: "ratio",
- align: 'center'
- },
-
-
-
-
-
- ]
|