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

update

parent 952f1059
......@@ -119,6 +119,7 @@
font-size: 12px;
border-collapse: collapse;
font-family: "Microsoft YaHei"!important;
min-width:1200px;
}
.myTable thead th {
......
......@@ -73,7 +73,7 @@
<th>数量</th>
<th>领取人</th>
<th>操作人/时间</th>
<th width="150px">操作</th>
<th>操作</th>
</thead>
<tbody>
<template v-for="(item,index1) in tableData">
......
......@@ -66,7 +66,7 @@
<th>金额</th>
<th>数量</th>
<th>操作人/时间</th>
<th width="150px">操作</th>
<th>操作</th>
</thead>
<tbody>
<template v-for="(item,index1) in tableData">
......
......@@ -60,7 +60,7 @@
<th>库存</th>
<th>数量</th>
<th>操作人/时间</th>
<th width="150px">操作</th>
<th>操作</th>
</thead>
<tbody>
<template v-for="(item,index1) in tableData">
......
......@@ -85,7 +85,7 @@
<th>资产编号</th>
<th>品牌名称</th>
<th>操作人/时间</th>
<th width="150px">操作</th>
<t>操作</t>
</thead>
<tbody>
<template v-for="(item,index1) in tableData">
......
......@@ -107,6 +107,7 @@
</el-date-picker>
</li>
</ul>
<div class="overflowY">
<table
style="margin-top:10px"
class="myTable"
......@@ -159,6 +160,8 @@
</tr>
</tbody>
</table>
</div>
<el-pagination
@current-change="currentChange"
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