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
73bad286
authored
2025-12-22 09:29:36 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: 解决bug
1 parent
870de792
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
src/views/data_asset/dataDelivery.vue
src/views/data_asset/dataUsage.vue
src/views/data_asset/dataDelivery.vue
View file @
73bad28
...
...
@@ -219,7 +219,9 @@ const tableInfo = ref({
btns
.
push
({
value
:
'del'
,
label
:
'销毁'
,
click
:
(
scope
)
=>
{
proxy
.
$openMessageBox
(
"此操作将永久销毁已推送至数据使用方连接器的该数据产品,并解除对应的数字合约,是否继续?"
,
()
=>
{
tableInfo
.
value
.
loading
=
true
;
deleteDeliveryContract
([
scope
.
row
.
guid
]).
then
((
res
:
any
)
=>
{
tableInfo
.
value
.
loading
=
false
;
if
(
res
?.
code
==
proxy
.
$passCode
)
{
page
.
value
.
curr
=
1
;
getTableData
();
...
...
src/views/data_asset/dataUsage.vue
View file @
73bad28
...
...
@@ -43,7 +43,7 @@ const page = ref({
const
tableFields
=
ref
([
{
label
:
"序号"
,
type
:
"index"
,
width
:
56
,
align
:
"center"
},
{
label
:
"数据产品名称"
,
field
:
"dataProductName"
,
width
:
160
,
type
:
"text_btn"
,
columClass
:
'
text_btn
'
,
value
:
"detail"
,
disabled
:
(
scope
)
=>
{
label
:
"数据产品名称"
,
field
:
"dataProductName"
,
width
:
160
,
type
:
"text_btn"
,
columClass
:
''
,
value
:
"detail"
,
disabled
:
(
scope
)
=>
{
return
scope
.
row
.
contractStatus
==
'06'
;
},
click
:
(
scope
)
=>
{
if
(
scope
.
row
.
contractStatus
==
'06'
)
{
...
...
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