visit 界面修复
This commit is contained in:
parent
5ce1147080
commit
9c5b84b9e4
|
@ -65,15 +65,21 @@
|
||||||
width="50"
|
width="50"
|
||||||
></el-table-column>
|
></el-table-column>
|
||||||
|
|
||||||
<el-table-column label="来访事由" prop="state" width="100" fixed="left">
|
<el-table-column label="来访事由" prop="state" width="80" fixed="left">
|
||||||
<template #default="scope">{{
|
<template #default="scope">{{
|
||||||
purpose_[scope.row.purpose]
|
purpose_[scope.row.purpose]
|
||||||
}}</template>
|
}}</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
label="来访概述"
|
||||||
|
prop="name"
|
||||||
|
min-width="160"
|
||||||
|
:show-overflow-tooltip="true"
|
||||||
|
></el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="访问级别"
|
label="访问级别"
|
||||||
prop="level"
|
prop="level"
|
||||||
min-width="100"
|
min-width="80"
|
||||||
fixed="left"
|
fixed="left"
|
||||||
>
|
>
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
|
@ -87,7 +93,7 @@
|
||||||
min-width="180"
|
min-width="180"
|
||||||
fixed="left"
|
fixed="left"
|
||||||
></el-table-column>
|
></el-table-column>
|
||||||
<el-table-column label="项目状态" prop="state" min-width="180">
|
<el-table-column label="项目状态" prop="state" min-width="80">
|
||||||
<template #default="scope">{{ state_[scope.row.state] }}</template>
|
<template #default="scope">{{ state_[scope.row.state] }}</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="审批状态" min-width="200">
|
<el-table-column label="审批状态" min-width="200">
|
||||||
|
@ -128,12 +134,12 @@
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="来访时间"
|
label="来访时间"
|
||||||
prop="visit_time"
|
prop="visit_time"
|
||||||
width="180"
|
width="160"
|
||||||
></el-table-column>
|
></el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="离开时间"
|
label="离开时间"
|
||||||
prop="leave_time"
|
prop="leave_time"
|
||||||
width="180"
|
width="160"
|
||||||
></el-table-column>
|
></el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="来访人数"
|
label="来访人数"
|
||||||
|
|
Loading…
Reference in New Issue