qsh 2 months ago
parent ff3f4d9e47
commit dc449979fa
  1. 1
      .env.base
  2. 2
      src/views/OKR/Management/Components/DialogOkrInfo.vue
  3. 2
      src/views/OKR/Management/Components/OkrTable.vue

@ -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'

@ -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

@ -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">

Loading…
Cancel
Save