Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit c3282128
authored
Jan 03, 2024
by
Thews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20240104wangwansu
1 parent
d5b25ba3
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
7 deletions
src/views/archiEleRela/index.vue
src/views/archiViewConfig/index.vue
src/views/etpManage/index.vue
src/views/metaModelDic/pages/page1.vue
src/views/metaModelDic/pages/page2.vue
src/views/metaModelDic/pages/page3.vue
src/views/archiEleRela/index.vue
View file @
c328212
...
...
@@ -70,7 +70,7 @@
<!--
<el-button
:class=
"scope.row.state == 1 ? '':'editBtn'"
icon=
"el-icon-edit"
size=
"mini"
@
click=
"operate('edit',scope.row)"
:disabled=
"scope.row.state == 1"
>
编辑
</el-button>
-->
<el-button
:class=
"scope.row.state == 1 ? '':'editBtn'"
icon=
"el-icon-upload2"
size=
"mini"
@
click=
"operate('pushEdit',scope.row)"
:disabled=
"scope.row.state == 1"
>
发布
</el-button>
<el-button
:class=
"scope.row.state != 1 ? '':'stopBtn'"
icon=
"el-icon-remove-outline"
size=
"mini"
@
click=
"operate('stop',scope.row)"
:disabled=
"scope.row.state != 1"
>
停用
</el-button>
<el-button
:class=
"scope.row.state
== 1 ? '':'delBtn'"
icon=
"el-icon-delete"
size=
"mini"
@
click=
"operate('del',scope.row)"
:disabled=
"scope.row.state == 1
"
>
删除
</el-button>
<el-button
:class=
"scope.row.state
!= 2 ? '':'delBtn'"
icon=
"el-icon-delete"
size=
"mini"
@
click=
"operate('del',scope.row)"
:disabled=
"scope.row.state != 2
"
>
删除
</el-button>
</div>
</
template
>
</el-table-column>
...
...
@@ -380,7 +380,7 @@ export default {
},
handleCurrentChange
(
val
)
{
this
.
page
.
current
=
val
;
this
.
params
p
.
current
=
val
;
this
.
params
.
current
=
val
;
this
.
getList
();
},
// 所有操作
...
...
@@ -492,12 +492,13 @@ export default {
});
}
else
if
(
type
==
"del"
)
{
// 删除
this
.
formData
=
item
;
this
.
$confirm
(
"确认删除吗"
,
"提示"
,
{
confirmButtonText
:
"确定"
,
cancelButtonText
:
"取消"
,
type
:
"warning"
}).
then
(()
=>
{
this
.
formData
=
item
;
this
.
formData
.
delFlag
=
1
;
getJGYSGLDel
(
this
.
formData
).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
this
.
$message
.
success
(
"删除成功"
);
...
...
src/views/archiViewConfig/index.vue
View file @
c328212
...
...
@@ -504,6 +504,7 @@ export default {
type
:
"warning"
}).
then
(()
=>
{
this
.
formData
=
item
;
this
.
formData
.
delFlag
=
1
;
getJGSTPZDel
(
this
.
formData
).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
this
.
$message
.
success
(
"删除成功"
);
...
...
src/views/etpManage/index.vue
View file @
c328212
...
...
@@ -319,7 +319,7 @@ export default {
},
handleCurrentChange
(
val
)
{
this
.
page
.
current
=
val
;
this
.
params
p
.
current
=
val
;
this
.
params
.
current
=
val
;
this
.
getList
();
},
// 所有操作
...
...
src/views/metaModelDic/pages/page1.vue
View file @
c328212
...
...
@@ -380,7 +380,7 @@ export default {
},
handleCurrentChange
(
val
)
{
this
.
page
.
current
=
val
;
this
.
params
p
.
current
=
val
;
this
.
params
.
current
=
val
;
this
.
getList
();
},
// 所有操作
...
...
src/views/metaModelDic/pages/page2.vue
View file @
c328212
...
...
@@ -359,7 +359,7 @@ export default {
},
handleCurrentChange
(
val
)
{
this
.
page
.
current
=
val
;
this
.
params
p
.
current
=
val
;
this
.
params
.
current
=
val
;
this
.
getList
();
},
// 所有操作
...
...
src/views/metaModelDic/pages/page3.vue
View file @
c328212
...
...
@@ -424,7 +424,7 @@ export default {
},
handleCurrentChange
(
val
)
{
this
.
page
.
current
=
val
;
this
.
params
p
.
current
=
val
;
this
.
params
.
current
=
val
;
this
.
getList
();
},
// 所有操作
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment