Fixed header delete

This commit is contained in:
顾重
2020-05-20 19:54:42 +08:00
parent 67ad59b80e
commit c8b5620cc5

View File

@@ -747,7 +747,7 @@
></textarea> ></textarea>
</li> </li>
</ul> </ul>
<ul v-for="(header, index) in headers" :key="index"> <ul v-for="(header, index) in headers" :key="`${header.key}_${index}`">
<li> <li>
<autocomplete <autocomplete
:placeholder="$t('header_count', { count: index + 1 })" :placeholder="$t('header_count', { count: index + 1 })"