@hostlink/nuxt-light 1.55.0 → 1.55.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +120 -120
- package/dist/module.json +1 -1
- package/dist/runtime/components/L/CustomField/Add.vue +40 -42
- package/dist/runtime/components/L/CustomField/List.vue +5 -5
- package/dist/runtime/components/L/Database/create-table-dialog.vue +33 -34
- package/dist/runtime/components/L/Fieldset.vue +8 -11
- package/dist/runtime/components/L/ForgetPasswordDialog.vue +26 -27
- package/dist/runtime/components/L/Revision.vue +89 -93
- package/dist/runtime/components/L/Storage.vue +7 -7
- package/dist/runtime/components/L/System/Setting/authentication.d.vue.ts +1 -5
- package/dist/runtime/components/L/System/Setting/authentication.vue +16 -16
- package/dist/runtime/components/L/System/Setting/authentication.vue.d.ts +1 -5
- package/dist/runtime/components/L/System/Setting/developer.vue +10 -11
- package/dist/runtime/components/L/System/Setting/forget-password.vue +9 -9
- package/dist/runtime/components/L/System/Setting/general.vue +9 -9
- package/dist/runtime/components/L/System/Setting/mail.d.vue.ts +1 -5
- package/dist/runtime/components/L/System/Setting/mail.vue +28 -32
- package/dist/runtime/components/L/System/Setting/mail.vue.d.ts +1 -5
- package/dist/runtime/components/L/System/Setting/modules.d.vue.ts +1 -5
- package/dist/runtime/components/L/System/Setting/modules.vue +6 -6
- package/dist/runtime/components/L/System/Setting/modules.vue.d.ts +1 -5
- package/dist/runtime/components/L/System/Setting/security.d.vue.ts +1 -5
- package/dist/runtime/components/L/System/Setting/security.vue +38 -41
- package/dist/runtime/components/L/System/Setting/security.vue.d.ts +1 -5
- package/dist/runtime/components/L/User/eventlog.vue +5 -5
- package/dist/runtime/components/L/User/overview.vue +19 -19
- package/dist/runtime/components/L/User/userlog.vue +1 -1
- package/dist/runtime/components/L/ValidationInput.vue +14 -14
- package/dist/runtime/components/MyTest.vue +3 -3
- package/dist/runtime/components/l-action-btn.vue +4 -4
- package/dist/runtime/components/l-add-btn.vue +3 -3
- package/dist/runtime/components/l-alert.vue +8 -8
- package/dist/runtime/components/l-app-main.d.vue.ts +1 -5
- package/dist/runtime/components/l-app-main.vue +170 -171
- package/dist/runtime/components/l-app-main.vue.d.ts +1 -5
- package/dist/runtime/components/l-app.vue +27 -27
- package/dist/runtime/components/l-audit-card.vue +8 -8
- package/dist/runtime/components/l-back-btn.vue +6 -6
- package/dist/runtime/components/l-banner.d.vue.ts +1 -1
- package/dist/runtime/components/l-banner.vue +10 -10
- package/dist/runtime/components/l-banner.vue.d.ts +1 -1
- package/dist/runtime/components/l-bar.vue +3 -3
- package/dist/runtime/components/l-btn.vue +4 -4
- package/dist/runtime/components/l-card.d.vue.ts +1 -9
- package/dist/runtime/components/l-card.vue +31 -31
- package/dist/runtime/components/l-card.vue.d.ts +1 -9
- package/dist/runtime/components/l-checkbox.vue +3 -3
- package/dist/runtime/components/l-col.vue +5 -5
- package/dist/runtime/components/l-customizer.d.vue.ts +2 -2
- package/dist/runtime/components/l-customizer.vue +95 -96
- package/dist/runtime/components/l-customizer.vue.d.ts +2 -2
- package/dist/runtime/components/l-date-picker.d.vue.ts +1 -1
- package/dist/runtime/components/l-date-picker.vue +17 -17
- package/dist/runtime/components/l-date-picker.vue.d.ts +1 -1
- package/dist/runtime/components/l-delete-btn.vue +1 -1
- package/dist/runtime/components/l-dialog-database-field-add.vue +25 -26
- package/dist/runtime/components/l-drag-drop-container.vue +5 -5
- package/dist/runtime/components/l-drag-drop-group.vue +1 -1
- package/dist/runtime/components/l-drag-drop.vue +6 -6
- package/dist/runtime/components/l-edit-btn.vue +2 -2
- package/dist/runtime/components/l-editor.d.vue.ts +1 -5
- package/dist/runtime/components/l-editor.vue +41 -41
- package/dist/runtime/components/l-editor.vue.d.ts +1 -5
- package/dist/runtime/components/l-facebook-button.vue +2 -2
- package/dist/runtime/components/l-fav-menu.vue +14 -14
- package/dist/runtime/components/l-field.vue +3 -3
- package/dist/runtime/components/l-file-manager-labels.vue +11 -11
- package/dist/runtime/components/l-file-manager-move.vue +67 -67
- package/dist/runtime/components/l-file-manager-preview.vue +22 -22
- package/dist/runtime/components/l-file-manager.vue +243 -248
- package/dist/runtime/components/l-file-upload.d.vue.ts +1 -1
- package/dist/runtime/components/l-file-upload.vue +25 -25
- package/dist/runtime/components/l-file-upload.vue.d.ts +1 -1
- package/dist/runtime/components/l-file.d.vue.ts +1 -5
- package/dist/runtime/components/l-file.vue +8 -8
- package/dist/runtime/components/l-file.vue.d.ts +1 -5
- package/dist/runtime/components/l-form-dialog.vue +27 -27
- package/dist/runtime/components/l-form.d.vue.ts +1 -33
- package/dist/runtime/components/l-form.vue +11 -11
- package/dist/runtime/components/l-form.vue.d.ts +1 -33
- package/dist/runtime/components/l-group-select.vue +22 -22
- package/dist/runtime/components/l-icon-picker.vue +35 -38
- package/dist/runtime/components/l-input-select.vue +4 -4
- package/dist/runtime/components/l-input-xlsx.vue +30 -31
- package/dist/runtime/components/l-input.d.vue.ts +1 -1
- package/dist/runtime/components/l-input.vue +23 -23
- package/dist/runtime/components/l-input.vue.d.ts +1 -1
- package/dist/runtime/components/l-item.vue +18 -18
- package/dist/runtime/components/l-link.vue +3 -3
- package/dist/runtime/components/l-list.vue +12 -12
- package/dist/runtime/components/l-login.d.vue.ts +1 -5
- package/dist/runtime/components/l-login.vue +57 -57
- package/dist/runtime/components/l-login.vue.d.ts +1 -5
- package/dist/runtime/components/l-menu.vue +33 -34
- package/dist/runtime/components/l-microsoft-button.d.vue.ts +1 -11
- package/dist/runtime/components/l-microsoft-button.vue +68 -68
- package/dist/runtime/components/l-microsoft-button.vue.d.ts +1 -11
- package/dist/runtime/components/l-page.vue +21 -21
- package/dist/runtime/components/l-repeater.d.vue.ts +3 -3
- package/dist/runtime/components/l-repeater.vue +35 -35
- package/dist/runtime/components/l-repeater.vue.d.ts +3 -3
- package/dist/runtime/components/l-row.vue +5 -5
- package/dist/runtime/components/l-save-btn.vue +2 -2
- package/dist/runtime/components/l-select.vue +1 -1
- package/dist/runtime/components/l-small-box.vue +9 -9
- package/dist/runtime/components/l-statistic.vue +9 -9
- package/dist/runtime/components/l-tab.vue +10 -10
- package/dist/runtime/components/l-table.d.vue.ts +1 -1
- package/dist/runtime/components/l-table.vue +176 -190
- package/dist/runtime/components/l-table.vue.d.ts +1 -1
- package/dist/runtime/components/l-tabs.vue +9 -9
- package/dist/runtime/components/l-test2.vue +3 -3
- package/dist/runtime/components/l-time-picker.d.vue.ts +1 -1
- package/dist/runtime/components/l-time-picker.vue +18 -18
- package/dist/runtime/components/l-time-picker.vue.d.ts +1 -1
- package/dist/runtime/components/l-view-btn.vue +2 -2
- package/dist/runtime/components/user-list.vue +3 -3
- package/dist/runtime/composables/mytest.js +2 -2
- package/dist/runtime/composables/tc2sc.js +85 -85
- package/dist/runtime/formkit/Checkbox.d.vue.ts +0 -1
- package/dist/runtime/formkit/Checkbox.vue +6 -6
- package/dist/runtime/formkit/Checkbox.vue.d.ts +0 -1
- package/dist/runtime/formkit/DatePicker.d.vue.ts +0 -1
- package/dist/runtime/formkit/DatePicker.vue +11 -11
- package/dist/runtime/formkit/DatePicker.vue.d.ts +0 -1
- package/dist/runtime/formkit/Editor.vue +7 -7
- package/dist/runtime/formkit/File.d.vue.ts +0 -1
- package/dist/runtime/formkit/File.vue +6 -6
- package/dist/runtime/formkit/File.vue.d.ts +0 -1
- package/dist/runtime/formkit/FilePicker.d.vue.ts +0 -1
- package/dist/runtime/formkit/FilePicker.vue +6 -6
- package/dist/runtime/formkit/FilePicker.vue.d.ts +0 -1
- package/dist/runtime/formkit/FileUpload.d.vue.ts +0 -1
- package/dist/runtime/formkit/FileUpload.vue +6 -6
- package/dist/runtime/formkit/FileUpload.vue.d.ts +0 -1
- package/dist/runtime/formkit/Form.d.vue.ts +1 -3
- package/dist/runtime/formkit/Form.vue +11 -11
- package/dist/runtime/formkit/Form.vue.d.ts +1 -3
- package/dist/runtime/formkit/GroupSelect.d.vue.ts +0 -1
- package/dist/runtime/formkit/GroupSelect.vue +7 -7
- package/dist/runtime/formkit/GroupSelect.vue.d.ts +0 -1
- package/dist/runtime/formkit/Input.d.vue.ts +1 -1
- package/dist/runtime/formkit/Input.vue +11 -11
- package/dist/runtime/formkit/Input.vue.d.ts +1 -1
- package/dist/runtime/formkit/InputSelect.d.vue.ts +1 -1
- package/dist/runtime/formkit/InputSelect.vue +7 -7
- package/dist/runtime/formkit/InputSelect.vue.d.ts +1 -1
- package/dist/runtime/formkit/InputXlsx.vue +4 -4
- package/dist/runtime/formkit/OptionGroup.vue +5 -5
- package/dist/runtime/formkit/Radio.vue +4 -4
- package/dist/runtime/formkit/Repeater.d.vue.ts +1 -1
- package/dist/runtime/formkit/Repeater.vue +37 -37
- package/dist/runtime/formkit/Repeater.vue.d.ts +1 -1
- package/dist/runtime/formkit/Select.d.vue.ts +0 -1
- package/dist/runtime/formkit/Select.vue +6 -6
- package/dist/runtime/formkit/Select.vue.d.ts +0 -1
- package/dist/runtime/formkit/Textarea.d.vue.ts +1 -1
- package/dist/runtime/formkit/Textarea.vue +11 -11
- package/dist/runtime/formkit/Textarea.vue.d.ts +1 -1
- package/dist/runtime/formkit/TimePicker.d.vue.ts +0 -1
- package/dist/runtime/formkit/TimePicker.vue +10 -10
- package/dist/runtime/formkit/TimePicker.vue.d.ts +0 -1
- package/dist/runtime/formkit/Toggle.vue +3 -3
- package/dist/runtime/index.d.ts +39 -39
- package/dist/runtime/locales/en.json +9 -9
- package/dist/runtime/locales/zh-hk.json +213 -213
- package/dist/runtime/pages/CustomField/[custom_field_id]/edit.vue +33 -38
- package/dist/runtime/pages/CustomField/index.vue +12 -14
- package/dist/runtime/pages/EventLog/_eventlog_id/view.vue +36 -36
- package/dist/runtime/pages/EventLog/index.vue +7 -7
- package/dist/runtime/pages/FileManager/index.vue +4 -4
- package/dist/runtime/pages/MailLog/index.vue +18 -18
- package/dist/runtime/pages/Permission/add.vue +13 -13
- package/dist/runtime/pages/Permission/all.vue +63 -63
- package/dist/runtime/pages/Permission/export.vue +9 -10
- package/dist/runtime/pages/Permission/index.vue +4 -4
- package/dist/runtime/pages/Role/_name/update-child.vue +4 -4
- package/dist/runtime/pages/Role/add.vue +7 -7
- package/dist/runtime/pages/Role/add2.vue +30 -30
- package/dist/runtime/pages/Role/index.vue +27 -27
- package/dist/runtime/pages/System/database/backup.vue +72 -72
- package/dist/runtime/pages/System/database/check.vue +72 -72
- package/dist/runtime/pages/System/database/event.vue +51 -51
- package/dist/runtime/pages/System/database/process.vue +21 -21
- package/dist/runtime/pages/System/database/restore.vue +110 -110
- package/dist/runtime/pages/System/database/table.vue +67 -69
- package/dist/runtime/pages/System/fs.vue +99 -99
- package/dist/runtime/pages/System/index.vue +16 -18
- package/dist/runtime/pages/System/mailtest.vue +12 -12
- package/dist/runtime/pages/System/menu/index.vue +142 -144
- package/dist/runtime/pages/System/package.vue +11 -11
- package/dist/runtime/pages/System/phpinfo.vue +3 -3
- package/dist/runtime/pages/System/setting.vue +28 -30
- package/dist/runtime/pages/System/test.vue +12 -12
- package/dist/runtime/pages/System/view_as.vue +21 -22
- package/dist/runtime/pages/SystemValue/_systemvalue_id/edit.vue +6 -6
- package/dist/runtime/pages/SystemValue/add.vue +7 -7
- package/dist/runtime/pages/SystemValue/index.vue +4 -4
- package/dist/runtime/pages/Translate/index.vue +38 -38
- package/dist/runtime/pages/User/_user_id/change-password.vue +17 -18
- package/dist/runtime/pages/User/_user_id/edit.vue +28 -28
- package/dist/runtime/pages/User/_user_id/update-role.vue +7 -8
- package/dist/runtime/pages/User/_user_id/view.vue +27 -30
- package/dist/runtime/pages/User/add.vue +35 -35
- package/dist/runtime/pages/User/index.vue +11 -11
- package/dist/runtime/pages/User/profile.vue +45 -46
- package/dist/runtime/pages/User/setting/bio-auth.vue +22 -22
- package/dist/runtime/pages/User/setting/favorite.vue +61 -62
- package/dist/runtime/pages/User/setting/index.vue +6 -6
- package/dist/runtime/pages/User/setting/information.vue +6 -6
- package/dist/runtime/pages/User/setting/menu.vue +165 -165
- package/dist/runtime/pages/User/setting/open_id.vue +161 -161
- package/dist/runtime/pages/User/setting/password.vue +19 -19
- package/dist/runtime/pages/User/setting/style.vue +104 -106
- package/dist/runtime/pages/User/setting/two-factor-auth.vue +176 -176
- package/dist/runtime/pages/User/setting.vue +32 -32
- package/dist/runtime/pages/UserLog/index.vue +4 -4
- package/package.json +63 -63
|
@@ -1,214 +1,214 @@
|
|
|
1
|
-
{
|
|
2
|
-
"Menu width": "選單寬度",
|
|
3
|
-
"File system": "檔案系統",
|
|
4
|
-
"Folders": "資料夾",
|
|
5
|
-
"Files": "檔案",
|
|
6
|
-
"Server time": "伺服器時間",
|
|
7
|
-
"Developer": "開發者",
|
|
8
|
-
"Modules": "模組",
|
|
9
|
-
"Security": "安全",
|
|
10
|
-
"Password policy": "密碼規則",
|
|
11
|
-
"Must contain at least {0} characters": "必須包含至少{0}個字元",
|
|
12
|
-
"contains_symbol": "必須包含符號",
|
|
13
|
-
"contains_numeric": "必須包含數字",
|
|
14
|
-
"contains_lowercase": "必須包含小寫字母",
|
|
15
|
-
"contains_uppercase": "必須包含大寫字母",
|
|
16
|
-
"Last access time": "最後存取時間",
|
|
17
|
-
"Default": "預設",
|
|
18
|
-
"Register": "註冊",
|
|
19
|
-
"Reset your 2FA": "重設雙重認證",
|
|
20
|
-
"Result": "結果",
|
|
21
|
-
"Update password": "更新密碼",
|
|
22
|
-
"Two factor auth": "雙重認證",
|
|
23
|
-
"Color": "顏色",
|
|
24
|
-
"Show footer": "顯示頁尾",
|
|
25
|
-
"Date": "日期",
|
|
26
|
-
"Online": "在線",
|
|
27
|
-
"Update": "更新",
|
|
28
|
-
"MailLog": "電郵記錄",
|
|
29
|
-
"Remark": "備註",
|
|
30
|
-
"Status": "狀態",
|
|
31
|
-
"Copyright": "著作權",
|
|
32
|
-
"All rights reserved": "版權所有",
|
|
33
|
-
"ACL": "權限控制",
|
|
34
|
-
"Calendar": "月曆",
|
|
35
|
-
"Config": "配置",
|
|
36
|
-
"Logout": "登出",
|
|
37
|
-
"Module": "模組",
|
|
38
|
-
"ModuleGroup": "模組組合",
|
|
39
|
-
"My Info": "我的資料",
|
|
40
|
-
"Server Time": "系統時間",
|
|
41
|
-
"System": "系統",
|
|
42
|
-
"SystemBackup": "系統備份",
|
|
43
|
-
"SystemValue": "系統值",
|
|
44
|
-
"System Value": "系統值",
|
|
45
|
-
"Translate": "翻譯",
|
|
46
|
-
"User": "使用者",
|
|
47
|
-
"Setting": "設定",
|
|
48
|
-
"setting": "設定",
|
|
49
|
-
"Email": "電郵",
|
|
50
|
-
"Phone": "電話",
|
|
51
|
-
"UserGroup": "使用者群組",
|
|
52
|
-
"User group": "使用者群組",
|
|
53
|
-
"Submit": "提交",
|
|
54
|
-
"Back": "返回",
|
|
55
|
-
"Password": "密碼",
|
|
56
|
-
"Address": "地址",
|
|
57
|
-
"username": "使用者名稱",
|
|
58
|
-
"Fax": "傳真",
|
|
59
|
-
"City": "城市",
|
|
60
|
-
"Website": "網站",
|
|
61
|
-
"Add": "新增",
|
|
62
|
-
"add": "新增",
|
|
63
|
-
"Edit": "編輯",
|
|
64
|
-
"edit": "編輯",
|
|
65
|
-
"UserLog": "使用者紀錄",
|
|
66
|
-
"EventLog": "事件紀錄",
|
|
67
|
-
"Sign out": "登出",
|
|
68
|
-
"Username": "使用者名稱",
|
|
69
|
-
"First name": "名稱",
|
|
70
|
-
"Last name": "姓氏",
|
|
71
|
-
"Created time": "建立時間",
|
|
72
|
-
"Updated time": "更新時間",
|
|
73
|
-
"Reset password": "重設密碼",
|
|
74
|
-
"Login time": "登入時間",
|
|
75
|
-
"Logout time": "登出時間",
|
|
76
|
-
"File name": "檔案名稱",
|
|
77
|
-
"Join date": "加入日期",
|
|
78
|
-
"Default page": "預設頁",
|
|
79
|
-
"2 step verification": "二步認證",
|
|
80
|
-
"Expiry date": "有效日期",
|
|
81
|
-
"List": "列表",
|
|
82
|
-
"Access deny": "拒絶存取",
|
|
83
|
-
"Language": "語言",
|
|
84
|
-
"General settings": "一般設定",
|
|
85
|
-
"Profile": "基本資料",
|
|
86
|
-
"User profile": "使用者基本資料",
|
|
87
|
-
"Blue": "藍色",
|
|
88
|
-
"Black": "黑色",
|
|
89
|
-
"Purple": "紫色",
|
|
90
|
-
"Green": "綠色",
|
|
91
|
-
"Red": "紅色",
|
|
92
|
-
"Yellow": "黃色",
|
|
93
|
-
"My favorite": "我的最愛",
|
|
94
|
-
"IP address": "IP地址",
|
|
95
|
-
"User agent": "使用者代理",
|
|
96
|
-
"Version": "版本",
|
|
97
|
-
"Home": "主頁",
|
|
98
|
-
"2 Step verification": "雙重認證",
|
|
99
|
-
"FileManager": "檔案管理器",
|
|
100
|
-
"Settings": "設定",
|
|
101
|
-
"Change Password": "更改密碼",
|
|
102
|
-
"Theme Customizer": "主題定制器",
|
|
103
|
-
"Theme customizer": "主題定制器",
|
|
104
|
-
"Customize & Preview in Real Time": "實時自定義和預覽",
|
|
105
|
-
"Delete": "刪除",
|
|
106
|
-
"View": "檢視",
|
|
107
|
-
"view": "檢視",
|
|
108
|
-
"Biometric authentication": "生物認證",
|
|
109
|
-
"New Password": "新密碼",
|
|
110
|
-
"Permissions": "權限",
|
|
111
|
-
"Information": "資訊",
|
|
112
|
-
"Save": "儲存",
|
|
113
|
-
"Save changes": "儲存更改",
|
|
114
|
-
"Activate biometric authentication on this device": "在此設備上啟用生物識別身份驗證",
|
|
115
|
-
"Time": "時間",
|
|
116
|
-
"Style": "風格",
|
|
117
|
-
"Mail test": "郵件測試",
|
|
118
|
-
"mail-test": "郵件測試",
|
|
119
|
-
"Documents": "文件",
|
|
120
|
-
"Images": "圖像",
|
|
121
|
-
"Videos": "影像",
|
|
122
|
-
"Audio": "音訊",
|
|
123
|
-
"Name": "名稱",
|
|
124
|
-
"Date modified": "修改日期",
|
|
125
|
-
"Size": "大小",
|
|
126
|
-
"File": "檔案",
|
|
127
|
-
"Folder": "資料夾",
|
|
128
|
-
"Search": "搜尋",
|
|
129
|
-
"Reset": "重設",
|
|
130
|
-
"Reload": "重新載入",
|
|
131
|
-
"Rename": "重新命名",
|
|
132
|
-
"Database": "資料庫",
|
|
133
|
-
"Charset": "字元編碼",
|
|
134
|
-
"Role": "角色",
|
|
135
|
-
"Permission": "權限",
|
|
136
|
-
"Old password": "舊密碼",
|
|
137
|
-
"New password": "新密碼",
|
|
138
|
-
"Confirm password": "確認密碼",
|
|
139
|
-
"General": "一般",
|
|
140
|
-
"Roles": "角色",
|
|
141
|
-
"Change password": "更改密碼",
|
|
142
|
-
"Change role": "更改角色",
|
|
143
|
-
"Address1": "地址1",
|
|
144
|
-
"Address2": "地址2",
|
|
145
|
-
"Address3": "地址3",
|
|
146
|
-
"Address 1": "地址1",
|
|
147
|
-
"Address 2": "地址2",
|
|
148
|
-
"Address 3": "地址3",
|
|
149
|
-
"Archives": "檔案",
|
|
150
|
-
"Labels": "標籤",
|
|
151
|
-
"Last Modified": "最後修改",
|
|
152
|
-
"Upload file": "上傳檔案",
|
|
153
|
-
"Storage": "儲存空間",
|
|
154
|
-
"Search for file name": "搜尋檔案名稱",
|
|
155
|
-
"database": "資料庫",
|
|
156
|
-
"Backup": "備份",
|
|
157
|
-
"backup": "備份",
|
|
158
|
-
"Restore": "還原",
|
|
159
|
-
"restore": "還原",
|
|
160
|
-
"Content": "內容",
|
|
161
|
-
"Download": "下載",
|
|
162
|
-
"File Manager": "文件管理器",
|
|
163
|
-
"User log": "使用者紀錄",
|
|
164
|
-
"Event log": "事件紀錄",
|
|
165
|
-
"Mail log": "郵件紀錄",
|
|
166
|
-
"PHPInfo": "PHP資訊",
|
|
167
|
-
"Menu": "選單",
|
|
168
|
-
"New": "新增",
|
|
169
|
-
"Server": "伺服器",
|
|
170
|
-
"Remove": "移除",
|
|
171
|
-
"Records per page:": "每頁顯示:",
|
|
172
|
-
"storage_usage": "剩餘 {0}, 共 {1}",
|
|
173
|
-
"Login": "登入",
|
|
174
|
-
"Forget password": "忘記密碼",
|
|
175
|
-
"Password is required": "密碼為必填",
|
|
176
|
-
"Username is required": "使用者名稱為必填",
|
|
177
|
-
"Export": "匯出",
|
|
178
|
-
"Event Log": "事件紀錄",
|
|
179
|
-
"Mail Log": "郵件紀錄",
|
|
180
|
-
"User Log": "使用者紀錄",
|
|
181
|
-
"input_required": "{0}為必填",
|
|
182
|
-
"Invalid email format": "電郵格式錯誤",
|
|
183
|
-
"No data available": "沒有資料",
|
|
184
|
-
"Loading...": "載入中...",
|
|
185
|
-
"input_min": "最少{0}個字",
|
|
186
|
-
"OK": "確定",
|
|
187
|
-
"Cancel": "取消",
|
|
188
|
-
"Please enter your username and email address, we will send you a code to reset your password": "請輸入您的使用者名稱和電子郵件地址,我們將向您發送一個代碼以重置密碼",
|
|
189
|
-
"Email is required": "電郵為必填",
|
|
190
|
-
"Enter your code": "輸入您的代碼",
|
|
191
|
-
"Please enter your two factor authentication code (If you lost your authenticator, please contact your administrator)": "請輸入您的雙重認證代碼(如果您丟失了您的驗證器,請聯繫您的管理員)",
|
|
192
|
-
"Please enter your new password": "請輸入您的新密碼",
|
|
193
|
-
"Your password has been reset successfully": "您的密碼已成功重置",
|
|
194
|
-
"Please enter the code sent to your email, your code will expire in 10 minutes": "請輸入發送到您的電子郵件的代碼,您的代碼將在10分鐘內過期",
|
|
195
|
-
"Your code is invalid or expired": "您的代碼無效或已過期",
|
|
196
|
-
"Mail": "郵件",
|
|
197
|
-
"Company": "公司",
|
|
198
|
-
"Company logo": "公司標誌",
|
|
199
|
-
"Copyright name": "版權名稱",
|
|
200
|
-
"Copyright year": "版權年份",
|
|
201
|
-
"Now download the app and scan the qrcode. Input the code to the following input and submit": "現在下載應用程序並掃描二維碼。將代碼輸入到以下輸入框中並提交",
|
|
202
|
-
"Please scan the QR code with your authenticator app, and enter the code generated": "請使用您的驗證器應用程序掃描QR代碼,然後輸入生成的代碼",
|
|
203
|
-
"You have already linked your Google account.": "您已經連接了您的Google帳戶。",
|
|
204
|
-
"Are you sure you want to unlink your Google account?": "您確定要取消連接您的Google帳戶嗎?",
|
|
205
|
-
"Yes": "是",
|
|
206
|
-
"No": "否",
|
|
207
|
-
"Add to favorite": "添加到收藏夾",
|
|
208
|
-
"Enter favorite label": "輸入收藏標籤",
|
|
209
|
-
"Reset 2FA": "重置雙重認證",
|
|
210
|
-
"Are you sure you want to reset 2FA?" : "您確定要重置雙重認證嗎?",
|
|
211
|
-
"Update role": "更新角色",
|
|
212
|
-
"Overview": "概覽",
|
|
213
|
-
"Click the button below to link your Google account.": "點擊下面的按鈕連接您的Google帳戶。"
|
|
1
|
+
{
|
|
2
|
+
"Menu width": "選單寬度",
|
|
3
|
+
"File system": "檔案系統",
|
|
4
|
+
"Folders": "資料夾",
|
|
5
|
+
"Files": "檔案",
|
|
6
|
+
"Server time": "伺服器時間",
|
|
7
|
+
"Developer": "開發者",
|
|
8
|
+
"Modules": "模組",
|
|
9
|
+
"Security": "安全",
|
|
10
|
+
"Password policy": "密碼規則",
|
|
11
|
+
"Must contain at least {0} characters": "必須包含至少{0}個字元",
|
|
12
|
+
"contains_symbol": "必須包含符號",
|
|
13
|
+
"contains_numeric": "必須包含數字",
|
|
14
|
+
"contains_lowercase": "必須包含小寫字母",
|
|
15
|
+
"contains_uppercase": "必須包含大寫字母",
|
|
16
|
+
"Last access time": "最後存取時間",
|
|
17
|
+
"Default": "預設",
|
|
18
|
+
"Register": "註冊",
|
|
19
|
+
"Reset your 2FA": "重設雙重認證",
|
|
20
|
+
"Result": "結果",
|
|
21
|
+
"Update password": "更新密碼",
|
|
22
|
+
"Two factor auth": "雙重認證",
|
|
23
|
+
"Color": "顏色",
|
|
24
|
+
"Show footer": "顯示頁尾",
|
|
25
|
+
"Date": "日期",
|
|
26
|
+
"Online": "在線",
|
|
27
|
+
"Update": "更新",
|
|
28
|
+
"MailLog": "電郵記錄",
|
|
29
|
+
"Remark": "備註",
|
|
30
|
+
"Status": "狀態",
|
|
31
|
+
"Copyright": "著作權",
|
|
32
|
+
"All rights reserved": "版權所有",
|
|
33
|
+
"ACL": "權限控制",
|
|
34
|
+
"Calendar": "月曆",
|
|
35
|
+
"Config": "配置",
|
|
36
|
+
"Logout": "登出",
|
|
37
|
+
"Module": "模組",
|
|
38
|
+
"ModuleGroup": "模組組合",
|
|
39
|
+
"My Info": "我的資料",
|
|
40
|
+
"Server Time": "系統時間",
|
|
41
|
+
"System": "系統",
|
|
42
|
+
"SystemBackup": "系統備份",
|
|
43
|
+
"SystemValue": "系統值",
|
|
44
|
+
"System Value": "系統值",
|
|
45
|
+
"Translate": "翻譯",
|
|
46
|
+
"User": "使用者",
|
|
47
|
+
"Setting": "設定",
|
|
48
|
+
"setting": "設定",
|
|
49
|
+
"Email": "電郵",
|
|
50
|
+
"Phone": "電話",
|
|
51
|
+
"UserGroup": "使用者群組",
|
|
52
|
+
"User group": "使用者群組",
|
|
53
|
+
"Submit": "提交",
|
|
54
|
+
"Back": "返回",
|
|
55
|
+
"Password": "密碼",
|
|
56
|
+
"Address": "地址",
|
|
57
|
+
"username": "使用者名稱",
|
|
58
|
+
"Fax": "傳真",
|
|
59
|
+
"City": "城市",
|
|
60
|
+
"Website": "網站",
|
|
61
|
+
"Add": "新增",
|
|
62
|
+
"add": "新增",
|
|
63
|
+
"Edit": "編輯",
|
|
64
|
+
"edit": "編輯",
|
|
65
|
+
"UserLog": "使用者紀錄",
|
|
66
|
+
"EventLog": "事件紀錄",
|
|
67
|
+
"Sign out": "登出",
|
|
68
|
+
"Username": "使用者名稱",
|
|
69
|
+
"First name": "名稱",
|
|
70
|
+
"Last name": "姓氏",
|
|
71
|
+
"Created time": "建立時間",
|
|
72
|
+
"Updated time": "更新時間",
|
|
73
|
+
"Reset password": "重設密碼",
|
|
74
|
+
"Login time": "登入時間",
|
|
75
|
+
"Logout time": "登出時間",
|
|
76
|
+
"File name": "檔案名稱",
|
|
77
|
+
"Join date": "加入日期",
|
|
78
|
+
"Default page": "預設頁",
|
|
79
|
+
"2 step verification": "二步認證",
|
|
80
|
+
"Expiry date": "有效日期",
|
|
81
|
+
"List": "列表",
|
|
82
|
+
"Access deny": "拒絶存取",
|
|
83
|
+
"Language": "語言",
|
|
84
|
+
"General settings": "一般設定",
|
|
85
|
+
"Profile": "基本資料",
|
|
86
|
+
"User profile": "使用者基本資料",
|
|
87
|
+
"Blue": "藍色",
|
|
88
|
+
"Black": "黑色",
|
|
89
|
+
"Purple": "紫色",
|
|
90
|
+
"Green": "綠色",
|
|
91
|
+
"Red": "紅色",
|
|
92
|
+
"Yellow": "黃色",
|
|
93
|
+
"My favorite": "我的最愛",
|
|
94
|
+
"IP address": "IP地址",
|
|
95
|
+
"User agent": "使用者代理",
|
|
96
|
+
"Version": "版本",
|
|
97
|
+
"Home": "主頁",
|
|
98
|
+
"2 Step verification": "雙重認證",
|
|
99
|
+
"FileManager": "檔案管理器",
|
|
100
|
+
"Settings": "設定",
|
|
101
|
+
"Change Password": "更改密碼",
|
|
102
|
+
"Theme Customizer": "主題定制器",
|
|
103
|
+
"Theme customizer": "主題定制器",
|
|
104
|
+
"Customize & Preview in Real Time": "實時自定義和預覽",
|
|
105
|
+
"Delete": "刪除",
|
|
106
|
+
"View": "檢視",
|
|
107
|
+
"view": "檢視",
|
|
108
|
+
"Biometric authentication": "生物認證",
|
|
109
|
+
"New Password": "新密碼",
|
|
110
|
+
"Permissions": "權限",
|
|
111
|
+
"Information": "資訊",
|
|
112
|
+
"Save": "儲存",
|
|
113
|
+
"Save changes": "儲存更改",
|
|
114
|
+
"Activate biometric authentication on this device": "在此設備上啟用生物識別身份驗證",
|
|
115
|
+
"Time": "時間",
|
|
116
|
+
"Style": "風格",
|
|
117
|
+
"Mail test": "郵件測試",
|
|
118
|
+
"mail-test": "郵件測試",
|
|
119
|
+
"Documents": "文件",
|
|
120
|
+
"Images": "圖像",
|
|
121
|
+
"Videos": "影像",
|
|
122
|
+
"Audio": "音訊",
|
|
123
|
+
"Name": "名稱",
|
|
124
|
+
"Date modified": "修改日期",
|
|
125
|
+
"Size": "大小",
|
|
126
|
+
"File": "檔案",
|
|
127
|
+
"Folder": "資料夾",
|
|
128
|
+
"Search": "搜尋",
|
|
129
|
+
"Reset": "重設",
|
|
130
|
+
"Reload": "重新載入",
|
|
131
|
+
"Rename": "重新命名",
|
|
132
|
+
"Database": "資料庫",
|
|
133
|
+
"Charset": "字元編碼",
|
|
134
|
+
"Role": "角色",
|
|
135
|
+
"Permission": "權限",
|
|
136
|
+
"Old password": "舊密碼",
|
|
137
|
+
"New password": "新密碼",
|
|
138
|
+
"Confirm password": "確認密碼",
|
|
139
|
+
"General": "一般",
|
|
140
|
+
"Roles": "角色",
|
|
141
|
+
"Change password": "更改密碼",
|
|
142
|
+
"Change role": "更改角色",
|
|
143
|
+
"Address1": "地址1",
|
|
144
|
+
"Address2": "地址2",
|
|
145
|
+
"Address3": "地址3",
|
|
146
|
+
"Address 1": "地址1",
|
|
147
|
+
"Address 2": "地址2",
|
|
148
|
+
"Address 3": "地址3",
|
|
149
|
+
"Archives": "檔案",
|
|
150
|
+
"Labels": "標籤",
|
|
151
|
+
"Last Modified": "最後修改",
|
|
152
|
+
"Upload file": "上傳檔案",
|
|
153
|
+
"Storage": "儲存空間",
|
|
154
|
+
"Search for file name": "搜尋檔案名稱",
|
|
155
|
+
"database": "資料庫",
|
|
156
|
+
"Backup": "備份",
|
|
157
|
+
"backup": "備份",
|
|
158
|
+
"Restore": "還原",
|
|
159
|
+
"restore": "還原",
|
|
160
|
+
"Content": "內容",
|
|
161
|
+
"Download": "下載",
|
|
162
|
+
"File Manager": "文件管理器",
|
|
163
|
+
"User log": "使用者紀錄",
|
|
164
|
+
"Event log": "事件紀錄",
|
|
165
|
+
"Mail log": "郵件紀錄",
|
|
166
|
+
"PHPInfo": "PHP資訊",
|
|
167
|
+
"Menu": "選單",
|
|
168
|
+
"New": "新增",
|
|
169
|
+
"Server": "伺服器",
|
|
170
|
+
"Remove": "移除",
|
|
171
|
+
"Records per page:": "每頁顯示:",
|
|
172
|
+
"storage_usage": "剩餘 {0}, 共 {1}",
|
|
173
|
+
"Login": "登入",
|
|
174
|
+
"Forget password": "忘記密碼",
|
|
175
|
+
"Password is required": "密碼為必填",
|
|
176
|
+
"Username is required": "使用者名稱為必填",
|
|
177
|
+
"Export": "匯出",
|
|
178
|
+
"Event Log": "事件紀錄",
|
|
179
|
+
"Mail Log": "郵件紀錄",
|
|
180
|
+
"User Log": "使用者紀錄",
|
|
181
|
+
"input_required": "{0}為必填",
|
|
182
|
+
"Invalid email format": "電郵格式錯誤",
|
|
183
|
+
"No data available": "沒有資料",
|
|
184
|
+
"Loading...": "載入中...",
|
|
185
|
+
"input_min": "最少{0}個字",
|
|
186
|
+
"OK": "確定",
|
|
187
|
+
"Cancel": "取消",
|
|
188
|
+
"Please enter your username and email address, we will send you a code to reset your password": "請輸入您的使用者名稱和電子郵件地址,我們將向您發送一個代碼以重置密碼",
|
|
189
|
+
"Email is required": "電郵為必填",
|
|
190
|
+
"Enter your code": "輸入您的代碼",
|
|
191
|
+
"Please enter your two factor authentication code (If you lost your authenticator, please contact your administrator)": "請輸入您的雙重認證代碼(如果您丟失了您的驗證器,請聯繫您的管理員)",
|
|
192
|
+
"Please enter your new password": "請輸入您的新密碼",
|
|
193
|
+
"Your password has been reset successfully": "您的密碼已成功重置",
|
|
194
|
+
"Please enter the code sent to your email, your code will expire in 10 minutes": "請輸入發送到您的電子郵件的代碼,您的代碼將在10分鐘內過期",
|
|
195
|
+
"Your code is invalid or expired": "您的代碼無效或已過期",
|
|
196
|
+
"Mail": "郵件",
|
|
197
|
+
"Company": "公司",
|
|
198
|
+
"Company logo": "公司標誌",
|
|
199
|
+
"Copyright name": "版權名稱",
|
|
200
|
+
"Copyright year": "版權年份",
|
|
201
|
+
"Now download the app and scan the qrcode. Input the code to the following input and submit": "現在下載應用程序並掃描二維碼。將代碼輸入到以下輸入框中並提交",
|
|
202
|
+
"Please scan the QR code with your authenticator app, and enter the code generated": "請使用您的驗證器應用程序掃描QR代碼,然後輸入生成的代碼",
|
|
203
|
+
"You have already linked your Google account.": "您已經連接了您的Google帳戶。",
|
|
204
|
+
"Are you sure you want to unlink your Google account?": "您確定要取消連接您的Google帳戶嗎?",
|
|
205
|
+
"Yes": "是",
|
|
206
|
+
"No": "否",
|
|
207
|
+
"Add to favorite": "添加到收藏夾",
|
|
208
|
+
"Enter favorite label": "輸入收藏標籤",
|
|
209
|
+
"Reset 2FA": "重置雙重認證",
|
|
210
|
+
"Are you sure you want to reset 2FA?" : "您確定要重置雙重認證嗎?",
|
|
211
|
+
"Update role": "更新角色",
|
|
212
|
+
"Overview": "概覽",
|
|
213
|
+
"Click the button below to link your Google account.": "點擊下面的按鈕連接您的Google帳戶。"
|
|
214
214
|
}
|
|
@@ -33,42 +33,37 @@ const v = ref("required");
|
|
|
33
33
|
</script>
|
|
34
34
|
|
|
35
35
|
<template>
|
|
36
|
-
<l-page>
|
|
37
|
-
|
|
38
|
-
<form-kit type="l-form" :value="obj" #default="{ value, node }">
|
|
39
|
-
<form-kit type="l-input" name="name" label="Name" validation="required" />
|
|
40
|
-
|
|
41
|
-
<form-kit type="l-select" name="model" label="Model" :options="app.customFieldModels"
|
|
42
|
-
validation="required" />
|
|
43
|
-
|
|
44
|
-
<form-kit type="l-select" name="type" label="Type" :options="types" validation="required" />
|
|
45
|
-
|
|
46
|
-
<form-kit type="hidden" name="validation" />
|
|
47
|
-
<l-validation-input v-model="value.validation" @update:model-value="node.at('validation').input($event)"
|
|
48
|
-
:type="value.type" />
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
<form-kit type="
|
|
52
|
-
<
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
<form-kit type="l-input" name="
|
|
62
|
-
|
|
63
|
-
<form-kit type="l-input" name="
|
|
64
|
-
|
|
65
|
-
<form-kit type="l-input"
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
</form-kit>
|
|
73
|
-
</l-page>
|
|
36
|
+
<l-page>
|
|
37
|
+
|
|
38
|
+
<form-kit type="l-form" :value="obj" #default="{ value, node }">
|
|
39
|
+
<form-kit type="l-input" name="name" label="Name" validation="required" />
|
|
40
|
+
|
|
41
|
+
<form-kit type="l-select" name="model" label="Model" :options="app.customFieldModels"
|
|
42
|
+
validation="required" />
|
|
43
|
+
|
|
44
|
+
<form-kit type="l-select" name="type" label="Type" :options="types" validation="required" />
|
|
45
|
+
|
|
46
|
+
<form-kit type="hidden" name="validation" />
|
|
47
|
+
<l-validation-input v-model="value.validation" @update:model-value="node.at('validation').input($event)"
|
|
48
|
+
:type="value.type" />
|
|
49
|
+
|
|
50
|
+
<form-kit type="l-input" name="label" label="Label" validation="required" />
|
|
51
|
+
<form-kit type="hidden" name="options" />
|
|
52
|
+
<template v-if="value.type === 'select'">
|
|
53
|
+
|
|
54
|
+
<q-select label="Options" v-model="value.options" @update:model-value="node.at('options').input($event)"
|
|
55
|
+
use-input use-chips multiple hide-dropdown-icon input-debounce="0" new-value-mode="add-unique"
|
|
56
|
+
stack-label outlined placeholder="Press enter to add new option" />
|
|
57
|
+
</template>
|
|
58
|
+
|
|
59
|
+
<form-kit type="l-input" name="default_value" label="Default Value" />
|
|
60
|
+
|
|
61
|
+
<form-kit type="l-input" name="placeholder" label="Placeholder" />
|
|
62
|
+
|
|
63
|
+
<form-kit type="l-input" input-type="number" name="order" label="Order" number />
|
|
64
|
+
|
|
65
|
+
<form-kit type="l-input" name="help" label="Help" />
|
|
66
|
+
|
|
67
|
+
</form-kit>
|
|
68
|
+
</l-page>
|
|
74
69
|
</template>
|
|
@@ -19,18 +19,16 @@ const addComponent = await resolveComponent("l-custom-field-add");
|
|
|
19
19
|
</script>
|
|
20
20
|
|
|
21
21
|
<template>
|
|
22
|
-
<l-page>
|
|
23
|
-
<p>
|
|
24
|
-
Customize your Models with your own fields. Make sure to use the below added fields on the address formats
|
|
25
|
-
on Customization settings page.
|
|
26
|
-
</p>
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
</l-page>
|
|
22
|
+
<l-page>
|
|
23
|
+
<p>
|
|
24
|
+
Customize your Models with your own fields. Make sure to use the below added fields on the address formats
|
|
25
|
+
on Customization settings page.
|
|
26
|
+
</p>
|
|
27
|
+
|
|
28
|
+
<l-table row-key="custom_field_id" @request-data="onRequest" :columns="columns" :add-component="addComponent" :add-component-props="{
|
|
29
|
+
models: app.customFieldModels
|
|
30
|
+
}" :actions="['edit', 'delete']">
|
|
31
|
+
</l-table>
|
|
32
|
+
|
|
33
|
+
</l-page>
|
|
36
34
|
</template>
|
|
@@ -15,40 +15,40 @@ const splitterModel = 50;
|
|
|
15
15
|
</script>
|
|
16
16
|
|
|
17
17
|
<template>
|
|
18
|
-
<l-page>
|
|
19
|
-
<l-card>
|
|
20
|
-
<l-list>
|
|
21
|
-
<l-item label="EventLog ID">{{ obj.eventlog_id }}</l-item>
|
|
22
|
-
<l-item label="Class">{{ obj.class }}</l-item>
|
|
23
|
-
<l-item label="ID">{{ obj.id }}</l-item>
|
|
24
|
-
<l-item label="Action">{{ obj.action }}</l-item>
|
|
25
|
-
<l-item label="Created time">{{ obj.created_time }}</l-item>
|
|
26
|
-
<l-item label="Username">{{ obj.username }}</l-item>
|
|
27
|
-
|
|
28
|
-
</l-list>
|
|
29
|
-
|
|
30
|
-
<q-splitter v-model="splitterModel">
|
|
31
|
-
<template v-slot:before>
|
|
32
|
-
<div class="q-pa-md">
|
|
33
|
-
<div class="text-h6 q-mb-md">{{ $t('Source') }}</div>
|
|
34
|
-
<pre>{{ obj.source }}</pre>
|
|
35
|
-
</div>
|
|
36
|
-
</template>
|
|
37
|
-
|
|
38
|
-
<template v-slot:after>
|
|
39
|
-
<div class="q-pa-md">
|
|
40
|
-
<div class="text-h6 q-mb-md">{{ $t('Target') }}</div>
|
|
41
|
-
<pre>{{ obj.target }}</pre>
|
|
42
|
-
</div>
|
|
43
|
-
</template>
|
|
44
|
-
</q-splitter>
|
|
45
|
-
|
|
46
|
-
<q-separator />
|
|
47
|
-
<div class="q-pa-md" style="overflow: auto;">
|
|
48
|
-
<div class="text-h6 q-mb-md">{{ $t('Different') }}</div>
|
|
49
|
-
<pre v-if="obj.different">{{ obj.different }}</pre>
|
|
50
|
-
</div>
|
|
51
|
-
</l-card>
|
|
52
|
-
|
|
53
|
-
</l-page>
|
|
18
|
+
<l-page>
|
|
19
|
+
<l-card>
|
|
20
|
+
<l-list>
|
|
21
|
+
<l-item label="EventLog ID">{{ obj.eventlog_id }}</l-item>
|
|
22
|
+
<l-item label="Class">{{ obj.class }}</l-item>
|
|
23
|
+
<l-item label="ID">{{ obj.id }}</l-item>
|
|
24
|
+
<l-item label="Action">{{ obj.action }}</l-item>
|
|
25
|
+
<l-item label="Created time">{{ obj.created_time }}</l-item>
|
|
26
|
+
<l-item label="Username">{{ obj.username }}</l-item>
|
|
27
|
+
|
|
28
|
+
</l-list>
|
|
29
|
+
|
|
30
|
+
<q-splitter v-model="splitterModel">
|
|
31
|
+
<template v-slot:before>
|
|
32
|
+
<div class="q-pa-md">
|
|
33
|
+
<div class="text-h6 q-mb-md">{{ $t('Source') }}</div>
|
|
34
|
+
<pre>{{ obj.source }}</pre>
|
|
35
|
+
</div>
|
|
36
|
+
</template>
|
|
37
|
+
|
|
38
|
+
<template v-slot:after>
|
|
39
|
+
<div class="q-pa-md">
|
|
40
|
+
<div class="text-h6 q-mb-md">{{ $t('Target') }}</div>
|
|
41
|
+
<pre>{{ obj.target }}</pre>
|
|
42
|
+
</div>
|
|
43
|
+
</template>
|
|
44
|
+
</q-splitter>
|
|
45
|
+
|
|
46
|
+
<q-separator />
|
|
47
|
+
<div class="q-pa-md" style="overflow: auto;">
|
|
48
|
+
<div class="text-h6 q-mb-md">{{ $t('Different') }}</div>
|
|
49
|
+
<pre v-if="obj.different">{{ obj.different }}</pre>
|
|
50
|
+
</div>
|
|
51
|
+
</l-card>
|
|
52
|
+
|
|
53
|
+
</l-page>
|
|
54
54
|
</template>
|
|
@@ -11,11 +11,11 @@ const columns = model("EventLog").columns({
|
|
|
11
11
|
</script>
|
|
12
12
|
|
|
13
13
|
<template>
|
|
14
|
-
<l-page>
|
|
15
|
-
|
|
16
|
-
<l-table @request-data="$event.loadObjects('EventLog')" :columns="columns"
|
|
17
|
-
sort-by="eventlog_id:desc" :actions="['view']">
|
|
18
|
-
|
|
19
|
-
</l-table>
|
|
20
|
-
</l-page>
|
|
14
|
+
<l-page>
|
|
15
|
+
|
|
16
|
+
<l-table @request-data="$event.loadObjects('EventLog')" :columns="columns"
|
|
17
|
+
sort-by="eventlog_id:desc" :actions="['view']">
|
|
18
|
+
|
|
19
|
+
</l-table>
|
|
20
|
+
</l-page>
|
|
21
21
|
</template>
|