|
|
|
@ -216,7 +216,7 @@ export default { |
|
|
|
<!-- <el-link v-if="scope.row.orderReftype !== 'mes'" style="cursor: pointer" @click="previewFile(scope.row)">预览</el-link>--> |
|
|
|
<el-link v-if="scope.row.orderReftype !== 'mes'" style="cursor: pointer" @click="downloadFile(scope.row)">下载</el-link> |
|
|
|
<el-link |
|
|
|
v-if="scope.row.orderReftype !== 'mes' && scope.row.orderReftype !== 'PartSop' && scope.row.orderReftype !== 'PartFamilySop'" |
|
|
|
v-if="scope.row.orderReftype !== 'mes' && scope.row.orderReftype !== 'PartSop' && scope.row.orderReftype !== 'PartFamilySop' && scope.row.orderReftype !== 'PartSkuSop'" |
|
|
|
style="cursor: pointer" |
|
|
|
@click="deleteFile(scope.row)">删除</el-link> |
|
|
|
<!-- <el-link v-if="scope.row.orderReftype === 'mes'" style="cursor: pointer" @click="previewFileMes(scope.row)">预览</el-link>--> |
|
|
|
|