|
@@ -244,7 +244,7 @@ export default defineComponent({
|
|
|
{title: '民族', dataIndex: 'nationName', key: 'nationName', width: 80, align: "center", isDefaultClose: true},
|
|
|
{title: '最高学历', dataIndex: 'cultureName', key: 'cultureName', align: "center", isDefaultClose: true},
|
|
|
{title: '地址', dataIndex: 'address', key: 'address', align: "center", isDefaultClose: true},
|
|
|
- {title: '操作', key: 'operation', width: 220, align: 'center', isDisabled: true},
|
|
|
+ {title: '操作', key: 'operation', width: 240, align: 'center', isDisabled: true},
|
|
|
];
|
|
|
// 响应式表格定义
|
|
|
const columns = ref<Array<any>>(originalColumns.filter(item => !item.isDefaultClose));
|