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 baa27cf3
authored
Apr 17, 2024
by
史敦盼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
1 parent
b8294ab9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
src/views/otherArchiDesign/index.vue
src/views/projectInfoManage/index.vue
src/views/summaryArchiDesign/index.vue
src/views/systemInfoManage/index.vue
src/views/otherArchiDesign/index.vue
View file @
baa27cf
...
...
@@ -61,7 +61,7 @@
<div
class=
"search_menu"
style=
"justify-content: center;margin-bottom: 20px;"
>
<div
class=
"search_menu_item_container"
>
<div
class=
"search_menu_item"
style=
"width: auto;"
>
<span
class=
"search_title"
>
组织
单位
</span>
<span
class=
"search_title"
>
建设
单位
</span>
<!--
<el-input
v-no-backslash
v-model=
"searchParams2.let1"
maxlength=
"100"
placeholder=
"请输入内容"
class=
"search_item"
></el-input>
-->
<el-select
v-model=
"searchParams2.let1"
placeholder=
"请选择"
>
<el-option
...
...
@@ -114,7 +114,7 @@
<el-table
height=
"400"
v-loading=
"loading2"
:data=
"tableData2"
@
selection-change=
"select_table_rows2"
stripe
border
>
<el-table-column
type=
"selection"
width=
"55"
></el-table-column>
<el-table-column
type=
"index"
label=
"序号"
width=
"80"
align=
"center"
></el-table-column>
<el-table-column
prop=
"manageOrgId_"
label=
"
组织
单位"
align=
"center"
></el-table-column>
<el-table-column
prop=
"manageOrgId_"
label=
"
建设
单位"
align=
"center"
></el-table-column>
<el-table-column
prop=
"manageDeptId_"
label=
"业务部门"
align=
"center"
></el-table-column>
<el-table-column
prop=
"appName"
label=
"系统名称"
align=
"center"
width=
"200"
:show-overflow-tooltip=
"true"
></el-table-column>
<el-table-column
label=
"建设类型"
align=
"center"
>
...
...
src/views/projectInfoManage/index.vue
View file @
baa27cf
...
...
@@ -124,6 +124,7 @@
label=
"建设单位"
align=
"center"
width=
"160"
show-overflow-tooltip
:formatter=
"
(row, column, cellValue, index) =>
formatterDept(row, column, cellValue, index, 'sysOrgOptions')
...
...
@@ -132,6 +133,7 @@
<el-table-column
prop=
"manageDeptId"
label=
"业务部门"
show-overflow-tooltip
align=
"center"
:formatter=
"
(row, column, cellValue, index) =>
...
...
src/views/summaryArchiDesign/index.vue
View file @
baa27cf
...
...
@@ -61,7 +61,7 @@
<div
class=
"search_menu"
style=
"justify-content: center;margin-bottom: 20px;"
>
<div
class=
"search_menu_item_container"
>
<div
class=
"search_menu_item"
style=
"width: auto;"
>
<span
class=
"search_title"
>
组织
单位
</span>
<span
class=
"search_title"
>
建设
单位
</span>
<!--
<el-input
v-no-backslash
v-model=
"searchParams2.let1"
maxlength=
"100"
placeholder=
"请输入内容"
class=
"search_item"
></el-input>
-->
<el-select
v-model=
"searchParams2.let1"
placeholder=
"请选择"
>
<el-option
...
...
@@ -114,7 +114,7 @@
<el-table
height=
"400"
v-loading=
"loading2"
:data=
"tableData2"
@
selection-change=
"select_table_rows2"
stripe
border
>
<el-table-column
type=
"selection"
width=
"55"
></el-table-column>
<el-table-column
type=
"index"
label=
"序号"
width=
"80"
align=
"center"
></el-table-column>
<el-table-column
prop=
"manageOrgId_"
label=
"
组织
单位"
align=
"center"
></el-table-column>
<el-table-column
prop=
"manageOrgId_"
label=
"
建设
单位"
align=
"center"
></el-table-column>
<el-table-column
prop=
"manageDeptId_"
label=
"业务部门"
align=
"center"
></el-table-column>
<el-table-column
prop=
"appName"
label=
"系统名称"
align=
"center"
width=
"200"
:show-overflow-tooltip=
"true"
></el-table-column>
<el-table-column
label=
"建设类型"
align=
"center"
>
...
...
src/views/systemInfoManage/index.vue
View file @
baa27cf
...
...
@@ -122,6 +122,7 @@
<el-table-column
prop=
"manageOrgId"
label=
"建设单位"
show-overflow-tooltip
align=
"center"
:formatter=
"
(row, column, cellValue, index) =>
...
...
@@ -133,6 +134,7 @@
prop=
"manageDeptId"
label=
"业务部门"
align=
"center"
show-overflow-tooltip
:formatter=
"
(row, column, cellValue, index) =>
formatterDept(row, column, cellValue, index, 'sysDeptOptions')
...
...
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