|
|
@@ -5,6 +5,7 @@
|
|
|
@addProduct="addTool" @uploadData="uploadData" @closeDrawer="listData();$emit('onSuccess')"
|
|
|
class="inline-16 normal-margin" v-if="data.status === '新建'"
|
|
|
></addTool>
|
|
|
+ <excel class="inline-16" :tablecols="columnTitle" :param="param" :total="total" :excelTitle="excelTitle"></excel>
|
|
|
<uploadAllData
|
|
|
v-if="data.status === '新建'"
|
|
|
class="inline-16 normal-margin"
|
|
|
@@ -15,7 +16,7 @@
|
|
|
idName="sa_orderitemsid"
|
|
|
type="del"
|
|
|
></uploadAllData>
|
|
|
- <excel class="inline-16" :tablecols="columnTitle" :param="param" :total="total" :excelTitle="excelTitle"></excel>
|
|
|
+
|
|
|
<el-table
|
|
|
ref="multipleTable"
|
|
|
:data="tableData"
|