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
47dc2578
Commit
47dc2578
authored
Nov 06, 2024
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
物理模型页面
parent
02106a57
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
42 deletions
+21
-42
AreaTable.vue
src/views/metaModel/physicsModel/AreaTable.vue
+6
-0
BucketTable.vue
src/views/metaModel/physicsModel/BucketTable.vue
+5
-0
ColumnTable.vue
src/views/metaModel/physicsModel/ColumnTable.vue
+5
-42
Table.vue
src/views/metaModel/physicsModel/Table.vue
+5
-0
No files found.
src/views/metaModel/physicsModel/AreaTable.vue
View file @
47dc2578
...
...
@@ -6,6 +6,7 @@
<Radio
.
Button
value=
"true"
>
展示
</Radio
.Button
>
<Radio
.
Button
value=
"false"
>
不展示
</Radio
.Button
>
</Radio
.Group
>
<a-button
type=
"primary"
@
click=
"deleteType()"
>
删除类别
</a-button>
<a-button
type=
"primary"
@
click=
"addProperty()"
>
添加属性
</a-button>
</
template
>
<
template
#
bodyCell=
"{ column, record }"
>
...
...
@@ -85,6 +86,11 @@ function handleDelete(record: Recordable) {
createMessage
.
success
(
'删除成功!'
);
}
/** 删除按钮*/
function
deleteType
()
{
createMessage
.
success
(
'删除成功!'
);
}
/**新增属性*/
function
addProperty
()
{
const
data
=
{
...
...
src/views/metaModel/physicsModel/BucketTable.vue
View file @
47dc2578
...
...
@@ -6,6 +6,7 @@
<Radio
.
Button
value=
"true"
>
展示
</Radio
.Button
>
<Radio
.
Button
value=
"false"
>
不展示
</Radio
.Button
>
</Radio
.Group
>
<a-button
type=
"primary"
@
click=
"deleteType()"
>
删除类别
</a-button>
<a-button
type=
"primary"
@
click=
"addProperty()"
>
添加属性
</a-button>
</
template
>
<
template
#
bodyCell=
"{ column, record }"
>
...
...
@@ -85,6 +86,10 @@ function handleDelete(record: Recordable) {
createMessage
.
success
(
'删除成功!'
);
}
/** 删除按钮*/
function
deleteType
()
{
createMessage
.
success
(
'删除成功!'
);
}
/**新增属性*/
function
addProperty
()
{
...
...
src/views/metaModel/physicsModel/ColumnTable.vue
View file @
47dc2578
...
...
@@ -6,6 +6,7 @@
<Radio
.
Button
value=
"true"
>
展示
</Radio
.Button
>
<Radio
.
Button
value=
"false"
>
不展示
</Radio
.Button
>
</Radio
.Group
>
<a-button
type=
"primary"
@
click=
"deleteType()"
>
删除类别
</a-button>
<a-button
type=
"primary"
@
click=
"addProperty()"
>
添加属性
</a-button>
</
template
>
<
template
#
bodyCell=
"{ column, record }"
>
...
...
@@ -78,56 +79,18 @@ const show = ref(true); // 默认展示内容
},
});
/** 新增元模型*/
function
handleCreateModel
()
{
openModal
(
true
,
{
isUpdate
:
false
,
});
}
/** 新增文件夹*/
function
handleCreateFile
()
{
openModal
(
true
,
{
isUpdate
:
false
,
});
}
/** 编辑按钮*/
function
handleEdit
(
record
:
Recordable
)
{
openModal
(
true
,
{
record
,
isUpdate
:
true
,
});
}
/** 保存*/
function
save
()
{
createMessage
.
success
(
'保存成功!'
)
}
/** 添加类别*/
function
handleCreateType
()
{
openModal
(
true
,
{
});
}
/** 取消*/
function
cancel
()
{
go
(
'/metaModel/physicsModel/index'
);
}
/** 删除按钮*/
function
handleDelete
(
record
:
Recordable
)
{
createMessage
.
success
(
'删除成功!'
);
}
/** 新增/编辑成功*/
function
handleSuccess
({
isUpdate
,
values
})
{
/** 删除按钮*/
function
deleteType
()
{
createMessage
.
success
(
'删除成功!'
);
}
/**新增属性*/
function
addProperty
()
{
const
data
=
{
...
...
src/views/metaModel/physicsModel/Table.vue
View file @
47dc2578
...
...
@@ -6,6 +6,7 @@
<Radio
.
Button
value=
"true"
>
展示
</Radio
.Button
>
<Radio
.
Button
value=
"false"
>
不展示
</Radio
.Button
>
</Radio
.Group
>
<a-button
type=
"primary"
@
click=
"deleteType()"
>
删除类别
</a-button>
<a-button
type=
"primary"
@
click=
"addProperty()"
>
添加属性
</a-button>
</
template
>
<
template
#
bodyCell=
"{ column, record }"
>
...
...
@@ -83,6 +84,10 @@ function handleDelete(record: Recordable) {
createMessage
.
success
(
'删除成功!'
);
}
/** 删除按钮*/
function
deleteType
()
{
createMessage
.
success
(
'删除成功!'
);
}
/**新增属性*/
function
addProperty
()
{
...
...
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