Commit 3f1de699 by LJM

bug

parent f8ce3da5
Showing with 2 additions and 2 deletions
...@@ -226,7 +226,7 @@ ...@@ -226,7 +226,7 @@
</el-table> </el-table>
</template> </template>
<!--匹配库存--> <!--匹配库存-->
<template v-if="tabIndex == 1"> <template v-else-if="tabIndex == 1">
<el-table :data="matchingskuDataList" border max-height="500" highlight-current-row> <el-table :data="matchingskuDataList" border max-height="500" highlight-current-row>
<el-table-column label="操作" width="60" align="center"> <el-table-column label="操作" width="60" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
...@@ -280,7 +280,7 @@ ...@@ -280,7 +280,7 @@
</el-table> </el-table>
</template> </template>
<!--历史报价--> <!--历史报价-->
<template v-if="tabIndex == 2"> <template v-else-if="tabIndex == 2">
<el-table :data="historyDataList" border max-height="500" highlight-current-row> <el-table :data="historyDataList" border max-height="500" highlight-current-row>
<el-table-column label="操作" width="60" align="center"> <el-table-column label="操作" width="60" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
......
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 sign in to comment