From d88512d1f2ed9fec20ec29ae48e622539bea907e Mon Sep 17 00:00:00 2001 From: zzl <961867786@qq.com> Date: Mon, 13 Nov 2023 09:57:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E5=85=AC=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sunVillage_info/assetMapOpen.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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)}}