|
@@ -129,7 +129,7 @@
|
|
|
|
|
|
<el-dialog :title="'销售明细'" :visible.sync="dialogVisible" width="80%">
|
|
|
<el-table :data="detailList" border highlight-current-row>
|
|
|
- <el-table-column align="center" label="单号" prop="sheetId" min-width="190" />
|
|
|
+ <el-table-column align="center" label="单号" prop="salesId" min-width="190" />
|
|
|
<el-table-column align="center" label="商品名称" prop="goodsName" min-width="160" />
|
|
|
<el-table-column align="center" label="支付方式">
|
|
|
<template slot-scope="scope">
|