Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigwood
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
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
罗超
bigwood
Commits
9f0fa6e1
Commit
9f0fa6e1
authored
Dec 05, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
a1fe71d6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
280 additions
and
0 deletions
+280
-0
package.json
package.json
+1
-0
Bag.svg
src/assets/svg/offer/Bag.svg
+16
-0
svg-icon.vue
src/components/global/svg-icon.vue
+4
-0
index.ts
src/i18n/zh-TW/index.ts
+7
-0
ListOfQuotation.vue
src/pages/hotel/ListOfQuotation.vue
+252
-0
No files found.
package.json
View file @
9f0fa6e1
...
...
@@ -24,6 +24,7 @@
"
md5-ts
"
:
"^0.1.6"
,
"
mermaid
"
:
"^8.12.1"
,
"
opencc-js
"
:
"^1.0.4"
,
"
print-js
"
:
"^1.6.0"
,
"
quasar
"
:
"^2.10.1"
,
"
quasar-tiptap-branch
"
:
"^1.8.1"
,
"
vue
"
:
"^3.0.0"
,
...
...
src/assets/svg/offer/Bag.svg
0 → 100644
View file @
9f0fa6e1
<?xml version="1.0" encoding="UTF-8"?>
<svg
width=
"176px"
height=
"165px"
viewBox=
"0 0 176 165"
fill=
"none"
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
>
<!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
<title>
Stockholm-icons / offer / Bag1
</title>
<desc>
Created with Sketch.
</desc>
<defs></defs>
<g
id=
"Stockholm-icons-/-offer-/-Bag"
stroke=
"none"
stroke-width=
"1"
fill=
"none"
fill-rule=
"evenodd"
>
<path
d=
"M-10.001 135.168Cz-10.001 151.643 3.87924 165.001 20.9985 165.001C38.1196 165.001 51.998 151.643 51.998 135.168C51.998 118.691 38.1196 105.335 20.9985 105.335C3.87924 105.335 -10.001 118.691 -10.001 135.168Z"
fill=
"#AD84FF"
></path>
<path
d=
"M28.749 64.3117C28.749 78.7296 40.8927 90.4163 55.8745 90.4163C70.8563 90.4163 83 78.7296 83 64.3117C83 49.8954 70.8563 38.207 55.8745 38.207C40.8927 38.207 28.749 49.8954 28.749 64.3117Z"
fill=
"#AD84FF"
></path>
<path
d=
"M82.9996 120.249C82.9996 144.964 103.819 165 129.501 165C155.181 165 176 144.964 176 120.249C176 95.5342 155.181 75.5 129.501 75.5C103.819 75.5 82.9996 95.5342 82.9996 120.249Z"
fill=
"#AD84FF"
></path>
<path
d=
"M98.4976 23.2928C98.4976 43.8887 115.848 60.5856 137.249 60.5856C158.65 60.5856 176 43.8887 176 23.2928C176 2.69692 158.65 -14 137.249 -14C115.848 -14 98.4976 2.69692 98.4976 23.2928Z"
fill=
"#AD84FF"
></path>
<path
d=
"M-10.0011 8.37466C-10.0011 20.7322 0.409554 30.7493 13.2503 30.7493C26.0911 30.7493 36.5 20.7322 36.5 8.37466C36.5 -3.98287 26.0911 -14 13.2503 -14C0.409554 -14 -10.0011 -3.98287 -10.0011 8.37466Z"
fill=
"#AD84FF"
></path>
<path
d=
"M-2.24881 82.9565C-2.24881 87.0757 1.22081 90.4147 5.50108 90.4147C9.78135 90.4147 13.251 87.0757 13.251 82.9565C13.251 78.839 9.78135 75.5 5.50108 75.5C1.22081 75.5 -2.24881 78.839 -2.24881 82.9565Z"
fill=
"#AD84FF"
></path>
<path
d=
"M55.8744 12.1044C55.8744 18.2841 61.0788 23.2926 67.5001 23.2926C73.9196 23.2926 79.124 18.2841 79.124 12.1044C79.124 5.92653 73.9196 0.917969 67.5001 0.917969C61.0788 0.917969 55.8744 5.92653 55.8744 12.1044Z"
fill=
"#AD84FF"
></path>
</g>
</svg>
\ No newline at end of file
src/components/global/svg-icon.vue
View file @
9f0fa6e1
...
...
@@ -71,6 +71,10 @@ svg g [fill]{
transition
:
fill
0.3s
ease
;
fill
:
var
(
--q-dark
)
!important
;
}
.svg-icon-72B7FF
g
[
fill
]
{
transition
:
fill
0.3s
ease
;
fill
:
#72B7FF
!important
;
}
.hover
:hover
.svg-icon-dark
g
[
fill
]
{
transition
:
fill
0.3s
ease
;
fill
:
var
(
--q-primary
)
!important
;
...
...
src/i18n/zh-TW/index.ts
View file @
9f0fa6e1
...
...
@@ -434,6 +434,13 @@ export default {
t7
:
'銀行郵變'
,
t8
:
'重新番号'
,
t9
:
'汇款日本账户后请及时告知信息,方便日本旅行社查询谢谢体谅'
,
},
btn
:{
yulan
:
'預覽'
,
qxyulan
:
'取消預覽'
,
dayin
:
'打印'
,
xiaza
:
'下載'
,
cjfaipiao
:
'創建發票'
}
}
}
...
...
src/pages/hotel/ListOfQuotation.vue
0 → 100644
View file @
9f0fa6e1
This diff is collapsed.
Click to expand it.
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