scorpio 2 năm trước cách đây
mục cha
commit
3ef674b40b
1 tập tin đã thay đổi với 8 bổ sung1 xóa
  1. 8 1
      src/views/home/component/params/params1.vue

+ 8 - 1
src/views/home/component/params/params1.vue

@@ -1,7 +1,14 @@
 <template>
   <div class="flex flex-justify-start flex-align-center flex-col">
     <div class="flex flex-center full-width flex-justify-between mt-10 mb-10">
-      <span class="full-width text-left bold">{{ info.dictValue }}</span>
+      <div class="flex flex-center">
+        <span class="full-width text-left bold mr-20">{{
+          info.dictValue
+        }}</span>
+        <el-tag>{{
+          detail.tags === 1 ? '政府投资项目' : '企业投资项目'
+        }}</el-tag>
+      </div>
       <el-button
         v-if="detail.can_update"
         type="primary"