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
c84a8f52
Commit
c84a8f52
authored
Feb 03, 2023
by
YIyiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:优化编辑业务
parent
553ea6e7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
16 deletions
+6
-16
base-manager-ui/admin/src/pages/basicset/business/group/addprofession.vue
...admin/src/pages/basicset/business/group/addprofession.vue
+3
-0
base-manager-ui/admin/src/pages/basicset/deploy/deploy.vue
base-manager-ui/admin/src/pages/basicset/deploy/deploy.vue
+1
-15
base-manager-ui/admin/src/pages/basicset/surface/modal/AddSurface.vue
...-ui/admin/src/pages/basicset/surface/modal/AddSurface.vue
+2
-1
No files found.
base-manager-ui/admin/src/pages/basicset/business/group/addprofession.vue
View file @
c84a8f52
...
...
@@ -159,6 +159,9 @@ export default {
onEdit
(
data
)
{
this
.
getBusinessData
();
this
.
form
=
{
...
data
};
if
(
this
.
form
.
parentId
==
0
)
{
this
.
form
.
parentId
=
undefined
;
}
},
// 切换业务级别
// changeIsBusiness(e) {
...
...
base-manager-ui/admin/src/pages/basicset/deploy/deploy.vue
View file @
c84a8f52
...
...
@@ -86,20 +86,6 @@
</
template
>
</a-table>
</div>
<!-- 分页 -->
<!-- <div class="pagination" v-if="total">
<a-pagination
v-model="current"
:show-total="(total) => `共 ${total} 条`"
:total="total"
show-less-items
@change="handleChange"
show-size-changer
show-quick-jumper
:pageSizeOptions="pageSizeOptions"
@showSizeChange="showSizeChange"
/>
</div> -->
</a-card>
<!-- 新增模块 -->
<a-modal
...
...
@@ -523,4 +509,4 @@ export default {
margin-top: 8px;
color: #666;
}
</
style
>
\ No newline at end of file
</
style
>
base-manager-ui/admin/src/pages/basicset/surface/modal/AddSurface.vue
View file @
c84a8f52
...
...
@@ -319,6 +319,7 @@ export default {
this
.
loading
=
false
;
this
.
skinTemplate
=
[];
this
.
curSkinTemplate
=
undefined
;
this
.
facilityInfo
=
{};
},
// 获取设备信息
getFacilityInfo
(
info
)
{
...
...
@@ -573,4 +574,4 @@ export default {
transform: scale(0.7);
}
}
</
style
>
\ No newline at end of file
</
style
>
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