|
|
@@ -18,7 +18,7 @@
|
|
|
@addProduct="addTool" @uploadData="uploadData" @closeDrawer="listData();$emit('onSuccess')"
|
|
|
v-if="tool.checkAuth($route.name,'toolListManage') && data.status == '新建' && isLeader" class="inline-16"
|
|
|
></addTool>
|
|
|
- <exportFile v-if="tool.checkAuth($route.name,'export')" :param="params" :columns="tablecols" fileName="产品明细折扣"></exportFile>
|
|
|
+ <exportFile v-if="tool.checkAuth($route.name,'export')" :param="params" :columns="tablecols" fileName="工具清单"></exportFile>
|
|
|
</div>
|
|
|
<tableLayout checkbox="true" :layout="tablecols" :data="list" :opwidth="200" height="calc(100vh - 380px)" :custom="true" fixedName="operation countPrice" @selectionChange="selectionChange">
|
|
|
<template v-slot:customcol="scope">
|
|
|
@@ -87,7 +87,7 @@ import previewImage from '@/components/previewImage/index'
|
|
|
import addTool from '@/template/addTool/index'
|
|
|
import uploadAllData from '@/components/uploadAllData/index'
|
|
|
import tableLayout from '@/components/dynamic-table/index2'
|
|
|
-import exportFile from '@/components/export_file/index'
|
|
|
+import exportFile from '@/components/export_file/index1'
|
|
|
export default {
|
|
|
components: {addProduct,previewImage,addTool,uploadAllData,tableLayout,exportFile},
|
|
|
name: '',
|