File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3535
3636 <a slot =" name" slot-scope =" text, record" href =" javascript:;" >
3737 <div >
38- <span v-if =" $route.path.startsWith('/project')" style =" margin-right : 5px " >
39- <a-button type =" dashed" size =" small" shape =" circle" icon =" login" @click =" changeProject(record)" />
40- </span >
41- <console :resource =" record" size =" small" />
42- <router-link :to =" { path: $route.path + '/' + record.id }" v-if =" record.id" >{{ text }}</router-link >
43- <router-link :to =" { path: $route.path + '/' + record.name }" v-else >{{ text }}</router-link >
38+ <span v-if =" $route.path.startsWith('/project')" style =" margin-right : 5px " >
39+ <a-button type =" dashed" size =" small" shape =" circle" icon =" login" @click =" changeProject(record)" />
40+ </span >
41+ <console :resource =" record" size =" small" />
42+ <router-link :to =" { path: $route.path + '/' + record.id }" v-if =" record.id" >{{ text }}</router-link >
43+ <router-link :to =" { path: $route.path + '/' + record.name }" v-else >{{ text }}</router-link >
4444 </div >
4545 <div v-if =" $route.meta.related" style =" padding-top : 5px " >
4646 <span v-for =" item in $route.meta.related" :key =" item.path" >
You can’t perform that action at this time.
0 commit comments