Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
84bde72e
Commit
84bde72e
authored
Nov 09, 2022
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改部门编号显示
parent
83beff3e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
23 deletions
+18
-23
base-manager-ui/admin/src/pages/basicset/business/components/businessTabs2.vue
.../src/pages/basicset/business/components/businessTabs2.vue
+14
-18
base-manager-ui/admin/src/pages/basicset/business/components/businessTabs3.vue
.../src/pages/basicset/business/components/businessTabs3.vue
+4
-4
base-manager-ui/admin/src/pages/basicset/dept/department.vue
base-manager-ui/admin/src/pages/basicset/dept/department.vue
+0
-1
No files found.
base-manager-ui/admin/src/pages/basicset/business/components/businessTabs2.vue
View file @
84bde72e
...
...
@@ -63,21 +63,17 @@
</span>
</
template
>
<!-- 部门 -->
<
template
slot=
"
belongDept
"
slot-scope=
"text"
>
{{
text
.
belongDept
?
text
.
belongDept
:
"
--
"
}}
<
template
slot=
"
deptCode
"
slot-scope=
"text"
>
{{
text
.
deptCode
?
text
.
deptCode
:
"
--
"
}}
</
template
>
<!-- 到现场次数 -->
<
template
slot=
"num"
slot-scope=
"text"
>
<span
v-if=
"text.windowToTheSceneNum && text.windowToTheSceneNum != ''"
>
{{
text
.
windowToTheSceneNum
}}
</span
>
<span
v-else-if=
"
text.onlineToTheSceneNum && text.onlineToTheSceneNum != ''
"
>
{{
text
.
onlineToTheSceneNum
}}
</span
>
<span
v-if=
"text.windowToTheSceneNum"
>
{{
text
.
windowToTheSceneNum
}}
</span>
<span
v-else-if=
"text.onlineToTheSceneNum"
>
{{
text
.
onlineToTheSceneNum
}}
</span>
<span
v-else
>
--
</span>
</
template
>
<!-- 操作 -->
...
...
@@ -152,8 +148,8 @@
</span>
</
template
>
<!-- 部门 -->
<
template
slot=
"
belongDept
"
slot-scope=
"text"
>
{{
text
.
belongDept
?
text
.
belongDept
:
"
--
"
}}
<
template
slot=
"
deptCode
"
slot-scope=
"text"
>
{{
text
.
deptCode
?
text
.
deptCode
:
"
--
"
}}
</
template
>
<
template
slot=
"action"
slot-scope=
"text"
>
<a
href=
"javascript:;"
class=
"jion"
@
click=
"handleIn(text.id)"
...
...
@@ -204,10 +200,10 @@ const leftColumns = [
scopedSlots
:
{
customRender
:
"
index
"
},
},
{
title
:
"
部门
"
,
title
:
"
部门
编号
"
,
width
:
"
20%
"
,
scopedSlots
:
{
customRender
:
"
belongDept
"
,
customRender
:
"
deptCode
"
,
},
},
{
...
...
@@ -239,10 +235,10 @@ const rightColumns = [
scopedSlots
:
{
customRender
:
"
num
"
},
},
{
title
:
"
部门
"
,
title
:
"
部门
编号
"
,
width
:
"
20%
"
,
scopedSlots
:
{
customRender
:
"
belongDept
"
,
customRender
:
"
deptCode
"
,
},
},
{
...
...
base-manager-ui/admin/src/pages/basicset/business/components/businessTabs3.vue
View file @
84bde72e
...
...
@@ -105,8 +105,8 @@
</span>
</
template
>
<!-- 部门 -->
<
template
slot=
"
belongDept
"
slot-scope=
"text"
>
{{
text
.
belongDept
?
text
.
belongDept
:
"
--
"
}}
<
template
slot=
"
deptCode
"
slot-scope=
"text"
>
{{
text
.
deptCode
?
text
.
deptCode
:
"
--
"
}}
</
template
>
<
template
slot=
"action"
slot-scope=
"text"
>
<a
href=
"javascript:;"
class=
"jion"
@
click=
"handleIn(text)"
>
关联
</a>
...
...
@@ -281,10 +281,10 @@ const rightColumns = [
scopedSlots
:
{
customRender
:
"
num
"
},
},
{
title
:
"
部门
"
,
title
:
"
部门
编号
"
,
width
:
"
20%
"
,
scopedSlots
:
{
customRender
:
"
belongDept
"
,
customRender
:
"
deptCode
"
,
},
},
{
...
...
base-manager-ui/admin/src/pages/basicset/dept/department.vue
View file @
84bde72e
...
...
@@ -428,7 +428,6 @@ export default {
}
})
.
flat
();
console
.
log
(
data
);
this
.
business
=
this
.
delChildren
(
this
.
business
);
},
// 新增部门
...
...
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