This commit is contained in:
qsh
2025-04-25 19:07:50 +08:00
parent ff3f4d9e47
commit dc449979fa
3 changed files with 3 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ VITE_DEV=true
VITE_BASE_URL='http://47.98.161.246:48080' VITE_BASE_URL='http://47.98.161.246:48080'
# VITE_BASE_URL='http://114.55.169.15:48080' # VITE_BASE_URL='http://114.55.169.15:48080'
# VITE_BASE_URL='http://114.215.207.150:48080'
# 上传路径 # 上传路径
VITE_UPLOAD_URL='http://47.98.161.246:48080/admin-api/system/file/upload' VITE_UPLOAD_URL='http://47.98.161.246:48080/admin-api/system/file/upload'

View File

@@ -192,7 +192,7 @@
</div> </div>
<div class="mt-5px flex items-center"> <div class="mt-5px flex items-center">
<el-tree-select <el-tree-select
v-model="kr.sourceId" v-model="kr.source"
:data="sourceOptions" :data="sourceOptions"
:props="defaultProps" :props="defaultProps"
check-strictly check-strictly

View File

@@ -23,7 +23,7 @@
<template v-else> <template v-else>
<span class="line2"></span> <span class="line2"></span>
<span> <span>
关键成果{{ row.channelName }} {{ row.name }} 关键成果{{ row.sourceName }} {{ row.name }}
<span v-if="row.resultType == 1"> {{ row.targetValue }}</span> <span v-if="row.resultType == 1"> {{ row.targetValue }}</span>
</span> </span>
<div class="flex items-center mt-10px ml-50px"> <div class="flex items-center mt-10px ml-50px">