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
53ddc5d2
authored
2025-12-03 17:19:18 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
解决合约创建问题
1 parent
a355005f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
src/utils/common.ts
src/views/data_smart_contract/smartContractCreate.vue
src/utils/common.ts
View file @
53ddc5d
...
...
@@ -450,6 +450,7 @@ export const tagType = (row, type): any => {
state
=
'info'
;
break
;
case
"A"
:
case
'B'
:
state
=
'warning'
break
;
case
"Y"
:
...
...
@@ -772,6 +773,9 @@ export const tagMethod = (row, type) => {
case
"C"
:
tag
=
'已撤销'
break
;
case
"B"
:
tag
=
'变更中'
break
;
case
"E"
:
tag
=
'发起失败'
break
;
...
...
src/views/data_smart_contract/smartContractCreate.vue
View file @
53ddc5d
...
...
@@ -740,7 +740,6 @@ onBeforeMount(() => {
}
})
}
fullscreenLoading
.
value
=
true
;
// 连接器不需要用到会员认证信息。未认证的没有菜单。
// psLogon.value = getEnterpriseData({
// logonUser: userData.tenantName == "非认证会员" ? userData.logonUser : tenantData.logonUser
...
...
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