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
871788dd
authored
2025-09-25 11:33:57 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改定价名称为资产估值
1 parent
a27cf9c1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
src/router/modules/dataPricing.ts
src/views/data_pricing/calculateConfigNew.vue
src/router/modules/dataPricing.ts
View file @
871788d
...
...
@@ -126,7 +126,7 @@ const routes: RouteRecordRaw[] = [
name
:
'priceCalculateNew'
,
component
:
()
=>
import
(
'@/views/data_pricing/priceCalculateNew.vue'
),
meta
:
{
title
:
'
数据定价(新)
'
,
title
:
'
资产估值
'
,
breadcrumb
:
false
,
cache
:
true
}
...
...
@@ -136,7 +136,7 @@ const routes: RouteRecordRaw[] = [
name
:
'calculateConfigNew'
,
component
:
()
=>
import
(
'@/views/data_pricing/calculateConfigNew.vue'
),
meta
:
{
title
:
'新增
数据定价
'
,
title
:
'新增
资产估值
'
,
sidebar
:
false
,
breadcrumb
:
false
,
cache
:
true
,
...
...
@@ -147,7 +147,7 @@ const routes: RouteRecordRaw[] = [
if
(
to
.
query
.
guid
)
{
to
.
meta
.
title
=
`编辑-
${
to
.
query
.
name
}
`
;
}
else
{
to
.
meta
.
title
=
`新增
数据定价
`
;
to
.
meta
.
title
=
`新增
资产估值
`
;
}
}
},
...
...
src/views/data_pricing/calculateConfigNew.vue
View file @
871788d
...
...
@@ -995,7 +995,7 @@ const checkForm = (type) => {
if
(
res
.
code
==
proxy
.
$passCode
)
{
ElMessage
({
type
:
"success"
,
message
:
guid
?
'编辑
数据定价成功'
:
'新增数据定价
成功'
,
message
:
guid
?
'编辑
资产估值成功'
:
'新增资产估值
成功'
,
});
toPath
()
}
else
{
...
...
@@ -1092,7 +1092,7 @@ onActivated(() => {
if
(
tab
)
{
switch
(
route
.
query
.
type
)
{
case
'create'
:
tab
.
meta
.
title
=
`新增
数据定价
`
;
tab
.
meta
.
title
=
`新增
资产估值
`
;
break
;
case
'edit'
:
tab
.
meta
.
title
=
`编辑-
${
priceName
}
`
;
...
...
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