二级弹出框尺寸调整

This commit is contained in:
GYYM
2024-11-08 09:21:18 +08:00
parent 760eb7c993
commit 6a1fa6458e
4 changed files with 35 additions and 19 deletions

View File

@@ -151,7 +151,21 @@ const columns = reactive<ColumnProps<Plan.PlanBO>[]>([
enum: testFatherPlanList,
fieldNames: { label: 'label', value: 'id' },
},
{ prop: 'operation', label: '操作', fixed: 'right' ,width: 500, },
// {
// prop: 'create_Time',
// label: '记录时间',
// minWidth: 180,
// search: {
// span: 2,
// render: () => {
// return (
// <div class='flx-flex-start'>
// </div>
// )
// },
// },
// },
{ prop: 'operation', label: '操作', fixed: 'right' ,width: 450, },
])