diff --git a/src/views/sunVillage_info/assetMapOpen.vue b/src/views/sunVillage_info/assetMapOpen.vue index a9426f46..fe849ded 100644 --- a/src/views/sunVillage_info/assetMapOpen.vue +++ b/src/views/sunVillage_info/assetMapOpen.vue @@ -75,7 +75,8 @@
合同编码
合同名称
-
承包款
+
发包对象
+
承包款(元)
状态
@@ -85,6 +86,7 @@
  • {{item.code}}
    {{item.name}}
    +
    {{item.secondParty}}
    {{item.totalAmount}}
    {{selectDictLabel(contractionStatuOptions, item.contractionStatus)}}
  • @@ -162,7 +164,8 @@
    合同编码
    合同名称
    -
    承包款
    +
    发包对象
    +
    承包款(元)
    状态
    @@ -172,6 +175,7 @@
  • {{item.code}}
    {{item.name}}
    +
    {{item.secondParty}}
    {{item.totalAmount}}
    {{selectDictLabel(contractionStatuOptions, item.contractionStatus)}}