qqq
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<template>
|
||||
<div class="app-container">
|
||||
|
||||
<el-card>
|
||||
<div style="margin-top: -10px;">
|
||||
<el-row>
|
||||
@@ -59,6 +58,7 @@
|
||||
:data="tableData"
|
||||
:row-class-name="tableRowClassName"
|
||||
border
|
||||
stripe
|
||||
style="max-height: 400px;margin-top:10px"
|
||||
height="400"
|
||||
@selection-change="handleSelectionChange"
|
||||
@@ -168,19 +168,20 @@
|
||||
:data="tableData1"
|
||||
class="table"
|
||||
borde
|
||||
stripe
|
||||
style="max-height: 500px"
|
||||
height="500">
|
||||
<el-table-column label="零件图号" align="center" width="240">
|
||||
<el-table-column label="零件图号" align="center" min-width="160">
|
||||
<template slot-scope="scope">
|
||||
{{ 零件图号[scope.$index] }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="零件名称" align="center" width="160">
|
||||
<el-table-column label="零件名称" align="center" width="140">
|
||||
<template slot-scope="scope">
|
||||
{{ 零件名称[scope.$index] }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="零件数量" align="center" width="100">
|
||||
<el-table-column label="零件数量" align="center" width="80">
|
||||
<template slot-scope="scope">
|
||||
{{ 投产数量[scope.$index] }}
|
||||
</template>
|
||||
@@ -412,10 +413,10 @@
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table-column>
|
||||
<el-table-column label="操作" width="200px" align="center" fixed="right">
|
||||
<el-table-column label="操作" width="180px" align="center" fixed="right">
|
||||
<template slot-scope="scope" align="center">
|
||||
<el-button size="mini" type="primary" @click="adjustFunc(scope.$index)">调整</el-button>
|
||||
<el-button size="mini" type="danger" icon="el-icon-upload2" @click="xuanChu(scope.$index)">选出</el-button>
|
||||
<el-button size="mini" type="primary" plain @click="adjustFunc(scope.$index)">调整</el-button>
|
||||
<el-button size="mini" type="danger" plain icon="el-icon-upload2" @click="xuanChu(scope.$index)">选出</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
@@ -1646,4 +1647,7 @@ export default {
|
||||
background-color: lightgreen!important;
|
||||
border: 1px solid #1f2d3d;
|
||||
}
|
||||
.el-card{
|
||||
margin: 0px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user