Commit 7028d616 by liulianglang

手机档案

parent 14dacbb8
......@@ -73,7 +73,7 @@
<span class="title" v-if="item.label"
>{{ item.label }}</span
>
<span class="value">{{ item.value }}</span>
<span class="value" :title=" item.value">{{ item.value }}</span>
</div>
</el-col>
</el-row>
......@@ -441,6 +441,7 @@ export default {
prop: "hjdz",
},
{
label: "现住址",
value: "",
......@@ -451,6 +452,7 @@ export default {
value: "",
prop: "csd",
},
{
label: "性别",
value: "",
......@@ -535,7 +537,7 @@ export default {
objectValue: this.$route.query["cphm"],
objectType: "phone",
page: 1,
limit: 5,
limit: 3,
},
thjlCxUrl: "/sjdaApi/getQsAsj",
thjlCxType: "thjl",
......@@ -562,7 +564,7 @@ export default {
objectValue: this.$route.query["cphm"],
objectType: "phone",
page: 1,
limit: 5,
limit: 3,
},
qgajCxUrl: "/sjdaApi/getQgAsj",
qgajCxType: "thjl",
......
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