Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
quasar-web-base
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nguyễn Hải Sơn
quasar-web-base
Commits
9aca81f0
Commit
9aca81f0
authored
Mar 27, 2023
by
Nguyễn Đức Thắng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
6db96695
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
+9
-6
index.vue
...components/units-manager/add-update-unit-dialog/index.vue
+4
-1
index.ts
src/i18n/vi/index.ts
+4
-4
index.vue
src/pages/don-vi-chu-quan/index.vue
+1
-1
No files found.
src/components/units-manager/add-update-unit-dialog/index.vue
View file @
9aca81f0
...
...
@@ -14,7 +14,7 @@
isUpdate
?
$t
(
'managingUnit.dialogLabel.title.add'
)
:
$t
(
'managingUnit.dialogLabel.title.update'
)
}}
}}
</q-item-label>
</q-item-section>
</q-item>
...
...
@@ -185,6 +185,9 @@
separator=
"cell"
:no-data-label=
"$t('emptyData')"
hide-pagination
:pagination=
"{
rowsPerPage: 0,
}"
>
<
template
v-slot:body-cell-action=
"item"
>
<q-td
style=
"padding: 0"
class=
"flex flex-center"
>
...
...
src/i18n/vi/index.ts
View file @
9aca81f0
...
...
@@ -23,7 +23,7 @@ export default {
msg999
:
'Lỗi hệ thống'
,
msg99
:
'Lỗi hệ thống'
,
msg1016
:
'Tài khoản hoặc Mật khẩu không đúng'
,
msg4
:
'Tên đơn vị
chủ quản
đã tồn tại'
,
msg4
:
'Tên đơn vị
quản lý
đã tồn tại'
,
},
emptyData
:
'Không có dữ liệu'
,
crudActions
:
{
...
...
@@ -162,8 +162,8 @@ export default {
},
dialogLabel
:
{
title
:
{
add
:
'Thêm đơn vị
chủ quản
'
,
update
:
'Cập nhật đơn vị
chủ quản
'
,
add
:
'Thêm đơn vị
quản lý
'
,
update
:
'Cập nhật đơn vị
quản lý
'
,
},
fieldLabels
:
{
code
:
'Mã đơn vị *'
,
...
...
@@ -212,7 +212,7 @@ export default {
},
},
//Add đơn vị
chủ quản
//Add đơn vị
quản lý
managingUnitAdd
:
{
AddmanagingUnit
:
'Thêm nghệ sỹ'
,
AddmanagingBankAccount
:
'Thêm ngân hàng'
,
...
...
src/pages/don-vi-chu-quan/index.vue
View file @
9aca81f0
...
...
@@ -250,7 +250,7 @@ export default defineComponent({
confirm
,
},
setup
()
{
//DS đơn vị
chủ quản
//DS đơn vị
quản lý
const
managingUnitTableColumns
=
[
{
name
:
'stt'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment