@@ -75,6 +75,10 @@ const gridOptions = reactive<VxeGridProps<ConditioningRecordListModel>>({
autoResize: false,
syncResize: true,
scrollY: { enabled: true, gt: 0 },
+ rowConfig: {
+ isHover: true,
+ isCurrent: true,
+ },
toolbarConfig: {
custom: true,
zoom: true,
@@ -139,6 +139,10 @@ const gridOptions = reactive<VxeGridProps<ConditioningSchemeModel>>({
@@ -94,6 +94,10 @@ const gridOptions = reactive<VxeGridProps<SystemCwModel>>({
@@ -119,6 +119,10 @@ const gridOptions = reactive<VxeGridProps<SupplierModel>>({
@@ -80,6 +80,10 @@ const gridOptions = reactive<VxeGridProps<SystemCwModel>>({
@@ -186,6 +186,10 @@ const gridOptions = reactive<VxeGridProps<EquirementModel>>({
@@ -156,6 +156,10 @@ const gridOptions = reactive<any>({
@@ -100,6 +100,10 @@ const gridOptions = reactive<VxeGridProps<EvaluationModel>>({
@@ -129,6 +129,10 @@ const gridOptions = reactive<VxeGridProps<PlanModel>>({
@@ -114,6 +114,10 @@ const gridOptions = reactive<VxeGridProps<TaskModel>>({
@@ -80,6 +80,10 @@ const gridOptions = reactive<VxeGridProps<EducationModel>>({
@@ -130,6 +130,10 @@ const gridOptions = reactive<VxeGridProps<ConditioningRecordListModel>>({
@@ -122,6 +122,10 @@ const gridOptions = reactive<VxeGridProps<RevenueSharingDetailModel>>({
@@ -180,6 +180,10 @@ const gridOptions = reactive<VxeGridProps<ShipmentModel>>({
return { rowspan: 1, colspan: 1 };
},
@@ -169,6 +169,10 @@ const gridOptions = reactive<VxeGridProps<PatientReportModel>>({
@@ -55,6 +55,10 @@ const gridOptions = reactive<VxeGridProps<InstitutionModel>>({
@@ -55,6 +55,10 @@ const gridOptions = reactive<VxeGridProps<OrganizationModel>>({
@@ -59,6 +59,10 @@ const gridOptions = reactive<VxeGridProps<RoleModel>>({
showOverflow: true,
height: 'auto', autoResize: false, syncResize: true,
@@ -92,6 +92,10 @@ const gridOptions = reactive<VxeGridProps<TagModel>>({
@@ -66,6 +66,10 @@ const gridOptions = reactive<VxeGridProps<UserModel>>({
@@ -87,6 +87,10 @@ const gridOptions = reactive<VxeGridProps<SatisfactionSendRecordModel>>({
autoResize: true,
@@ -89,6 +89,10 @@ const gridOptions = reactive<VxeGridProps<SystemItemModel>>({
@@ -86,6 +86,10 @@ const gridOptions = reactive<VxeGridProps<NotifyModel>>({
@@ -87,6 +87,10 @@ const gridOptions = reactive<VxeGridProps<NotifyRecordModel>>({
@@ -66,6 +66,10 @@ const gridOptions = reactive<VxeGridProps<SystemItemModel>>({
@@ -118,6 +118,10 @@ const gridOptions = reactive<VxeGridProps<SystemItemModel>>({
@@ -105,6 +105,10 @@ const gridOptions = reactive<VxeGridProps<SystemItemModel>>({
@@ -23,6 +23,10 @@ const gridOptions = reactive<VxeGridProps<ConditioningRecordListModel>>({
height: 'auto',
headerAlign: 'center',
align: 'center',
columnConfig: {
resizable: true,
@@ -21,6 +21,10 @@ const gridOptions = reactive<VxeGridProps<DiagnosisReportVO>>({
@@ -23,6 +23,10 @@ const gridOptions = reactive<VxeGridProps<DiagnosisReportVO>>({
@@ -100,6 +100,10 @@ const gridOptions = reactive<VxeGridProps<Model>>({
cellConfig: {
height: 126,
columns: [
{ field: 'date', title: '日期', width: '150px', align: 'center', slots: { default: 'records' } },
{