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
f284ad8f
authored
2025-09-25 10:58:04 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改列表名称,解决疾病名称没带出来问题
1 parent
3ad84ff1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
src/views/data_pricing/calculateConfigNew.vue
src/views/data_pricing/priceCalculateNew.vue
src/views/data_pricing/calculateConfigNew.vue
View file @
f284ad8
...
...
@@ -622,9 +622,9 @@ const getModelInfo = (mGuid, valueInfo = null) => {
];
try
{
loading
.
value
=
true
;
Promise
.
all
(
promises
).
then
(
res
=>
{
Promise
.
all
(
promises
).
then
(
async
res
=>
{
loading
.
value
=
false
;
setFormItemData
();
await
setFormItemData
();
if
(
guid
&&
mGuid
==
flowDetail
.
value
.
modelGuid
)
{
dataTransactionPrice
.
value
=
flowDetail
.
value
.
dataTransactionPrice
;
setTimeout
(()
=>
{
...
...
@@ -633,6 +633,7 @@ const getModelInfo = (mGuid, valueInfo = null) => {
setdemandTableData
(
mGuid
);
},
200
);
}
else
{
setFormItems
(
valueInfo
);
setdemandTableData
(
mGuid
);
}
});
...
...
src/views/data_pricing/priceCalculateNew.vue
View file @
f284ad8
<route
lang=
"yaml"
>
name: priceCalculate
name: priceCalculate
New
</route>
<
script
lang=
"ts"
setup
name=
"priceCalculate"
>
<
script
lang=
"ts"
setup
name=
"priceCalculate
New
"
>
import
{
ref
}
from
'vue'
;
import
TableTools
from
'@/components/Tools/table_tools.vue'
;
import
{
TableColumnWidth
,
commonPageConfig
}
from
'@/utils/enum'
;
...
...
@@ -31,7 +31,7 @@ const searchItemList = ref([
label
:
""
,
field
:
"dataResourceName"
,
default
:
""
,
placeholder
:
"数据
资源
名称"
,
placeholder
:
"数据
产品
名称"
,
clearable
:
true
,
},
{
...
...
@@ -65,7 +65,7 @@ const page: any = ref({
const
tableField
:
any
=
ref
([
{
label
:
"序号"
,
type
:
"index"
,
width
:
TableColumnWidth
.
INDEX
,
align
:
"center"
},
{
label
:
"定价模型名称"
,
field
:
"modelName"
,
width
:
200
},
{
label
:
"数据
资源
名称"
,
field
:
"dataResourceName"
,
width
:
200
},
{
label
:
"数据
产品
名称"
,
field
:
"dataResourceName"
,
width
:
200
},
{
label
:
"疾病名称"
,
field
:
"diseaseName"
,
width
:
200
},
{
label
:
"交易价格(元)"
,
field
:
"dataTransactionPrice"
,
width
:
120
,
align
:
'right'
,
getName
:
(
scope
)
=>
{
...
...
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