diff --git a/src/views/stock/in/index.vue b/src/views/stock/in/index.vue index 457e850..142ff24 100644 --- a/src/views/stock/in/index.vue +++ b/src/views/stock/in/index.vue @@ -20,16 +20,16 @@ - - 新增 + + 新增 修改 + v-hasPermi="['stock:in:edit']" v-show="false">修改 删除 + v-hasPermi="['stock:in:remove']" v-show="false">删除 import { listIn, getIn, delIn, addIn, updateIn } from "@/api/stock/in" import { getToken } from "@/utils/auth" +import { isVisible } from "element-plus/es/utils/index.mjs" const { proxy } = getCurrentInstance() const inList = ref([]) diff --git a/src/views/stock/management/index.vue b/src/views/stock/management/index.vue index 4a59ebb..47009d2 100644 --- a/src/views/stock/management/index.vue +++ b/src/views/stock/management/index.vue @@ -97,9 +97,43 @@ @pagination="getList" /> - + + + + + + + + + + + + + + + + + + + + + + + + + + +