Commit c9c172f5 authored by Sixiang_Zzb's avatar Sixiang_Zzb

小区维修模块bug处理

parent d8a40b9f
...@@ -38,7 +38,7 @@ const PropertyServices = (props: any) => { ...@@ -38,7 +38,7 @@ const PropertyServices = (props: any) => {
const columns = [ const columns = [
{ title: 'Community Name', dataIndex: 'community_name' }, { title: 'Community Name', dataIndex: 'community_name' },
{ title: 'Ower Name', dataIndex: 'ower_name' }, { title: 'Owner Name', dataIndex: 'owner_name' },
{ {
title: parseInt(serviceTypeGobal) - 1 === 0 ? 'Replier' : 'Content', title: parseInt(serviceTypeGobal) - 1 === 0 ? 'Replier' : 'Content',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment