Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
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
office
haoban-4
Commits
d6d26aaf
Commit
d6d26aaf
authored
Aug 11, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改企业信息
parent
acc81e4d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
7 deletions
+15
-7
enterprise-set.vue
src/views/enterprise/enterprise-set.vue
+15
-7
No files found.
src/views/enterprise/enterprise-set.vue
View file @
d6d26aaf
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-08-11
09:31:04
* @LastEditTime: 2020-08-11
13:44:23
-->
<
template
>
<div
class=
"daily-set-wrap "
>
...
...
@@ -49,13 +49,21 @@
<el-button
type=
"text"
:loading=
"loadApp"
@
click =
"refreshApp(item)"
>
同步刷新
</el-button>
<el-button
type=
"text"
@
click=
"toEdit(item)"
>
编辑
</el-button><el-button
type=
"text"
@
click=
"toDel(item)"
>
删除
</el-button>
</div>
</div>
<div
class=
"self-app-item"
><span
class=
"font-14 color-606266 app-item-title"
>
Agentld:
</span><span
class=
"font-14 color-303133"
>
{{
item
.
agentId
}}
</span></div>
<div
class=
"self-app-item"
>
<span
class=
"font-14 color-606266 app-item-title"
>
Secret:
</span><span
class=
"font-14 color-303133"
>
{{
item
.
secretVal
}}
</span><span
class=
"p-l-15 font-14 color-303133"
><span
:class=
"['iconfont', item.checkFlag ? 'color-49c958 iconchenggong' : 'color-f83431 iconshibai']"
></span><span
class=
"p-l-10"
>
{{
item
.
checkFlag
?
'校验成功'
:
'校验失败'
}}
</span></span
>
<div>
<el-form
ref=
"form"
label-width=
"110px"
>
<el-form-item
label=
"Agentld"
>
<span
class=
"font-14 color-303133"
>
{{
item
.
agentId
}}
</span>
</el-form-item>
<el-form-item
label=
"Secret"
>
<span
class=
"font-14 color-303133"
>
{{
item
.
secretVal
}}
</span><span
class=
"p-l-15 font-14 color-303133"
><span
:class=
"['iconfont', item.checkFlag ? 'color-49c958 iconchenggong' : 'color-f83431 iconshibai']"
></span><span
class=
"p-l-10"
>
{{
item
.
checkFlag
?
'校验成功'
:
'校验失败'
}}
</span></span
>
</el-form-item>
<el-form-item
label=
"应用可见范围"
>
<span
v-for=
"(child, key) in item.displayRange"
:key=
"key+'child'"
class=
"font-14 color-303133"
>
{{
child
.
name
}}
{{
key
>
0
?
';'
:
''
}}
</span>
</el-form-item>
</el-form>
</div>
<div
class=
"self-app-item"
><span
class=
"font-14 color-606266 app-item-title"
>
应用可见范围:
</span><span
class=
"font-14 color-303133"
>
{{
item
.
displayRange
.
map
(
el
=>
el
.
name
).
join
(
';'
)
}}
</span></div>
</div>
<div
v-if=
"!tableData.length"
class=
"add-self-app font-14 color-606266 cursor-pointer"
@
click=
"addSecret"
><span
class=
"iconfont icontianjiajiahaowubiankuang font-12"
></span><span
class=
"p-l-10"
>
添加
</span></div>
</div>
...
...
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