列表中去除历史信息字段
This commit is contained in:
parent
bc0d1cc753
commit
f63d6d8459
@ -41,7 +41,6 @@
|
||||
<el-table-column label="工作单位或住址" prop="visitorContact" width="230"/>
|
||||
<el-table-column label="身份证号码" prop="visitorCode" width="230"/>
|
||||
<el-table-column label="反映事项" prop="demand" width="230"/>
|
||||
<el-table-column label="历史信访" prop="state" width="230"/>
|
||||
<el-table-column label="处理情况" prop="reply" width="230"/>
|
||||
<el-table-column label="答复形式" prop="replyType" width="230">
|
||||
<template #default="scope">
|
||||
|
@ -21,7 +21,6 @@
|
||||
<el-table-column label="工作单位或住址" prop="visitorContact" width="230"/>
|
||||
<el-table-column label="身份证号码" prop="visitorCode" width="230"/>
|
||||
<el-table-column label="反映事项" prop="demand" width="230"/>
|
||||
<el-table-column label="历史信访" prop="state" width="230"/>
|
||||
<el-table-column label="处理情况" prop="reply" width="230"/>
|
||||
<el-table-column label="答复形式" prop="replyType" width="230">
|
||||
<template #default="scope">
|
||||
|
@ -124,7 +124,7 @@
|
||||
:disabled="viewHistoryDisable"
|
||||
@click="visitHistoryRef.showVisitHistory(queryParams.visitorCode)"
|
||||
>
|
||||
历史信访记录
|
||||
异地历史信访
|
||||
</el-button>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
@ -89,7 +89,6 @@
|
||||
<el-table-column label="工作单位或住址" prop="visitorContact" width="230"/>
|
||||
<el-table-column label="身份证号码" prop="visitorCode" width="230"/>
|
||||
<el-table-column label="反映事项" prop="demand" width="230"/>
|
||||
<el-table-column label="历史信访" prop="state" width="230"/>
|
||||
<el-table-column label="处理情况" prop="reply" width="230"/>
|
||||
<el-table-column label="答复形式" prop="replyType" width="230">
|
||||
<template #default="scope">
|
||||
|
Loading…
x
Reference in New Issue
Block a user