先屏蔽吊销日期,屏蔽两个新增按钮

This commit is contained in:
zhouxy 2026-02-03 13:06:02 +08:00
parent b4b207884f
commit 70dec2f93e
2 changed files with 37 additions and 37 deletions

View File

@ -194,40 +194,40 @@ export default {
}
}
]
},
{
type: 'date-picker',
label: '吊销日期自',
prop: 'revStartDate',
span: 8,
valueFormat: 'yyyy-MM-dd',
placeholder: '请选择开始日期',
showInTable: false
},
{
type: 'date-picker',
label: '吊销日期至',
prop: 'revEndDate',
span: 8,
valueFormat: 'yyyy-MM-dd',
placeholder: '请选择结束日期',
showInTable: false
},
{
type: 'input',
label: '吊销时间',
prop: 'revDate',
span: 6,
tableProps: {
width: '120px',
showOverflowTooltip: true,
formatter: (row, column, cellValue, index) => {
return row.revDate || ''
}
},
showInForm: false
}
// {
// type: 'date-picker',
// label: '',
// prop: 'revStartDate',
// span: 8,
// valueFormat: 'yyyy-MM-dd',
// placeholder: '',
// showInTable: false
// },
// {
// type: 'date-picker',
// label: '',
// prop: 'revEndDate',
// span: 8,
// valueFormat: 'yyyy-MM-dd',
// placeholder: '',
// showInTable: false
// }
// {
// type: 'input',
// label: '',
// prop: 'revDate',
// span: 6,
// tableProps: {
// width: '120px',
// showOverflowTooltip: true,
// formatter: (row, column, cellValue, index) => {
// return row.revDate || ''
// }
// },
// showInForm: false
// }
// {
// type: 'input',
// label: '',
// prop: 'leRep',

View File

@ -121,11 +121,11 @@
</div>
</template>
<template v-slot:entListTable>
<!-- 按钮组 -->
<div class="button-group" style="margin-bottom: 10px; text-align: right;">
<el-button type="primary" @click="openAddDialog">添加主体</el-button>
<el-button type="danger" @click="openDeleteDialog">删除主体</el-button>
</div>
<!-- &lt;!&ndash; 按钮组 &ndash;&gt;-->
<!-- <div class="button-group" style="margin-bottom: 10px; text-align: right;">-->
<!-- <el-button type="primary" @click="openAddDialog">添加主体</el-button>-->
<!-- <el-button type="danger" @click="openDeleteDialog">删除主体</el-button>-->
<!-- </div>-->
<easy-table
ref="EntListTable"
v-model="entListTableData"