Commit be164640 authored by ww-xxy's avatar ww-xxy

修改验标字段

parent e21ab6a0
...@@ -255,7 +255,7 @@ export default { ...@@ -255,7 +255,7 @@ export default {
}, },
}, },
{ {
title: "业务名称", title: "业务/事项名称",
align: "center", align: "center",
dataIndex: "business_name", dataIndex: "business_name",
}, },
......
...@@ -62,17 +62,13 @@ ...@@ -62,17 +62,13 @@
<div class="box2"> <div class="box2">
<h1>办理地点</h1> <h1>办理地点</h1>
<h2> <h2>
<span <span style="width: 33.3%;display: block;"
>办理地点:{{ >办理地点:{{
orderInfo.siteinfo && orderInfo.siteinfo.siteName orderInfo.siteinfo && orderInfo.siteinfo.siteName
}}</span }}</span
> >
<span <span style="display: block;width: 33.3%;word-wrap: break-word;">办理窗口: {{(orderInfo.window && orderInfo.window.join(",")) || "--"}}</span>
>办理窗口:{{ <span style="width: 33.3%;display: block;"
(orderInfo.window && orderInfo.window.join(",")) || "--"
}}</span
>
<span
>服务热线:{{ >服务热线:{{
orderInfo.siteinfo && orderInfo.siteinfo.siteTel orderInfo.siteinfo && orderInfo.siteinfo.siteTel
}}</span }}</span
......
...@@ -144,6 +144,11 @@ export default { ...@@ -144,6 +144,11 @@ export default {
return text.type == 1 ? "取件码取件" : "身份证取件"; return text.type == 1 ? "取件码取件" : "身份证取件";
}, },
}, },
{
title: "取件柜名称",
align: "center",
customRender: (text, record, index) => text.qjg_name || "--",
},
{ {
title: "取件柜编号", title: "取件柜编号",
align: "center", align: "center",
......
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