Skip to content

Commit ea5dd24

Browse files
author
shenshuo
committed
配置中心 配置key 显示
1 parent 638d4ec commit ea5dd24

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/view/confd/config/List.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
<Button v-show="editor.read" type="error" size="small" class="search-input" @click="delConfig()">删除</Button>
2525
<Button v-show="editor.read" type="info" size="small" class="search-input" @click="goHistory()">历史版本</Button>
2626
<Button v-show="editor.read && config_id" type="info" size="small" class="search-input" @click="getApi()">API</Button>
27+
<h4 class="search-title">项目文件KEY</h4>
28+
<span>{{config_path}}</span>
2729

2830
<Select v-model="mode_type" placeholder="格式校验" filterable @on-change="selectModeType" class="search-col">
2931
<Option value="python" >Python</Option>
@@ -48,7 +50,7 @@
4850

4951
<Card v-show="is_history_one">
5052
<div class="search-con">
51-
<h4 class="search-title">项目文件路径</h4>
53+
<h4 class="search-title">项目文件KEY</h4>
5254
<span>{{config_path}}</span>
5355
<Button type="info" size="small" class="search-inputright" @click="is_history=true; is_history_one=false">返回列表</Button>
5456
<Button type="error" size="small" class="search-inputright" @click="goCallBack()">回滚</Button>

0 commit comments

Comments
 (0)