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
b4b18a68
authored
2025-12-02 15:22:41 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: 解决合约中运算符消失的bug
1 parent
9f8352a9
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
16 deletions
src/views/data_facilitator/settleStart.vue
src/views/data_smart_contract/contractTemplateCreate.vue
src/views/data_smart_contract/smartContractCreate.vue
src/views/data_smart_contract/smartContractDetail.vue
src/views/data_facilitator/settleStart.vue
View file @
b4b18a6
...
...
@@ -37,9 +37,9 @@ const fullscreenLoading = ref(false);
const
restart
=
ref
(
false
);
/** 展开收起 */
const
expandBase
=
ref
(
fals
e
);
const
expandImpact
=
ref
(
fals
e
);
const
expandValid
=
ref
(
fals
e
);
const
expandBase
=
ref
(
tru
e
);
const
expandImpact
=
ref
(
tru
e
);
const
expandValid
=
ref
(
tru
e
);
const
approveInfoExpand
=
ref
(
false
);
const
deploymentId
=
ref
(
""
);
...
...
src/views/data_smart_contract/contractTemplateCreate.vue
View file @
b4b18a6
...
...
@@ -26,8 +26,8 @@ const userStore = useUserStore();
const
dataSmartContract
=
useDataSmartContract
();
const
fullPath
=
route
.
fullPath
;
const
fullscreenLoading
=
ref
(
false
);
const
expandBase
=
ref
(
fals
e
);
const
expandInfo
=
ref
(
fals
e
);
const
expandBase
=
ref
(
tru
e
);
const
expandInfo
=
ref
(
tru
e
);
const
baseInfoFormRef
=
ref
();
const
baseInfoFormItems
=
ref
([{
...
...
src/views/data_smart_contract/smartContractCreate.vue
View file @
b4b18a6
...
...
@@ -32,9 +32,9 @@ const tenantData = JSON.parse(localStorage.tenantInfo);
const
router
=
useRouter
();
const
route
=
useRoute
();
const
fullscreenLoading
=
ref
(
false
);
const
expandBase
=
ref
(
fals
e
);
const
expandInfo
=
ref
(
fals
e
);
const
expandPolicy
=
ref
(
fals
e
);
const
expandBase
=
ref
(
tru
e
);
const
expandInfo
=
ref
(
tru
e
);
const
expandPolicy
=
ref
(
tru
e
);
const
fullPath
=
route
.
fullPath
;
const
dataSmartContract
=
useDataSmartContract
();
const
{
proxy
}
=
getCurrentInstance
()
as
any
;
...
...
src/views/data_smart_contract/smartContractDetail.vue
View file @
b4b18a6
...
...
@@ -49,14 +49,14 @@ const router = useRouter();
const
route
=
useRoute
();
const
fullPath
=
route
.
fullPath
;
const
fullscreenLoading
=
ref
(
false
);
const
expandBase
=
ref
(
fals
e
);
const
expandInfo
=
ref
(
fals
e
);
const
expandPolicy
=
ref
(
fals
e
);
const
expandPolicyConsult
=
ref
(
fals
e
);
const
expandConsultHistory
=
ref
(
fals
e
);
const
expandSign
=
ref
(
fals
e
);
//合约签署
const
expandKeep
=
ref
(
fals
e
);
//合约履约执行信息
const
expandReject
=
ref
(
fals
e
);
//合约解除
const
expandBase
=
ref
(
tru
e
);
const
expandInfo
=
ref
(
tru
e
);
const
expandPolicy
=
ref
(
tru
e
);
const
expandPolicyConsult
=
ref
(
tru
e
);
const
expandConsultHistory
=
ref
(
tru
e
);
const
expandSign
=
ref
(
tru
e
);
//合约签署
const
expandKeep
=
ref
(
tru
e
);
//合约履约执行信息
const
expandReject
=
ref
(
tru
e
);
//合约解除
const
{
proxy
}
=
getCurrentInstance
()
as
any
;
const
detailInfo
:
any
=
ref
({});
const
detailType
=
ref
(
route
.
query
.
type
);
//为null表示第一步查看,其余协整和签署等需要传递type
...
...
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