File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 24
24
<Button v-show =" editor.read" type =" error" size =" small" class =" search-input" @click =" delConfig()" >删除</Button >
25
25
<Button v-show =" editor.read" type =" info" size =" small" class =" search-input" @click =" goHistory()" >历史版本</Button >
26
26
<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 >
27
29
28
30
<Select v-model =" mode_type" placeholder =" 格式校验" filterable @on-change =" selectModeType" class =" search-col" >
29
31
<Option value =" python" >Python</Option >
48
50
49
51
<Card v-show =" is_history_one" >
50
52
<div class =" search-con" >
51
- <h4 class =" search-title" >项目文件路径 </h4 >
53
+ <h4 class =" search-title" >项目文件KEY </h4 >
52
54
<span >{{config_path}}</span >
53
55
<Button type =" info" size =" small" class =" search-inputright" @click =" is_history=true; is_history_one=false" >返回列表</Button >
54
56
<Button type =" error" size =" small" class =" search-inputright" @click =" goCallBack()" >回滚</Button >
You can’t perform that action at this time.
0 commit comments