|
@@ -1,34 +1,93 @@
|
|
|
-
|
|
|
-
|
|
|
export const hcs = [{
|
|
|
- name: '待核查',
|
|
|
- prop: 'dhc',
|
|
|
- stepState: 0
|
|
|
-},
|
|
|
-{
|
|
|
- name: '核查中',
|
|
|
- prop: 'hcz',
|
|
|
- stepState: 1
|
|
|
-},
|
|
|
-{
|
|
|
- name: '已核查',
|
|
|
- prop: 'yhc',
|
|
|
- stepState: 2
|
|
|
-},
|
|
|
-{
|
|
|
- name: '已退回',
|
|
|
- prop: 'th',
|
|
|
- stepState: -1
|
|
|
-},
|
|
|
+ name: '待核查',
|
|
|
+ prop: 'dhc',
|
|
|
+ stepState: 0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: '核查中',
|
|
|
+ prop: 'hcz',
|
|
|
+ stepState: 1
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: '已核查',
|
|
|
+ prop: 'yhc',
|
|
|
+ stepState: 2
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: '已退回',
|
|
|
+ prop: 'th',
|
|
|
+ stepState: -1
|
|
|
+ },
|
|
|
]
|
|
|
-export const TableHeader = [
|
|
|
- { label: "地块编号", align: "center", prop: "dkbh" },
|
|
|
- { label: "行政区名称", align: "center", prop: "xzqmc" },
|
|
|
- { label: "监测面积(亩)", align: "center", prop: "dkmj" },
|
|
|
- { label: "前类型", align: "center", prop: "qlx" },
|
|
|
- { label: "后类型", align: "center", prop: "hlx" },
|
|
|
- { label: "前时相", align: "center", prop: "qsx" },
|
|
|
- { label: "后时相", align: "center", prop: "hsx" },
|
|
|
- { label: "操作", slot: "action", width: 140, align: 'center' },
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+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'
|
|
|
+ // },
|
|
|
+
|
|
|
+]
|