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
82a0b5d8
Commit
82a0b5d8
authored
Jul 15, 2021
by
Tình Trương
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update index.vue
parent
44b9a15d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
+16
-2
index.vue
src/pages/cau-hinh-trang-tinh/index.vue
+16
-2
No files found.
src/pages/cau-hinh-trang-tinh/index.vue
View file @
82a0b5d8
...
@@ -14,6 +14,18 @@
...
@@ -14,6 +14,18 @@
clearable
clearable
></q-input>
></q-input>
</div>
</div>
<div
class=
"col-2 sreach"
>
<q-select
v-model=
"nameMenuSreach"
:options=
"nameMenuOptions"
option-label=
"name"
option-value=
"id"
dense
outlined
label=
"Tên menu"
clearable
></q-select>
</div>
<div
class=
"col-auto"
>
<div
class=
"col-auto"
>
<q-btn
<q-btn
...
@@ -94,7 +106,7 @@
...
@@ -94,7 +106,7 @@
</td>
</td>
</
template
>
</
template
>
<
template
v-slot:body-cell-url=
"rowData"
>
<
!-- <
template v-slot:body-cell-url="rowData">
<q-td>
<q-td>
<div align="center">
<div align="center">
<a
<a
...
@@ -105,7 +117,7 @@
...
@@ -105,7 +117,7 @@
>
>
</div>
</div>
</q-td>
</q-td>
</
template
>
</template>
-->
</q-table>
</q-table>
</div>
</div>
<div
class=
"col-12 q-mt-sm"
>
<div
class=
"col-12 q-mt-sm"
>
...
@@ -251,6 +263,7 @@ export default defineComponent({
...
@@ -251,6 +263,7 @@ export default defineComponent({
const
content
:
Ref
<
string
>
=
ref
(
''
);
const
content
:
Ref
<
string
>
=
ref
(
''
);
const
numIndex
:
Ref
<
number
|
undefined
>
=
ref
(
undefined
);
const
numIndex
:
Ref
<
number
|
undefined
>
=
ref
(
undefined
);
const
ConfigSystemId
:
Ref
<
number
|
undefined
>
=
ref
(
undefined
);
const
ConfigSystemId
:
Ref
<
number
|
undefined
>
=
ref
(
undefined
);
const
nameMenuSreach
:
Ref
<
unknown
[]
>
=
ref
([]);
const
getConfigSystem
=
async
()
=>
{
const
getConfigSystem
=
async
()
=>
{
try
{
try
{
...
@@ -424,6 +437,7 @@ export default defineComponent({
...
@@ -424,6 +437,7 @@ export default defineComponent({
updateConfigSystem
,
updateConfigSystem
,
confirmDelete
,
confirmDelete
,
deleteConfigSystem
,
deleteConfigSystem
,
nameMenuSreach
,
};
};
},
},
});
});
...
...
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