Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
09f132a1
authored
2025-12-09 10:00:50 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修复部分使用的接口联调
1 parent
29c739c7
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
5 deletions
src/components/Table/index.vue
src/views/data_asset/dataDelivery.vue
src/views/data_asset/dataUsage.vue
src/views/data_asset/dataUsageLog.vue
src/views/data_asset/registerCatalogDetail.vue
src/components/Table/index.vue
View file @
09f132a
...
...
@@ -621,6 +621,7 @@ onMounted(() => {
v-preReClick>
{{
btn
.
label
}}
</span>
</span>
</
template
>
<span
v-if=
"actionInfo.isEmpty && (!actionInfo.btns || (Array.isArray(actionInfo.btns) && !actionInfo.btns?.length) || !actionInfo.btns?.(scope)?.length)"
>
--
</span>
</template>
<
template
v-if=
"
props.tableInfo.id.indexOf('maintenance') > -1 &&
...
...
@@ -636,9 +637,6 @@ onMounted(() => {
handleClick(scope,
{ label: '添加子菜单', value: 'menu' })
" v-preReClick>添加子菜单
</span>
</
template
>
<
template
v-else-if=
"!actionInfo.btns?.length"
>
<span>
--
</span>
</
template
>
</template>
</el-table-column>
<
template
#
append
>
...
...
src/views/data_asset/dataDelivery.vue
View file @
09f132a
...
...
@@ -205,6 +205,8 @@ const tableInfo = ref({
label
:
"操作"
,
type
:
"btn"
,
width
:
140
,
isEmpty
:
true
,
isMore
:
false
,
btns
:
(
scope
)
=>
{
let
btns
:
any
=
[];
let
row
=
scope
.
row
;
...
...
src/views/data_asset/dataUsage.vue
View file @
09f132a
...
...
@@ -150,6 +150,13 @@ const btnHanldesMap = {
currTableData
.
value
=
scope
.
row
;
tenantDialogInfo
.
value
.
visible
=
true
;
templateFormItems
.
value
[
0
].
options
=
currTableData
.
value
.
deliveryNodes
||
[];
let
distributeNodes
=
currTableData
.
value
.
distributeNodes
||
[];
if
(
distributeNodes
?.
length
)
{
templateFormItems
.
value
[
0
].
options
=
currTableData
.
value
.
deliveryNodes
?.
map
(
d
=>
{
d
.
disabled
=
distributeNodes
.
includes
(
d
.
guid
)
?
true
:
false
;
return
d
;
})
}
templateFormItems
.
value
[
0
].
default
=
''
;
},
delete
:
(
scope
)
=>
{
//删除
...
...
@@ -235,7 +242,8 @@ const templateFormItems = ref([{
options
:
[],
props
:
{
value
:
'guid'
,
label
:
'tenantName'
label
:
'tenantName'
,
disabled
:
'disabled'
},
filterable
:
true
,
multiple
:
true
,
...
...
src/views/data_asset/dataUsageLog.vue
View file @
09f132a
...
...
@@ -78,6 +78,7 @@ const processTableInfo = ref({
{
label
:
"执行节点标识"
,
field
:
"executionEntityId"
,
width
:
175
},
{
label
:
"执行合约名称"
,
field
:
"contractName"
,
width
:
160
},
{
label
:
"执行环节"
,
field
:
"executionProcess"
,
width
:
120
},
{
label
:
"执行结果"
,
field
:
"executionResult"
,
width
:
120
}
],
data
:
[],
showPage
:
true
,
...
...
src/views/data_asset/registerCatalogDetail.vue
View file @
09f132a
...
...
@@ -360,7 +360,7 @@ const productTableInfo = ref({
arrBtns
.
push
({
label
:
'查看'
,
value
:
'view'
,
click
:
(
scope
)
=>
{
router
.
push
({
name
:
(
route
.
query
.
foundMode
==
'read'
||
route
.
query
.
foundMode
==
'download'
)
?
'useApiDetail'
:
'apiDetail'
,
name
:
(
route
.
query
.
foundMode
==
'read'
||
route
.
query
.
foundMode
==
'download'
)
?
'us
ag
eApiDetail'
:
'apiDetail'
,
query
:
{
guid
:
scope
.
row
.
guid
,
apiName
:
scope
.
row
.
apiName
}
});
}
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment