@@ -218,7 +218,7 @@ const columns = [
title: 'ID',
dataIndex: 'id',
fixed: 'left',
- width: 50
+ width: 60
}, {
title: '创建用户',
slotName: 'create_user',
@@ -45,7 +45,7 @@
</a-col>
</a-row>
- <a-table :data="data" stripe hoverable column-resizable class="table" :loading="loading" :pagination="{
+ <a-table :data="data" stripe hoverable class="table" :loading="loading" :pagination="{
showPageSize: true,
showJumper: true,
showTotal: true,
@@ -12,7 +12,7 @@
</a-result>
</a-card>
- <a-card title="定制电费提醒" style="margin-top: 15px; display: none;">
+ <a-card title="定制电费提醒" style="display: none;">
<a-button type="primary" size="large" @click="editAccount()">
<template #icon>
<icon-plus />
@@ -351,7 +351,7 @@ const stramptoTime = (time) => {
}
onMounted(() => {
- getAccounts()
+
})
</script>