From 0c5a34fbc73213def5ce2bc5761512e33e987ef1 Mon Sep 17 00:00:00 2001 From: Maylin <15178961907@163.com> Date: Wed, 12 Oct 2022 17:30:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E7=BB=B4=E7=A0=81=E7=94=BB=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/shop/goodsInfo/drawGoodsQrcode.vue | 42 ++ src/views/shop/goodsInfo/index.vue | 416 ++++++++++--------- 2 files changed, 255 insertions(+), 203 deletions(-) create mode 100644 src/views/shop/goodsInfo/drawGoodsQrcode.vue diff --git a/src/views/shop/goodsInfo/drawGoodsQrcode.vue b/src/views/shop/goodsInfo/drawGoodsQrcode.vue new file mode 100644 index 0000000..2ed1b92 --- /dev/null +++ b/src/views/shop/goodsInfo/drawGoodsQrcode.vue @@ -0,0 +1,42 @@ + + + + + \ No newline at end of file diff --git a/src/views/shop/goodsInfo/index.vue b/src/views/shop/goodsInfo/index.vue index 7da4249..d857432 100644 --- a/src/views/shop/goodsInfo/index.vue +++ b/src/views/shop/goodsInfo/index.vue @@ -3,26 +3,26 @@ @@ -34,187 +34,197 @@ 新增 + type="primary" + plain + icon="Plus" + @click="handleAdd" + v-hasPermi="['shop:goodsInfo:add']" + >新增 + 修改 + type="success" + plain + icon="Edit" + :disabled="single" + @click="handleUpdate" + v-hasPermi="['shop:goodsInfo:edit']" + >修改 + 删除 + type="danger" + plain + icon="Delete" + :disabled="multiple" + @click="handleDelete" + v-hasPermi="['shop:goodsInfo:remove']" + >删除 + 导出 + type="warning" + plain + icon="Download" + @click="handleExport" + v-hasPermi="['shop:goodsInfo:export']" + >导出 + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + +