先屏蔽吊销日期,屏蔽两个新增按钮
This commit is contained in:
parent
b4b207884f
commit
70dec2f93e
|
|
@ -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',
|
// type: 'input',
|
||||||
// label: '法定代表人',
|
// label: '法定代表人',
|
||||||
// prop: 'leRep',
|
// prop: 'leRep',
|
||||||
|
|
|
||||||
|
|
@ -121,11 +121,11 @@
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template v-slot:entListTable>
|
<template v-slot:entListTable>
|
||||||
<!-- 按钮组 -->
|
<!-- <!– 按钮组 –>-->
|
||||||
<div class="button-group" style="margin-bottom: 10px; text-align: right;">
|
<!-- <div class="button-group" style="margin-bottom: 10px; text-align: right;">-->
|
||||||
<el-button type="primary" @click="openAddDialog">添加主体</el-button>
|
<!-- <el-button type="primary" @click="openAddDialog">添加主体</el-button>-->
|
||||||
<el-button type="danger" @click="openDeleteDialog">删除主体</el-button>
|
<!-- <el-button type="danger" @click="openDeleteDialog">删除主体</el-button>-->
|
||||||
</div>
|
<!-- </div>-->
|
||||||
<easy-table
|
<easy-table
|
||||||
ref="EntListTable"
|
ref="EntListTable"
|
||||||
v-model="entListTableData"
|
v-model="entListTableData"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue