Selaa lähdekoodia

业务研判显示处理

maxiaoxiao 1 kuukausi sitten
vanhempi
commit
017f9030aa
1 muutettua tiedostoa jossa 6 lisäystä ja 4 poistoa
  1. 6 4
      src/views/remote/farmland/config.js

+ 6 - 4
src/views/remote/farmland/config.js

@@ -19,10 +19,12 @@ export const jbxxs = [
 export const audiText = { '001': '合规性判定', '002': '审核', '003': '提交', '004': '外业下发', '005': '取消外业' }
 
 export const tdxzTable = [
-  { label: "地类编码", prop: "dkbh", align: 'center' },
-  { label: "地类名称", prop: "dkmj", align: 'center', width: 110, },
-  { label: "压盖面积(m²)", prop: "dkbh", align: 'center' },
-  { label: "占图斑面积比", prop: "dkbh", align: 'center' },
+  // { 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' },
+
 ]
 
 export const gtkjTable = [