Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
HotelProject
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
zhengke
HotelProject
Commits
281326f6
Commit
281326f6
authored
Mar 04, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
366bec19
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
Quotation.vue
src/components/assetsman/Quotation.vue
+9
-1
No files found.
src/components/assetsman/Quotation.vue
View file @
281326f6
<
style
>
.w100
{
width
:
100px
!important
;
}
.quotationTable
.el-input__inner
{
height
:
35px
!important
;
}
</
style
>
<
template
>
<
template
>
<div
class=
"Quotation"
>
<div
class=
"Quotation"
>
<div
class=
"routerTitle"
>
<div
class=
"routerTitle"
>
...
@@ -179,7 +187,7 @@
...
@@ -179,7 +187,7 @@
税込みかどうか
税込みかどうか
</td>
</td>
<td>
<td>
<el-select
size=
"small"
v-model=
"addMsg.IsContainsTax"
placeholder=
"税込みかどうか"
>
<el-select
size=
"small"
v-model=
"addMsg.IsContainsTax"
class=
"w100"
placeholder=
"税込みかどうか"
>
<el-option
label=
"税抜き"
:value=
'0'
></el-option>
<el-option
label=
"税抜き"
:value=
'0'
></el-option>
<el-option
label=
"税込み"
:value=
'1'
></el-option>
<el-option
label=
"税込み"
:value=
'1'
></el-option>
</el-select>
</el-select>
...
...
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