Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
crscd-view12.10
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
gengchenguang
crscd-view12.10
Commits
0325126b
Commit
0325126b
authored
Dec 10, 2021
by
neogcg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
网元管理,g链路管理
parent
c2176694
Pipeline
#440
failed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
16 deletions
+26
-16
DeleteDataAuthConfirmDialog.vue
...leteDataAuthConfirmDialog/DeleteDataAuthConfirmDialog.vue
+11
-2
lianlu.vue
...TopologyManagement/LinkConfigurationManagement/lianlu.vue
+15
-14
No files found.
src/components/DialogComponents/DeleteDataAuthConfirmDialog/DeleteDataAuthConfirmDialog.vue
View file @
0325126b
...
...
@@ -9,6 +9,7 @@
:append-to-body=
'true'
:visible
.
sync=
"DeleteDataAuthConfirmVisible"
>
<el-form
:model=
"form"
inline=
"true"
>
<p>
验证用户身份
</p>
<el-form-item
:label=
"$t('login.account')"
:label-width=
"formLabelWidth"
style=
"margin-bottom: -10px;"
>
<el-input
size =
'mini'
type=
"text"
:placeholder=
"$t('common.placeholder')"
v-model=
"form.account"
disabled=
"true"
v-on:blur=
"accountCheck"
autocomplete=
"off"
></el-input>
</el-form-item>
...
...
@@ -17,8 +18,8 @@
</el-form-item>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
size =
'mini'
type=
"primary"
icon=
'el-icon-circle-check'
@
click=
"deleteDataAuthConfirm"
>
{{
$t
(
'common.ok'
)
}}
</el-button>
<el-button
size =
'mini'
icon=
'el-icon-circle-close'
@
click=
"close"
>
{{
$t
(
'common.cancel'
)
}}
</el-button>
<el-button
class=
"btnstyle"
size =
'mini'
type=
"primary"
@
click=
"deleteDataAuthConfirm"
>
{{
$t
(
'common.ok'
)
+
'删除'
}}
</el-button>
<el-button
class=
"btnstyle"
size =
'mini'
type=
"primary"
@
click=
"close"
>
{{
$t
(
'common.cancel'
)
}}
</el-button>
</div>
</el-dialog>
</
template
>
...
...
@@ -103,3 +104,11 @@ export default {
}
}
</
script
>
<
style
scoped
>
.btnstyle
{
height
:
36px
;
width
:
106px
;
}
</
style
>
src/components/TopologyManagement/LinkConfigurationManagement/lianlu.vue
View file @
0325126b
...
...
@@ -235,7 +235,7 @@
<el-button
type=
"text"
:title=
"$t('common.updateBtn')"
@
click=
"
shanchu()
"
@
click=
"
deleteLinkInit
"
>
删除
</el-button>
...
...
@@ -677,15 +677,16 @@ guankongjiedian:"",
* @exception :
* @date : 2018/12/7 13:32
*/
deleteLinkInit
:
function
()
{
deleteLinkInit
:
function
(
val
)
{
if
(
this
.
multipleSelection
.
length
===
0
)
{
this
.
InfoTip
.
warningTip
(
this
,
HelperUtil
.
getCheckStatusCodeObjectByCode
(
this
.
successCode
.
DELETE_SELECT_CODE
)
);
// this.InfoTip.warningTip(
// this,
// HelperUtil.getCheckStatusCodeObjectByCode(
// this.successCode.DELETE_SELECT_CODE
// )
// );
this
.
deleteList
=
val
;
this
.
deleteLinkCommand
.
execute
();
}
else
{
this
.
deleteList
=
[];
...
...
@@ -699,11 +700,11 @@ guankongjiedian:"",
shanchu
(){
},
handleRowClick
(
row
,
column
,
cell
,
event
)
{
this
.
$refs
.
singleTable
.
toggleRowSelection
(
cell
);
// console.log("this.selecTestContent", this.selectTestContent);
this
.
deleteLinkInit
();
},
//
handleRowClick(row, column,cell, event) {
//
this.$refs.singleTable.toggleRowSelection(cell);
//
// console.log("this.selecTestContent", this.selectTestContent);
//
this.deleteLinkInit();
//
},
// deleteLinkInit: function (val) {
// this.deleteList = val;
...
...
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