Commit d88a60ee by 苏咏卓

更新

parent 82461c54
...@@ -276,7 +276,7 @@ ...@@ -276,7 +276,7 @@
> >
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="girl" prop="girlName"
label="女方姓名" label="女方姓名"
align="center" align="center"
width="80px" width="80px"
...@@ -286,16 +286,16 @@ ...@@ -286,16 +286,16 @@
</el-table-column> </el-table-column>
<el-table-column prop="orgName" label="登记处" align="center"> <el-table-column prop="orgName" label="登记处" align="center">
</el-table-column> </el-table-column>
<el-table-column prop="type" label="婚姻状况" align="center"> <el-table-column prop="businessType" label="婚姻状况" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
{{ {{
scope.row.type == "IA" scope.row.businessType == "IA"
? "结婚" ? "结婚"
: scope.row.type == "IB" : scope.row.businessType == "IB"
? "离婚" ? "离婚"
: scope.row.type == "ICA" : scope.row.businessType == "ICA"
? "补办结婚证" ? "补办结婚证"
: scope.row.type == "ICB" : scope.row.businessType == "ICB"
? "补办离婚证" ? "补办离婚证"
: "不详" : "不详"
}} }}
......
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