bug修复

This commit is contained in:
‘huanghaiixia’
2026-01-13 17:14:40 +08:00
parent d92be3d714
commit cbec6db675
8 changed files with 50 additions and 26 deletions

View File

@ -1,5 +1,5 @@
<template>
<PageWrapper dense fixedHeight contentFullHeight contentClass="flex cusFormStyle GradeSystem">
<PageWrapper dense fixedHeight contentFullHeight contentClass="flex GradeSystem">
<BasicTable @register="registerTable" ref="tableRef" @row-dbClick="dbClickRow">
<template #toolbar>
@ -360,7 +360,7 @@
};
</script>
<style lang="less">
.cusFormStyle .cusSearchForm .advanceRow> div:nth-of-type(3){
.GradeSystem .cusSearchForm .advanceRow> div:nth-of-type(3){
display: none;
}
.GradeSystem .w-full .advanceRow> div:nth-of-type(4){

View File

@ -59,7 +59,7 @@ export const columns: BasicColumn[] = [
title: '评价分数',
componentType: 'input',
align: 'left',
width: 100,
sorter: true,
},
{
@ -67,7 +67,7 @@ export const columns: BasicColumn[] = [
title: '评价日期',
componentType: 'date',
align: 'left',
width: 120,
sorter: true,
},
@ -76,7 +76,7 @@ export const columns: BasicColumn[] = [
title: '审批状态',
componentType: 'select',
align: 'left',
width: 100,
sorter: true,
},
];