main #2

Merged
jingrow merged 250 commits from main into v1 2026-01-13 22:45:50 +08:00
Showing only changes of commit 7b2a949dba - Show all commits

View File

@ -111,7 +111,7 @@
/>
</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-900">
{{ index + 1 }}
{{ record.isNew ? '-' : index + 1 }}
</td>
<td class="px-4 py-4 whitespace-nowrap">
<!-- 主机名编辑 -->
@ -467,8 +467,8 @@ export default {
isNew: true
};
//
this.dnsRecords.push(newRecord);
//
this.dnsRecords.unshift(newRecord);
},
//