1 parent 60e2f29 commit 4f1597bCopy full SHA for 4f1597b
1 file changed
frontend/src/App.vue
@@ -270,7 +270,12 @@ onMounted(refreshKeys)
270
<td>{{ formatDate(record.createdAt) }}</td>
271
<td>{{ formatDate(record.updatedAt) }}</td>
272
<td class="table-actions">
273
- <t-button theme="default" variant="text" size="small" @click="openEditDialog(record)">
+ <t-button
274
+ theme="default"
275
+ variant="text"
276
+ size="small"
277
+ @click="openEditDialog(record)"
278
+ >
279
编辑
280
</t-button>
281
<t-button
0 commit comments