Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
f23148f4
Commit
f23148f4
authored
Aug 11, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
f1e59f17
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
48 additions
and
2 deletions
+48
-2
priceAndGroup.vue
src/components/pintuan/pintuanPlugin/priceAndGroup.vue
+48
-2
No files found.
src/components/pintuan/pintuanPlugin/priceAndGroup.vue
View file @
f23148f4
...
...
@@ -25,6 +25,38 @@
color
:
#F56C6C
;
margin-right
:
2px
;
}
.app-attr
.priceComTable
{
width
:
100%
;
border-collapse
:
collapse
;
}
.app-attr
.priceComTable
tr
th
{
height
:
48px
;
font-size
:
14px
;
color
:
#909399
;
border
:
1px
solid
#EBEEF5
;
font-weight
:
bold
;
}
.app-attr
.priceComTable
tr
{
background
:
#fff
;
text-align
:
center
;
height
:
50px
;
}
.app-attr
.priceComTable
tr
td
{
font-size
:
14px
;
border
:
1px
solid
#EBEEF5
;
}
.app-attr
.fx_inner
:hover
td
{
background-color
:
#F5F7FA
;
}
.app-attr
.priceComTable
td
{
transition
:
background-color
.25s
ease
;
}
</
style
>
<
template
>
...
...
@@ -51,7 +83,7 @@
</el-form-item>
</el-form>
</div>
<el-table
ref=
"multipleTable"
:data=
"cData"
border
stripe
style=
"width: 100%"
<
!-- <
el-table ref="multipleTable" :data="cData" border stripe style="width: 100%"
@selection-change="handleSelectionChange">
<el-table-column type="selection" width="55"></el-table-column>
<el-table-column v-for="(item, index) in attrGroups" :key="item.id" :prop="'attr_list['+index+'].attr_name'"
...
...
@@ -93,7 +125,21 @@
</template>
</template>
</el-table-column>
</el-table>
</el-table> -->
<table
class=
"priceComTable"
>
<tr>
<td
style=
"width:55px;"
>
<el-checkbox></el-checkbox>
</td>
<td>
型号-HD03
</td>
<td>
<div
class=
"header-require"
>
拼团价
</div>
</td>
<td>
<div
class=
"header-require"
>
拼团库存
</div>
</td>
</tr>
</table>
</div>
</template>
<
script
>
...
...
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