Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
M
mini-wms
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Members
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
周海峰
mini-wms
Commits
6a53a6d4
Commit
6a53a6d4
authored
Dec 17, 2025
by
zhangtw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
右上角操作统一样式
parent
dbeca0e9
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
33 行增加
和
33 行删除
+33
-33
ruoyi-admin-vue/src/views/inventory/inbound/index.vue
+1
-1
ruoyi-admin-vue/src/views/inventory/inbound_items/index.vue
+1
-1
ruoyi-admin-vue/src/views/inventory/locations/index.vue
+8
-8
ruoyi-admin-vue/src/views/inventory/materials/index.vue
+1
-1
ruoyi-admin-vue/src/views/inventory/orders/index.vue
+1
-1
ruoyi-admin-vue/src/views/inventory/owners/index.vue
+10
-9
ruoyi-admin-vue/src/views/system/role/index.vue
+10
-11
ruoyi-admin-vue/src/views/system/user/index.vue
+1
-1
没有找到文件。
ruoyi-admin-vue/src/views/inventory/inbound/index.vue
View file @
6a53a6d4
...
...
@@ -33,7 +33,7 @@
>
删除
</el-button>
<el-button
type=
"
warning
"
type=
"
success
"
plain
icon=
"el-icon-upload"
size=
"medium"
...
...
ruoyi-admin-vue/src/views/inventory/inbound_items/index.vue
View file @
6a53a6d4
...
...
@@ -84,7 +84,7 @@
</el-col>
<!-- <el-col :span="1.5" v-if="isEditable">
<el-button
type="
warning
"
type="
success
"
plain
icon="el-icon-download"
size="mini"
...
...
ruoyi-admin-vue/src/views/inventory/locations/index.vue
View file @
6a53a6d4
...
...
@@ -28,6 +28,14 @@
@
click=
"handleDelete"
v-hasPermi=
"['inventory:locations:remove']"
>
删除
</el-button>
<el-button
type=
"success"
plain
icon=
"el-icon-upload"
size=
"medium"
@
click=
"handleImport"
v-hasPermi=
"['inventory:locations:add']"
>
导入
</el-button>
<el-button
type=
"warning"
plain
...
...
@@ -36,14 +44,6 @@
@
click=
"handleExport"
v-hasPermi=
"['inventory:locations:export']"
>
导出
</el-button>
<el-button
type=
"info"
plain
icon=
"el-icon-upload2"
size=
"medium"
@
click=
"handleImport"
v-hasPermi=
"['inventory:locations:add']"
>
导入
</el-button>
</
template
>
</PageTitle>
...
...
ruoyi-admin-vue/src/views/inventory/materials/index.vue
View file @
6a53a6d4
...
...
@@ -34,7 +34,7 @@
<el-button
type=
"success"
plain
icon=
"el-icon-upload
2
"
icon=
"el-icon-upload"
size=
"medium"
@
click=
"handleImport"
v-hasPermi=
"['inventory:materials:import']"
...
...
ruoyi-admin-vue/src/views/inventory/orders/index.vue
View file @
6a53a6d4
...
...
@@ -33,7 +33,7 @@
>
删除
</el-button>
<el-button
type=
"
warning
"
type=
"
success
"
plain
icon=
"el-icon-upload"
size=
"medium"
...
...
ruoyi-admin-vue/src/views/inventory/owners/index.vue
View file @
6a53a6d4
...
...
@@ -34,6 +34,15 @@
>
删除
</el-button>
<el-button
type=
"success"
plain
icon=
"el-icon-upload"
size=
"medium"
@
click=
"handleImport"
v-hasPermi=
"['inventory:owners:add']"
>
导入
</el-button>
<el-button
type=
"warning"
plain
icon=
"el-icon-download"
...
...
@@ -42,15 +51,7 @@
v-hasPermi=
"['inventory:owners:export']"
>
导出
</el-button>
<el-button
type=
"info"
plain
icon=
"el-icon-upload2"
size=
"medium"
@
click=
"handleImport"
v-hasPermi=
"['inventory:owners:add']"
>
导入
</el-button>
</
template
>
</PageTitle>
...
...
ruoyi-admin-vue/src/views/system/role/index.vue
View file @
6a53a6d4
...
...
@@ -36,7 +36,15 @@
v-hasPermi=
"['system:role:remove']"
>
删除
</el-button>
<el-button
type=
"success"
plain
icon=
"el-icon-upload"
size=
"medium"
@
click=
"handleImport"
v-hasPermi=
"['system:role:import']"
>
导入
</el-button>
<el-button
type=
"warning"
plain
...
...
@@ -45,16 +53,7 @@
@
click=
"handleExport"
v-hasPermi=
"['system:role:export']"
>
导出
</el-button>
<el-button
type=
"info"
plain
icon=
"el-icon-upload2"
size=
"medium"
@
click=
"handleImport"
v-hasPermi=
"['system:role:import']"
>
导入
</el-button>
</
template
>
</PageTitle>
...
...
ruoyi-admin-vue/src/views/system/user/index.vue
View file @
6a53a6d4
...
...
@@ -9,7 +9,7 @@
<el-button
type=
"danger"
plain
icon=
"el-icon-delete"
size=
"medium"
:disabled=
"multiple"
@
click=
"handleDelete"
v-hasPermi=
"['system:user:remove']"
>
删除
</el-button>
<el-button
type=
"
info"
plain
icon=
"el-icon-upload2
"
size=
"medium"
@
click=
"handleImport"
v-hasPermi=
"['system:user:import']"
>
导入
</el-button>
<el-button
type=
"
success"
plain
icon=
"el-icon-upload
"
size=
"medium"
@
click=
"handleImport"
v-hasPermi=
"['system:user:import']"
>
导入
</el-button>
<el-button
type=
"warning"
plain
icon=
"el-icon-download"
size=
"medium"
@
click=
"handleExport"
v-hasPermi=
"['system:user:export']"
>
导出
</el-button>
</
template
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论