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 4a33cec4
authored
Mar 05, 2024
by
liuyong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
1 parent
d9cbf78a
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
9 deletions
src/views/archi-asset-manage/index.vue
src/views/etpManage/index.vue
src/views/report-template-relative-use/index.vue
src/views/archi-asset-manage/index.vue
View file @
4a33cec
...
...
@@ -294,6 +294,7 @@
:center=
"false"
:close-on-click-modal=
"false"
width=
"80%"
>
<div
style=
"height: 524px;"
>
<el-card
v-for=
"item in elementTree"
:key=
"item.assetId"
style=
"margin-bottom: 20px;"
>
<div
style=
"text-align: left;"
>
<el-checkbox
:indeterminate=
"item.isIndeterminate"
v-model=
"item.checkAll"
@
change=
"val => handleCheckAllChange(val, item)"
>
{{ item.assetName }}
</el-checkbox>
...
...
@@ -303,6 +304,7 @@
<el-checkbox
v-for=
"city in item.subList"
:label=
"city.assetName"
:key=
"city.assetId"
>
{{ city.assetName }}
</el-checkbox>
</el-checkbox-group>
</el-card>
</div>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
class=
"greenButton"
@
click=
"dialogOperation('saveFactor', null)"
>
确定
</el-button>
<el-button
@
click=
"add_dialog4 = false"
>
取消
</el-button>
...
...
@@ -796,7 +798,7 @@
}
},
saveFactor
()
{
//确定维护资产要素
this
.
add_dialog4
=
false
;
},
saveDialog
(){
//保存架构
this
.
$refs
.
form
.
validate
(
valid
=>
{
...
...
@@ -1143,6 +1145,10 @@
color
:
#DD6A15
;
background-color
:
#F8EBE2
;
}
.el-button.is-disabled
{
color
:
#C0C4CC
!important
;
background-color
:
#fff
!important
;
}
.table_container
{
width
:
97%
;
height
:
calc
(
100%
-
40px
);
...
...
src/views/etpManage/index.vue
View file @
4a33cec
...
...
@@ -68,8 +68,8 @@
<el-table-column
label=
"操作"
width=
"200"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<div
style=
"display: flex;align-items: center;justify-content: center;"
>
<el-button
class=
"editBtn
"
icon=
"el-icon-edit"
size=
"mini"
@
click=
"operate('edit',scope.row)"
>
编辑
</el-button>
<el-button
class=
"delBtn"
icon=
"el-icon-delete"
size=
"mini"
@
click=
"operate('del',scope.row)"
>
删除
</el-button>
<el-button
type=
"primary
"
icon=
"el-icon-edit"
size=
"mini"
@
click=
"operate('edit',scope.row)"
>
编辑
</el-button>
<el-button
class=
"delBtn"
type=
"primary"
icon=
"el-icon-delete"
size=
"mini"
@
click=
"operate('del',scope.row)"
>
删除
</el-button>
</div>
</
template
>
</el-table-column>
...
...
@@ -535,6 +535,16 @@ export default {
color
:
#fff
;
cursor
:
pointer
;
}
/
deep
/
.el-dialog__header
{
background-color
:
#0D867F
;
text-align
:
left
;
}
/
deep
/
.el-dialog__title
{
color
:
#fff
;
}
/
deep
/
.el-dialog__close
{
color
:
#fff
;
}
.etpManage
{
width
:
100%
;
height
:
100%
;
...
...
@@ -601,6 +611,11 @@ export default {
border
:
0
;
}
}
.el-button--primary
{
background
:
rgba
(
13
,
134
,
127
,
0.1
);
color
:
#0D867F
;
border
:
0
;
}
.add_btn
{
display
:
flex
;
align-items
:
center
;
...
...
@@ -673,11 +688,9 @@ export default {
height
:
30px
;
}
}
.editBtn
{
color
:
#0D867F
;
}
.delBtn
{
color
:
#DB6209
;
color
:
#DD6A15
;
background-color
:
#F8EBE2
;
}
.stopBtn
{
color
:
#E7A20E
;
...
...
src/views/report-template-relative-use/index.vue
View file @
4a33cec
...
...
@@ -122,7 +122,7 @@
<el-input
v-no-backslash
maxlength=
"100"
v-model=
"ruleForm.let3"
></el-input>
</el-form-item>
<el-form-item
label=
"模板名称:"
prop=
"let4"
>
<el-select
clearable
v-model=
"ruleForm.let4"
placeholder=
"请选择"
style=
"width: 2
1
0px;"
>
<el-select
clearable
v-model=
"ruleForm.let4"
placeholder=
"请选择"
style=
"width: 2
0
0px;"
>
<el-option
v-for=
"item in moBanMingCheng"
:key=
"item.tplId"
:label=
"item.tempName"
:value=
"item.tplId"
></el-option>
</el-select>
</el-form-item>
...
...
@@ -513,7 +513,7 @@ export default {
}
.el-form-item
{
display
:
flex
;
width
:
3
3
%
;
width
:
3
4
%
;
margin-right
:
30px
;
}
.cross1
{
...
...
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