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
ee6ef607
Commit
ee6ef607
authored
Jul 13, 2021
by
Tình Trương
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update index.vue
parent
32749220
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
index.vue
src/pages/cau-hinh-he-thong/index.vue
+14
-14
No files found.
src/pages/cau-hinh-he-thong/index.vue
View file @
ee6ef607
...
@@ -86,10 +86,10 @@
...
@@ -86,10 +86,10 @@
<
template
v-slot:body-cell-content=
"item"
>
<
template
v-slot:body-cell-content=
"item"
>
<td>
<td>
<div
class=
"ellipsis-3-lines"
>
<div
class=
"ellipsis-3-lines"
>
{{
!
item
.
row
.
content
?
''
:
item
.
row
.
content
}}
<div
v-html=
"!item.row.content ? '' : item.row.content"
></div>
<q-tooltip
:offset=
"[10, 10]"
max-width=
"
30%"
>
{{
<q-tooltip
:offset=
"[10, 10]"
max-width=
"
20%"
!
item
.
row
.
content
?
''
:
item
.
row
.
content
><div
v-html=
"!item.row.content ? '' : item.row.content"
></div
}}
</q-tooltip>
>
</q-tooltip>
</div>
</div>
</td>
</td>
</
template
>
</
template
>
...
@@ -210,21 +210,21 @@ export default defineComponent({
...
@@ -210,21 +210,21 @@ export default defineComponent({
sortable
:
false
,
sortable
:
false
,
},
},
{
{
name
:
'
title
'
,
name
:
'
url
'
,
field
:
'
title
'
,
field
:
'
url
'
,
required
:
true
,
required
:
true
,
label
:
i18n
.
global
.
t
(
'listConfigSystem.titleColumnsTable.
title
'
),
label
:
i18n
.
global
.
t
(
'listConfigSystem.titleColumnsTable.
url
'
),
align
:
'left'
,
align
:
'left'
,
headerStyle
:
'text-align: center !important; width: 1
1
%'
,
headerStyle
:
'text-align: center !important; width: 1
4
%'
,
sortable
:
false
,
sortable
:
false
,
},
},
{
{
name
:
'
url
'
,
name
:
'
title
'
,
field
:
'
url
'
,
field
:
'
title
'
,
required
:
true
,
required
:
true
,
label
:
i18n
.
global
.
t
(
'listConfigSystem.titleColumnsTable.
url
'
),
label
:
i18n
.
global
.
t
(
'listConfigSystem.titleColumnsTable.
title
'
),
align
:
'left'
,
align
:
'left'
,
headerStyle
:
'text-align: center !important; width: 1
4
%'
,
headerStyle
:
'text-align: center !important; width: 1
1
%'
,
sortable
:
false
,
sortable
:
false
,
},
},
{
{
...
@@ -368,11 +368,11 @@ export default defineComponent({
...
@@ -368,11 +368,11 @@ export default defineComponent({
const
updateConfigSystem
=
async
()
=>
{
const
updateConfigSystem
=
async
()
=>
{
try
{
try
{
const
response
=
(
await
api
({
const
response
=
(
await
api
({
url
:
API_PATHS
.
update
Menu
,
url
:
API_PATHS
.
update
ConfigSystem
,
method
:
'POST'
,
method
:
'POST'
,
data
:
{
data
:
{
id
:
ConfigSystemId
.
value
,
id
:
ConfigSystemId
.
value
,
name
:
namePage
.
value
,
name
Page
:
namePage
.
value
,
title
:
title
.
value
,
title
:
title
.
value
,
url
:
url
.
value
,
url
:
url
.
value
,
content
:
content
.
value
,
content
:
content
.
value
,
...
...
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