Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigDataSystem
Project
Project
Details
Activity
Releases
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
张伯涛
bigDataSystem
Commits
01e4d1a7
Commit
01e4d1a7
authored
Nov 15, 2024
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了显示问题
parent
4602ba9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
PublicCodeTree.vue
src/views/dataStandards/publicCode/PublicCodeTree.vue
+1
-6
createPublicCode.vue
src/views/dataStandards/publicCode/createPublicCode.vue
+1
-1
No files found.
src/views/dataStandards/publicCode/PublicCodeTree.vue
View file @
01e4d1a7
...
@@ -225,15 +225,10 @@ function deleteButton(record: Recordable) {
...
@@ -225,15 +225,10 @@ function deleteButton(record: Recordable) {
});
});
}
}
/** 修改 按钮*/
function
handleUpdateButton
(
record
:
Recordable
)
{
}
/**编辑标准*/
/**编辑标准*/
function
editButton
(
record
)
{
function
editButton
(
record
)
{
router
.
push
({
router
.
push
({
path
:
'/dataStandards/publicCode/editDetail
Standard
'
,
path
:
'/dataStandards/publicCode/editDetail'
,
query
:
{
query
:
{
businessId
:
record
.
businessId
,
businessId
:
record
.
businessId
,
},
},
...
...
src/views/dataStandards/publicCode/createPublicCode.vue
View file @
01e4d1a7
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
]);
]);
});
});
const
getTitle
=
computed
(()
=>
(
'新建
基础标准
'
));
const
getTitle
=
computed
(()
=>
(
'新建
公共代码
'
));
/**数组对象转成树*/
/**数组对象转成树*/
function
handleTree
(
data
,
id
,
parentId
,
children
,
rootId
)
{
function
handleTree
(
data
,
id
,
parentId
,
children
,
rootId
)
{
...
...
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