Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-web-back-soil
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangweidong
patzn-cloud-web-back-soil
Commits
7213641b
Commit
7213641b
authored
Mar 22, 2021
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加了样品管理出入库导出模板的按钮权限
parent
bb10bf2f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
6 deletions
+18
-6
InOutExportTemplate.vue
...one-sample/in-out-template-manage/InOutExportTemplate.vue
+18
-6
No files found.
pages/soil-alone-sample/in-out-template-manage/InOutExportTemplate.vue
View file @
7213641b
...
@@ -71,17 +71,29 @@ export default {
...
@@ -71,17 +71,29 @@ export default {
name
:
undefined
name
:
undefined
},
},
iconMsg
:
[
iconMsg
:
[
{
type
:
'md-create'
,
id
:
''
,
name
:
'编辑'
},
{
type
:
'md-create'
,
id
:
'in-out-export-template-edit'
,
name
:
'编辑'
},
{
type
:
'ios-build-outline'
,
id
:
''
,
name
:
'配置'
},
{
{
type
:
'ios-book'
,
id
:
''
,
name
:
'预览/编辑'
},
type
:
'ios-build-outline'
,
id
:
'in-out-export-template-config'
,
name
:
'配置'
},
{
type
:
'ios-book'
,
id
:
'in-out-export-template-view'
,
name
:
'预览/编辑'
},
// { type: 'ios-download', id: '', name: '下载' },
// { type: 'ios-download', id: '', name: '下载' },
{
type
:
'md-remove-circle'
,
id
:
''
,
name
:
'删除'
}
{
type
:
'md-remove-circle'
,
id
:
'in-out-export-template-delete'
,
name
:
'删除'
}
],
],
getPage
:
{},
getPage
:
{},
tableStyleObj
:
{},
tableStyleObj
:
{},
btn
:
[
btn
:
[
{
type
:
'success'
,
id
:
''
,
name
:
'添加'
},
{
type
:
'success'
,
id
:
'
in-out-export-template-add
'
,
name
:
'添加'
},
{
type
:
'error'
,
id
:
''
,
name
:
'删除'
}
{
type
:
'error'
,
id
:
'
in-out-export-template-deletes
'
,
name
:
'删除'
}
],
],
searchOpen
:
true
,
searchOpen
:
true
,
selectIds
:
[]
selectIds
:
[]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment