Commit 3993f5b5 authored by rencs's avatar rencs

1.21 txt

parent 8b3fddbf
...@@ -230,7 +230,7 @@ ...@@ -230,7 +230,7 @@
}} }}
</p> </p>
<p v-if="item.customerJson.type == 3"> <p v-if="item.customerJson.type == 3">
定制类型:{{ item.customerJson.dataType }} 数据类型:{{ item.customerJson.dataType }}
</p> </p>
<p v-if="item.customerJson.type == 3"> <p v-if="item.customerJson.type == 3">
数据格式:{{ item.customerJson.dataFormat }} 数据格式:{{ item.customerJson.dataFormat }}
...@@ -239,11 +239,11 @@ ...@@ -239,11 +239,11 @@
<p style="padding-right: 10px"> <p style="padding-right: 10px">
{{ {{
item.customerJson.type == 1 item.customerJson.type == 1
? "编程需求" ? "标准数据定制"
: item.customerJson.type == 2 : item.customerJson.type == 2
? "专题应用需求" ? "行业应用定制"
: item.customerJson.type == 3 : item.customerJson.type == 3
? "影像图需求" ? "影像图定制"
: item.customerJson.type : item.customerJson.type
}} }}
</p> </p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment