From 31d78dd4e988cfce8f0a16678f2041849cc0dce3 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 06 六月 2025 18:07:52 +0800
Subject: [PATCH] 工作台
---
src/views/projectEngineering/projectLibrary/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/projectEngineering/projectLibrary/index.vue b/src/views/projectEngineering/projectLibrary/index.vue
index a7ef079..4e15aeb 100644
--- a/src/views/projectEngineering/projectLibrary/index.vue
+++ b/src/views/projectEngineering/projectLibrary/index.vue
@@ -225,9 +225,9 @@
<template v-if="item.slotName === 'projectType'">
<dict-tag :options="dict.type.sys_project_type" :value="scope.row.projectType"/>
</template>
- <!-- projectSubType鎻掓Ы -->
+ <!-- attractInvestment鎻掓Ы -->
<template v-if="item.slotName === 'attractInvestment'">
- <dict-tag :options="dict.type.sys_project_type" :value="scope.row.attractInvestment"/>
+ <dict-tag :options="dict.type.attract_investment" :value="scope.row.attractInvestment"/>
</template>
<!-- constructionNature鎻掓Ы -->
<template v-if="item.slotName === 'constructionNature'">
@@ -237,7 +237,7 @@
<template v-if="item.slotName === 'investType'">
<dict-tag :options="dict.type.sys_investment_type" :value="scope.row.investType"/>
</template>
- <!-- investType鎻掓Ы -->
+ <!-- importanceType鎻掓Ы -->
<template v-if="item.slotName === 'importanceType'">
<dict-tag :options="dict.type.sys_key_categories" :value="scope.row.importanceType"/>
</template>
--
Gitblit v1.8.0