修改模板详情字段展示

prod
吕天方 7 months ago
parent bc349b8b5e
commit 519ad0b1d1

@ -5,9 +5,9 @@ VUE_APP_TITLE = 金鸡湖现代服务业品牌管理系统
ENV = 'development'
# 金鸡湖现代服务业品牌管理系统/开发环境
# VUE_APP_BASE_API = 'http://192.168.0.104:9040'
VUE_APP_BASE_API = 'http://192.168.0.106:9040'
# VUE_APP_BASE_API = 'http://39.101.188.84:9040'
VUE_APP_BASE_API = 'https://idp.sipac.gov.cn/api'
# VUE_APP_BASE_API = 'https://idp.sipac.gov.cn/api'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true

@ -1,6 +1,6 @@
{
"name": "ruoyi",
"version": "1.0.202406121001",
"version": "1.0.202406131722",
"description": "金鸡湖现代服务业品牌管理系统",
"author": "若依",
"license": "MIT",

@ -1,5 +1,6 @@
<template>
<el-dialog :title="enterpriseInfo.projectName + '文件上传'" :visible.sync="openCity" width="850px" append-to-body @close="close" :close-on-click-modal="false" :close-on-press-escape="false">
<!-- enterpriseInfo.projectName + -->
<el-dialog :title="'文件上传'" :visible.sync="openCity" width="850px" append-to-body @close="close" :close-on-click-modal="false" :close-on-press-escape="false">
<el-form ref="form" :model="form" :rules="rules" label-width="120px" label-position="left" class="form">
<el-row>
<el-col :span="24" v-if="(enterpriseInfo.templateId == 2 )|| (enterpriseInfo.templateId == 4 ) || (enterpriseInfo.templateId == 5 ) || (enterpriseInfo.templateId == 6 ) || (enterpriseInfo.templateId == 8 ) ">

@ -9,7 +9,7 @@
</el-col>
<el-col :span="8" style="height: 50px;display: flex;">
<!-- {{ info.responsibilityUnit == 0 ? '经发委' : info.responsibilityUnit == 1 ? '规建委' : info.responsibilityUnit == 2 ? '行审局' : info.responsibilityUnit == 3 ? '市监局' : '' }} -->
责任单位<dict-tag :options="dict.type.bms_responsibility_unit" :value="templateInfo.responsibilityUnit"/>
责任单位<dict-tag :options="dict.type.bms_responsibility_unit" :value="info.responsibilityUnit"/>
</el-col>
<el-col :span="8" style="height: 50px">
创建时间{{ info.createTime }}

Loading…
Cancel
Save