bug修复
This commit is contained in:
@ -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){
|
||||
|
||||
@ -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,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user