mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-13 07:43:43 +08:00
fix 修复 代码生成模板后缀漏改问题
This commit is contained in:
parent
be1f2ac382
commit
60ba3158d5
@ -170,8 +170,8 @@
|
||||
<el-tab-pane
|
||||
v-for="(value, key) in preview.data"
|
||||
:key="value"
|
||||
:label="key.substring(key.lastIndexOf('/') + 1, key.indexOf('.vm'))"
|
||||
:name="key.substring(key.lastIndexOf('/') + 1, key.indexOf('.vm'))"
|
||||
:label="key.substring(key.lastIndexOf('/') + 1, key.indexOf('.ftl'))"
|
||||
:name="key.substring(key.lastIndexOf('/') + 1, key.indexOf('.ftl'))"
|
||||
>
|
||||
<el-link
|
||||
v-copyText="value"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user