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 e9b2559e
authored
Dec 26, 2023
by
Thews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20231226汪皖苏
1 parent
dfc1951b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
src/views/archiViewConfig/index.vue
src/views/metaModelDic/pages/page1.vue
vue.config.js
src/views/archiViewConfig/index.vue
View file @
e9b2559
...
...
@@ -343,7 +343,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 @
e9b2559
...
...
@@ -46,13 +46,16 @@
<span
>
{{
dicObj
.
archiBelongId
[
scope
.
row
.
archiBelongId
]
}}
</span>
</
template
>
</el-table-column>
<!-- <el-table-column prop="archiLevelName" label="架构层次" align="center"></el-table-column>
<el-table-column prop="archiBelongName" label="架构归属" align="center"></el-table-column> -->
<el-table-column
prop=
"content"
label=
"描述"
align=
"center"
></el-table-column>
<el-table-column
label=
"图标"
align=
"center"
>
<
!-- <
el-table-column label="图标" align="center">
<template>
<el-button type="text" style="color: #0D867F;">预览</el-button>
</template>
</el-table-column> -->
<el-table-column
label=
"图标"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<img
:src=
"scope.row.icon"
alt=
""
style=
"width: 50%;"
>
</
template
>
</el-table-column>
<el-table-column
prop=
"version"
label=
"版本"
align=
"center"
></el-table-column>
<el-table-column
label=
"状态"
align=
"center"
>
...
...
vue.config.js
View file @
e9b2559
const
{
defineConfig
}
=
require
(
'@vue/cli-service'
);
const
ip
=
'172.20.10.3'
;
// const ip = '172.20.10.3';
const
ip
=
'43.143.211.42'
;
module
.
exports
=
defineConfig
({
transpileDependencies
:
true
,
//如果是hash模式, publicPath:"";如果是history, publicPath:"/"
...
...
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