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