更新
This commit is contained in:
@@ -8,12 +8,12 @@
|
||||
<el-button type="success" size="small" icon="el-icon-search" style="margin-left: 10px;" @click="pageCurrent1=1;pageSize1=10;searchTable1()">查询</el-button>
|
||||
<el-table v-loading="" :data="tableData1" border stripe style="width: 100%;max-height: 600px;" height="400px" size="mini" @row-click="searchTable2">
|
||||
<el-table-column label="序号" align="center" width="55" type="index"/>
|
||||
<el-table-column label="外协到货单号" sortable prop="外协到货单编号" align="center" min-width="100">
|
||||
<el-table-column label="外协到货单号" prop="外协到货单编号" align="center" min-width="100">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.外协到货单编号 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="外协厂家" sortable prop="外协厂家名称" align="center" min-width="100">
|
||||
<el-table-column label="外协厂家" prop="外协厂家名称" align="center" min-width="100">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.外协厂家名称 }}
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user