Commit 6411f84a by liyuhang19990520

详情

parent be635726
<!--
* @Author: your name
* @Date: 2021-08-31 09:51:34
* @LastEditTime: 2021-08-31 14:53:27
* @LastEditTime: 2021-08-31 14:59:36
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\components\PersonInfor.vue
-->
<template>
<div class="rightContent">
<div class="rightContent" id="personInfor">
<div class="Content paneDiv paneDiv2">
<div class="header">
<span class="title">{{ title || "人员信息详情" }}</span>
......
<!--
* @Author: your name
* @Date: 2021-08-31 09:52:33
* @LastEditTime: 2021-08-31 15:01:01
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\hnksh\ceshi.vue
-->
<template>
<div class="Content">
<right-content
:cxQueryField="cxQueryField"
:pageObject="pageObject"
:pageFooterProps="pageFooterProps"
:imgArr="imgArr"
labelWidth="110px"
>
<template slot="icon">
<i class="el-icon-delete-solid"></i>
<i class="el-icon-delete-solid"></i>
<i class="el-icon-delete-solid"></i>
</template>
</right-content>
</div>
</template>
<script>
import rightContent from "@c/PersonInfor.vue";
import { get, post, postform, postJson } from "@/utils/http.js";
export default {
name: "queryAj",
components: {
rightContent,
},
data() {
return {
cxQueryField: [
{
label: "联系人姓名:",
prop: "a1",
col: "3",
},
{
label: "联系人身份证:",
prop: "a2",
col: "3",
},
{
label: "被联系人姓名:",
prop: "a3",
col: "3",
},
{
label: "被联系人身份证:",
prop: "a4",
col: "3",
},
],
pageFooterProps: [
{
label: "填表单位的:",
prop: "b1",
col: "3",
},
{
label: "填表人:",
prop: "b2",
col: "3",
},
{
label: "填表日期:",
prop: "b3",
col: "3",
},
],
pageObject: {
a1: "但是大多数都是",
a2: "fawwfafwa",
a3: "但我仿佛大多数都是",
a4: "是否色",
},
imgArr: [],
};
},
mounted() {},
methods: {},
created() {},
};
</script>
<style scoped lang="scss">
</style>
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