Commit e163086e authored by 黄媛媛's avatar 黄媛媛

update

parent 952f1059
...@@ -119,6 +119,7 @@ ...@@ -119,6 +119,7 @@
font-size: 12px; font-size: 12px;
border-collapse: collapse; border-collapse: collapse;
font-family: "Microsoft YaHei"!important; font-family: "Microsoft YaHei"!important;
min-width:1200px;
} }
.myTable thead th { .myTable thead th {
......
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
<th>数量</th> <th>数量</th>
<th>领取人</th> <th>领取人</th>
<th>操作人/时间</th> <th>操作人/时间</th>
<th width="150px">操作</th> <th>操作</th>
</thead> </thead>
<tbody> <tbody>
<template v-for="(item,index1) in tableData"> <template v-for="(item,index1) in tableData">
......
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
<th>金额</th> <th>金额</th>
<th>数量</th> <th>数量</th>
<th>操作人/时间</th> <th>操作人/时间</th>
<th width="150px">操作</th> <th>操作</th>
</thead> </thead>
<tbody> <tbody>
<template v-for="(item,index1) in tableData"> <template v-for="(item,index1) in tableData">
......
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
<th>库存</th> <th>库存</th>
<th>数量</th> <th>数量</th>
<th>操作人/时间</th> <th>操作人/时间</th>
<th width="150px">操作</th> <th>操作</th>
</thead> </thead>
<tbody> <tbody>
<template v-for="(item,index1) in tableData"> <template v-for="(item,index1) in tableData">
......
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
<th>资产编号</th> <th>资产编号</th>
<th>品牌名称</th> <th>品牌名称</th>
<th>操作人/时间</th> <th>操作人/时间</th>
<th width="150px">操作</th> <t>操作</t>
</thead> </thead>
<tbody> <tbody>
<template v-for="(item,index1) in tableData"> <template v-for="(item,index1) in tableData">
......
...@@ -107,6 +107,7 @@ ...@@ -107,6 +107,7 @@
</el-date-picker> </el-date-picker>
</li> </li>
</ul> </ul>
<div class="overflowY">
<table <table
style="margin-top:10px" style="margin-top:10px"
class="myTable" class="myTable"
...@@ -159,6 +160,8 @@ ...@@ -159,6 +160,8 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div>
<el-pagination <el-pagination
@current-change="currentChange" @current-change="currentChange"
background background
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment