config.js 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. export const hcs = [{
  2. name: '待核查',
  3. prop: 'dhc',
  4. stepState: 0
  5. },
  6. {
  7. name: '核查中',
  8. prop: 'hcz',
  9. stepState: '1,2'
  10. },
  11. {
  12. name: '已核查',
  13. prop: 'yhc',
  14. stepState: 3
  15. },
  16. {
  17. name: '已退回',
  18. prop: 'th',
  19. stepState: -1
  20. },
  21. ]
  22. export const jbxxs = [{
  23. name: "行政区代码",
  24. prop: "xzqdm"
  25. },
  26. {
  27. name: "行政区名称",
  28. prop: "xzqmc"
  29. },
  30. {
  31. name: "图斑编号",
  32. prop: "dkbh"
  33. },
  34. {
  35. name: "前类型",
  36. prop: "qlx"
  37. },
  38. {
  39. name: "后类型",
  40. prop: "hlx"
  41. },
  42. {
  43. name: "中心点经度",
  44. prop: "lzb"
  45. },
  46. {
  47. name: "中心点纬度",
  48. prop: "bzb"
  49. },
  50. {
  51. name: "监测面积(亩)",
  52. prop: "dkmj"
  53. },
  54. {
  55. name: "前时相",
  56. prop: "qsx"
  57. },
  58. {
  59. name: "后时相",
  60. prop: "hsx"
  61. },
  62. ]
  63. export const tdxzTable = [
  64. // { label: "地类编码", prop: "id", align: 'center' },
  65. {
  66. label: "ID",
  67. prop: "swid",
  68. align: 'center',
  69. width: 110,
  70. },
  71. {
  72. label: "压占面积",
  73. prop: "yzmj",
  74. align: 'center'
  75. },
  76. {
  77. label: "压占面积比",
  78. slot: "ratio",
  79. align: 'center'
  80. },
  81. // {
  82. // label: "操作",
  83. // slot: "action",
  84. // align: 'center'
  85. // },
  86. ]