@@ -13,61 +13,61 @@
diff --git a/src/views/notification/notice/index.vue b/src/views/notification/notice/index.vue
new file mode 100644
index 0000000..c5706f7
--- /dev/null
+++ b/src/views/notification/notice/index.vue
@@ -0,0 +1,355 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('searchTable.form.search') }}
+
+
+
+
+
+ {{ $t('searchTable.form.reset') }}
+
+
+
+
+
+
+
+
+ {{ rowIndex + 1 + (pagination.current - 1) * pagination.size }}
+
+
+
+
+
+
+
+ 详情
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/notification/noticeSet/components/notice-edit.vue b/src/views/notification/noticeSet/components/notice-edit.vue
new file mode 100644
index 0000000..15297c6
--- /dev/null
+++ b/src/views/notification/noticeSet/components/notice-edit.vue
@@ -0,0 +1,208 @@
+
+
+
+ 新建
+
+
+
+ 修改
+
+
+
+ {{ modalTitle }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/notification/noticeSet/index.vue b/src/views/notification/noticeSet/index.vue
new file mode 100644
index 0000000..2125bab
--- /dev/null
+++ b/src/views/notification/noticeSet/index.vue
@@ -0,0 +1,445 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.title === '#' ? '序列号' : item.title }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ rowIndex + 1 + (pagination.current - 1) * pagination.size }}
+
+
+
+
+
+
+
+ 详情
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/authority/components/auth-edit.vue b/src/views/system/authority/components/auth-edit.vue
index 8a133da..74a62ec 100644
--- a/src/views/system/authority/components/auth-edit.vue
+++ b/src/views/system/authority/components/auth-edit.vue
@@ -1,51 +1,48 @@
-
-
- 新建
-
-
-
- 修改
-
-
- {{ modalTitle }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
diff --git a/src/views/system/authority/components/auth-table.vue b/src/views/system/authority/components/auth-table.vue
index c4d622b..9e3069f 100644
--- a/src/views/system/authority/components/auth-table.vue
+++ b/src/views/system/authority/components/auth-table.vue
@@ -1,133 +1,158 @@
-
-
- {{ rowIndex + 1 }}
-
-
- {{ dayjs(record.createTime).format('YYYY-MM-DD') }}
-
-
-
-
-
-
-
-
-
-
- 删除
-
-
-
-
+
+
+ {{ rowIndex + 1 }}
+
+
+ {{ dayjs(record.createTime).format('YYYY-MM-DD') }}
+
+
+
+
+
+
+
+
+
+
+ 删除
+
+
+
+
\ No newline at end of file
+ /* 添加一些样式 */
+
diff --git a/src/views/system/role/components/role-table.vue b/src/views/system/role/components/role-table.vue
new file mode 100644
index 0000000..b1b838b
--- /dev/null
+++ b/src/views/system/role/components/role-table.vue
@@ -0,0 +1,158 @@
+
+
+
+ {{ rowIndex + 1 }}
+
+
+ {{ dayjs(record.createTime).format('YYYY-MM-DD') }}
+
+
+
+
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
diff --git a/src/views/user/setting/components/basic-information.vue b/src/views/user/setting/components/basic-information.vue
index 4fbc721..cfce96e 100644
--- a/src/views/user/setting/components/basic-information.vue
+++ b/src/views/user/setting/components/basic-information.vue
@@ -43,13 +43,13 @@
:rules="[
{
required: true,
- message: '请输入昵称',
+ message: $t('userSetting.form.error.nickname.required'),
},
]"
>
diff --git a/src/views/user/setting/components/password-reset.vue b/src/views/user/setting/components/password-reset.vue
index 7fa1850..f2de066 100644
--- a/src/views/user/setting/components/password-reset.vue
+++ b/src/views/user/setting/components/password-reset.vue
@@ -50,60 +50,57 @@
diff --git a/src/views/user/setting/components/user-panel.vue b/src/views/user/setting/components/user-panel.vue
index 728b178..5f904f8 100644
--- a/src/views/user/setting/components/user-panel.vue
+++ b/src/views/user/setting/components/user-panel.vue
@@ -2,12 +2,12 @@
{}"
>
@@ -46,66 +46,81 @@