|
@@ -1,7 +1,14 @@
|
|
|
<template>
|
|
<template>
|
|
|
<div class="flex flex-justify-start flex-align-center flex-col">
|
|
<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">
|
|
<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
|
|
<el-button
|
|
|
v-if="detail.can_update"
|
|
v-if="detail.can_update"
|
|
|
type="primary"
|
|
type="primary"
|