Commit d529d0e1 by 陈浩建

新增ICCID字段查看

parent aeb91e46
...@@ -314,8 +314,8 @@ ...@@ -314,8 +314,8 @@
</a-col> </a-col>
<a-col :span="6"> <a-col :span="6">
<a-form-item label="办理标识:"> <a-form-item label="ICCID:">
<p>{{ orderInfo.identifyin }}</p> <p>{{ orderInfo.businessIccid }}</p>
</a-form-item> </a-form-item>
</a-col> </a-col>
<a-col :span="6"> <a-col :span="6">
...@@ -326,6 +326,11 @@ ...@@ -326,6 +326,11 @@
</a-row> </a-row>
<a-row> <a-row>
<a-col :span="6"> <a-col :span="6">
<a-form-item label="办理标识:">
<p>{{ orderInfo.identifyin }}</p>
</a-form-item>
</a-col>
<a-col :span="6">
<a-form-item label="备注:"> <a-form-item label="备注:">
<p>{{ orderInfo.remarks }}</p> <p>{{ orderInfo.remarks }}</p>
</a-form-item> </a-form-item>
......
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