|
@@ -1,7 +1,7 @@
|
|
<template>
|
|
<template>
|
|
<div class="order-accept-citizen-portrait" v-loading="loading">
|
|
<div class="order-accept-citizen-portrait" v-loading="loading">
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|
|
- <el-col :xs="24" :sm="24" :md="24" :lg="8" :xl="8">
|
|
|
|
|
|
+ <el-col :xs="24" :sm="24" :md="24" :lg="12" :xl="12">
|
|
<el-card shadow="never">
|
|
<el-card shadow="never">
|
|
<p class="border-title mb10">基本信息</p>
|
|
<p class="border-title mb10">基本信息</p>
|
|
<div class="info-form">
|
|
<div class="info-form">
|
|
@@ -45,15 +45,7 @@
|
|
</div>
|
|
</div>
|
|
</el-card>
|
|
</el-card>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :xs="24" :sm="24" :md="24" :lg="8" :xl="8" style="display: flex; align-items: center">
|
|
|
|
- <el-card class="w100" shadow="never">
|
|
|
|
- <p class="citizen-title mb10">市民画像</p>
|
|
|
|
- <div class="citizen-img-box">
|
|
|
|
- <img v-lazy="getImageUrl('citizen.png')" alt="" />
|
|
|
|
- </div>
|
|
|
|
- </el-card>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :xs="24" :sm="24" :md="24" :lg="8" :xl="8">
|
|
|
|
|
|
+ <el-col :xs="24" :sm="24" :md="24" :lg="12" :xl="12">
|
|
<el-card shadow="never">
|
|
<el-card shadow="never">
|
|
<p class="border-title mb10">来电历史:</p>
|
|
<p class="border-title mb10">来电历史:</p>
|
|
<div class="info-form">
|
|
<div class="info-form">
|
|
@@ -109,7 +101,6 @@ import { computed, reactive, ref, watch } from 'vue';
|
|
import { ElMessage, ElMessageBox, FormInstance } from 'element-plus';
|
|
import { ElMessage, ElMessageBox, FormInstance } from 'element-plus';
|
|
import { citizenDetailByPhone, citizenAdd, citizenLabelAdd, citizenLabelDelete } from '@/api/auxiliary/citizen';
|
|
import { citizenDetailByPhone, citizenAdd, citizenLabelAdd, citizenLabelDelete } from '@/api/auxiliary/citizen';
|
|
import { formatDate } from '@/utils/formatTime';
|
|
import { formatDate } from '@/utils/formatTime';
|
|
-import { getImageUrl } from '@/utils/tools';
|
|
|
|
|
|
|
|
const props = defineProps({
|
|
const props = defineProps({
|
|
editable: {
|
|
editable: {
|