Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
pda-ui
Project
Project
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
pda
pda-ui
Commits
844e01ad
Commit
844e01ad
authored
Jan 17, 2024
by
hiyonx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sap特性设置-权限设置
parent
167a38ef
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
18 deletions
+20
-18
index.vue
src/views/mes/md/propertydict/index.vue
+6
-6
index.vue
src/views/mes/md/propertytype/index.vue
+7
-6
index.vue
src/views/mes/md/sapproperty/index.vue
+7
-6
No files found.
src/views/mes/md/propertydict/index.vue
View file @
844e01ad
...
...
@@ -31,7 +31,7 @@
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
v-hasPermi=
"['m
es:md:clien
t:add']"
v-hasPermi=
"['m
d:propertydic
t:add']"
>
新增
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -42,7 +42,7 @@
size=
"mini"
:disabled=
"single"
@
click=
"handleUpdate"
v-hasPermi=
"['m
es:md:clien
t:edit']"
v-hasPermi=
"['m
d:propertydic
t:edit']"
>
修改
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -53,7 +53,7 @@
size=
"mini"
:disabled=
"multiple"
@
click=
"handleDelete"
v-hasPermi=
"['m
es:md:clien
t:remove']"
v-hasPermi=
"['m
d:propertydic
t:remove']"
>
删除
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -63,7 +63,7 @@
icon=
"el-icon-download"
size=
"mini"
@
click=
"handleExport"
v-hasPermi=
"['m
es:md:clien
t:export']"
v-hasPermi=
"['m
d:propertydic
t:export']"
>
导出
</el-button>
</el-col>
<right-toolbar
:showSearch
.
sync=
"showSearch"
@
queryTable=
"getList"
></right-toolbar>
...
...
@@ -79,10 +79,10 @@
</el-table-column>
<el-table-column
label=
"操作"
class-name=
"small-padding fixed-width"
>
<
template
slot-scope=
"{row}"
>
<el-button
v-hasPermi=
"['m
es:md:clien
t:edit']"
size=
"mini"
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleUpdate(row)"
>
<el-button
v-hasPermi=
"['m
d:propertydic
t:edit']"
size=
"mini"
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleUpdate(row)"
>
修改
</el-button>
<el-button
v-hasPermi=
"['m
es:md:clien
t:remove']"
size=
"mini"
type=
"text"
icon=
"el-icon-delete"
@
click=
"handleDelete(row)"
>
<el-button
v-hasPermi=
"['m
d:propertydic
t:remove']"
size=
"mini"
type=
"text"
icon=
"el-icon-delete"
@
click=
"handleDelete(row)"
>
删除
</el-button>
</
template
>
...
...
src/views/mes/md/propertytype/index.vue
View file @
844e01ad
...
...
@@ -38,7 +38,7 @@
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
v-hasPermi=
"['m
es:md:client
:add']"
v-hasPermi=
"['m
d:propertytype
:add']"
>
新增
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -49,7 +49,7 @@
size=
"mini"
:disabled=
"single"
@
click=
"handleUpdate"
v-hasPermi=
"['m
es:md:client
:edit']"
v-hasPermi=
"['m
d:propertytype
:edit']"
>
修改
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -60,7 +60,7 @@
size=
"mini"
:disabled=
"multiple"
@
click=
"handleDelete"
v-hasPermi=
"['m
es:md:client
:remove']"
v-hasPermi=
"['m
d:propertytype
:remove']"
>
删除
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -70,7 +70,7 @@
icon=
"el-icon-download"
size=
"mini"
@
click=
"handleExport"
v-hasPermi=
"['m
es:md:client
:export']"
v-hasPermi=
"['m
d:propertytype
:export']"
>
导出
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -80,6 +80,7 @@
icon=
"el-icon-plus"
size=
"mini"
@
click=
"toPropertyDict"
v-hasPermi=
"['md:propertytype:dict']"
>
数据字典
</el-button>
</el-col>
<right-toolbar
:showSearch
.
sync=
"showSearch"
@
queryTable=
"getList"
></right-toolbar>
...
...
@@ -106,10 +107,10 @@
</el-table-column>
<el-table-column
label=
"操作"
class-name=
"small-padding fixed-width"
>
<
template
slot-scope=
"{row}"
>
<el-button
v-hasPermi=
"['m
es:md:client
:edit']"
size=
"mini"
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleUpdate(row)"
>
<el-button
v-hasPermi=
"['m
d:propertytype
:edit']"
size=
"mini"
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleUpdate(row)"
>
修改
</el-button>
<el-button
v-hasPermi=
"['m
es:md:client
:remove']"
size=
"mini"
type=
"text"
icon=
"el-icon-delete"
@
click=
"handleDelete(row)"
>
<el-button
v-hasPermi=
"['m
d:propertytype
:remove']"
size=
"mini"
type=
"text"
icon=
"el-icon-delete"
@
click=
"handleDelete(row)"
>
删除
</el-button>
</
template
>
...
...
src/views/mes/md/sapproperty/index.vue
View file @
844e01ad
...
...
@@ -38,7 +38,7 @@
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
v-hasPermi=
"['m
es:md:client
:add']"
v-hasPermi=
"['m
d:sapproperty
:add']"
>
新增
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -49,7 +49,7 @@
size=
"mini"
:disabled=
"single"
@
click=
"handleUpdate"
v-hasPermi=
"['m
es:md:client
:edit']"
v-hasPermi=
"['m
d:sapproperty
:edit']"
>
修改
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -60,7 +60,7 @@
size=
"mini"
:disabled=
"multiple"
@
click=
"handleDelete"
v-hasPermi=
"['m
es:md:client
:remove']"
v-hasPermi=
"['m
d:sapproperty
:remove']"
>
删除
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -70,7 +70,7 @@
icon=
"el-icon-download"
size=
"mini"
@
click=
"handleExport"
v-hasPermi=
"['m
es:md:client
:export']"
v-hasPermi=
"['m
d:sapproperty
:export']"
>
导出
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -80,6 +80,7 @@
icon=
"el-icon-plus"
size=
"mini"
@
click=
"toDataType"
v-hasPermi=
"['md:sapproperty:dataType']"
>
数据类型
</el-button>
</el-col>
<right-toolbar
:showSearch
.
sync=
"showSearch"
@
queryTable=
"getList"
></right-toolbar>
...
...
@@ -99,10 +100,10 @@
</el-table-column>
<el-table-column
label=
"操作"
class-name=
"small-padding fixed-width"
>
<
template
slot-scope=
"{row}"
>
<el-button
v-hasPermi=
"['m
es:md:client
:edit']"
size=
"mini"
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleUpdate(row)"
>
<el-button
v-hasPermi=
"['m
d:sapproperty
:edit']"
size=
"mini"
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleUpdate(row)"
>
修改
</el-button>
<el-button
v-hasPermi=
"['m
es:md:client
:remove']"
size=
"mini"
type=
"text"
icon=
"el-icon-delete"
@
click=
"handleDelete(row)"
>
<el-button
v-hasPermi=
"['m
d:sapproperty
:remove']"
size=
"mini"
type=
"text"
icon=
"el-icon-delete"
@
click=
"handleDelete(row)"
>
删除
</el-button>
</
template
>
...
...
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