|
@@ -18,10 +18,10 @@
|
|
|
@row-update="rowUpdate"
|
|
|
@row-del="rowDel"
|
|
|
>
|
|
|
- <template #menu-left="{ size }">
|
|
|
+<!-- <template #menu-left="{ size }">
|
|
|
<el-button type="primary" @click="scan">扫码导入</el-button>
|
|
|
<el-button type="primary" @click="test">测试数据</el-button>
|
|
|
- </template>
|
|
|
+ </template>-->
|
|
|
<template #menu-right="{}">
|
|
|
<el-dropdown v-hasPerm="['plan:order:import']" split-button
|
|
|
>导入
|
|
@@ -88,13 +88,13 @@
|
|
|
<i-ep-delete />
|
|
|
删除
|
|
|
</el-button>
|
|
|
- <el-button
|
|
|
+<!-- <el-button
|
|
|
v-if="row.orderState == '5'"
|
|
|
size="small"
|
|
|
type="primary"
|
|
|
@click="handleScanCode(row.id)"
|
|
|
>二维码生成
|
|
|
- </el-button>
|
|
|
+ </el-button>-->
|
|
|
<el-button
|
|
|
icon="el-icon-notebook"
|
|
|
text
|