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
a236f560
Commit
a236f560
authored
Nov 20, 2024
by
曹泽华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数仓规划 落地检核
parent
5c4d77cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
18 deletions
+7
-18
index.vue
...s/dataWarehousePlanning/physicalModel/landCheck/index.vue
+7
-18
No files found.
src/views/dataWarehousePlanning/physicalModel/landCheck/index.vue
View file @
a236f560
...
@@ -30,15 +30,9 @@
...
@@ -30,15 +30,9 @@
onClick: handleEdit.bind(null, record),
onClick: handleEdit.bind(null, record),
},
},
{
{
icon: 'ion:ellipsis-horizontal-outline',
icon: 'ant-design:delete-outlined',
popConfirm: {
// label: '删除',
title: '请选择',
onClick: handleDelete.bind(null, record),
okText: '下移',
cancelText: '上移',
placement: 'bottom',
confirm: handleUp.bind(null, record),
cancel: handleDown.bind(null, record),
},
},
},
]"
]"
/>
/>
...
@@ -129,6 +123,7 @@ const [
...
@@ -129,6 +123,7 @@ const [
autoSubmitOnEnter
:
true
,
autoSubmitOnEnter
:
true
,
},
},
useSearchForm
:
true
,
useSearchForm
:
true
,
showIndexColumn
:
false
,
showTableSetting
:
false
,
showTableSetting
:
false
,
bordered
:
true
,
bordered
:
true
,
handleSearchInfoFn
(
info
)
{
handleSearchInfoFn
(
info
)
{
...
@@ -222,14 +217,8 @@ function handleSelect(modelId = '') {
...
@@ -222,14 +217,8 @@ function handleSelect(modelId = '') {
/** 移动按钮*/
/** 移动按钮*/
function
handleMove
(
record
:
Recordable
)
{
function
handleMove
(
record
:
Recordable
)
{
createMessage
.
success
(
'删除成功!'
);
}
function
handleUp
()
{
createMessage
.
success
(
'下移成功!'
);
}
function
handleDown
()
{
createMessage
.
success
(
'上移成功!'
);
}
}
/** 编辑按钮*/
/** 编辑按钮*/
function
handleEdit
(
record
:
Recordable
)
{
function
handleEdit
(
record
:
Recordable
)
{
openModal
(
true
,
{
openModal
(
true
,
{
...
@@ -243,9 +232,9 @@ function handleDelete(record: Recordable) {
...
@@ -243,9 +232,9 @@ function handleDelete(record: Recordable) {
createConfirm
({
createConfirm
({
iconType
:
'warning'
,
iconType
:
'warning'
,
title
:
'确认删除'
,
title
:
'确认删除'
,
content
:
'确认
批量
删除选中数据吗?'
,
content
:
'确认删除选中数据吗?'
,
onOk
()
{
onOk
()
{
createMessage
.
success
(
'
批量
删除成功!'
);
createMessage
.
success
(
'删除成功!'
);
},
},
});
});
}
}
...
...
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