| | |
| | | access: ['no_admin', 'relationDeep'], |
| | | notCache: true, |
| | | icon: 'custom custom-gongkaixinxi2', |
| | | title: '关系发现' |
| | | title: '股权图谱' |
| | | }, |
| | | component: () => |
| | | import('@/view/diligenceTools/gongkaixinxi/relationDeep.vue') |
| | |
| | | <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;"> |
| | | 面积(公顷)</td> |
| | | <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ GDXXDetail.area ? GDXXDetail.area : '--' }} |
| | | {{ GDXXDetail.area ? this.CustomMethods.numTo$_NaN(GDXXDetail.area) : '--' }} |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | |
| | | </td> |
| | | <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ GDXXDetail.instalmentPaymentAgreedPaymentAmount ? |
| | | this.CustomMethods.numTo$(GDXXDetail.instalmentPaymentAgreedPaymentAmount) : '--' }} |
| | | this.CustomMethods.numTo$_NaN(GDXXDetail.instalmentPaymentAgreedPaymentAmount) : '--' }} |
| | | </td> |
| | | </tr> |
| | | |
| | |
| | | style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | <p v-if="!ZTBDetail.content">--</p> |
| | | <div v-else class="ztb"> |
| | | <div v-html="ZTBDetail.content"></div> |
| | | <div v-html="ZTBDetail.content.replaceAll('\\/','/')" style="white-space: pre-wrap;"></div> |
| | | </div> |
| | | </td> |
| | | </tr> |
| | |
| | | 土地面积(公顷) |
| | | </td> |
| | | <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ DKGSDetail.land_area ? DKGSDetail.land_area : '--' }} |
| | | {{ DKGSDetail.land_area ?this.CustomMethods.numTo$_NaN( DKGSDetail.land_area ): '--' }} |
| | | </td> |
| | | <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;"> |
| | | 土地用途 |
| | |
| | | </td> |
| | | <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | |
| | | {{ TDZRDetail.user_change_pre_clean ? TDZRDetail.user_change_pre_clean : '--' }} |
| | | {{ TDZRDetail.user_change_pre_clean ? TDZRDetail.user_change_pre_clean.join(';') : '--' }} |
| | | </td> |
| | | <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;"> |
| | | 现土地使用权人 |
| | |
| | | </td> |
| | | <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | |
| | | {{ TDZRDetail.merchandise_time ? TDZRDetail.merchandise_time : '--' }} |
| | | {{ TDZRDetail.merchandise_time ? this.CustomMethods.numTo$_NaN(TDZRDetail.merchandise_time ): '--' }} |
| | | </td> |
| | | <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;"> |
| | | 成交日期 |
| | |
| | | 转让价格(万元) |
| | | </td> |
| | | <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ TDZRDetail.merchandise_price ? TDZRDetail.merchandise_price : '--' }} |
| | | {{ TDZRDetail.merchandise_price ? this.CustomMethods.numTo$_NaN(TDZRDetail.merchandise_price) : '--' }} |
| | | </td> |
| | | </tr> |
| | | </tbody> |
| | |
| | | title: '总面积(公顷)', |
| | | key: 'area', |
| | | render: (h, params) => { |
| | | return h('span', params.row.area ? params.row.area : '--') |
| | | return h('span', params.row.area ?this.CustomMethods.numTo$_NaN(params.row.area) : '--') |
| | | }, |
| | | align: 'right', |
| | | width: 150 |
| | | |
| | | }) |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.contractDate ? this.getDate(params.row.contractDate) : '--') |
| | | }, |
| | | align: 'center', |
| | | width: 120 |
| | | }) |
| | | columns.push({ |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.publishTime ? this.getDate(params.row.publishTime) : '--') |
| | | }, |
| | | align: 'center', |
| | | width: 120 |
| | | }) |
| | | columns.push({ |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.administrative_district ? params.row.administrative_district : '--') |
| | | }, |
| | | width: 130 |
| | | minWidth:130, |
| | | maxWidth: 200 |
| | | }) |
| | | columns.push({ |
| | | title: '土地面积(公顷)', |
| | | key: 'land_area', |
| | | render: (h, params) => { |
| | | return h('span', params.row.land_area ? params.row.land_area : '--') |
| | | return h('span', params.row.land_area ? this.CustomMethods.numTo$_NaN(params.row.land_area) : '--') |
| | | }, |
| | | align:'right', |
| | | width: 150 |
| | | }) |
| | | columns.push({ |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.land_usefulness ? params.row.land_usefulness : '--') |
| | | }, |
| | | width: 130 |
| | | |
| | | minWidth: 130 |
| | | }) |
| | | columns.push({ |
| | | title: '发布机关', |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.publication_organize ? params.row.publication_organize : '--') |
| | | }, |
| | | width: 130 |
| | | minWidth: 130 |
| | | }) |
| | | columns.push({ |
| | | title: '发布日期', |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.publication_date ? params.row.publication_date : '--') |
| | | }, |
| | | align:'center', |
| | | width: 120 |
| | | }) |
| | | columns.push({ |
| | |
| | | title: '土地面积(公顷)', |
| | | key: 'area', |
| | | render: (h, params) => { |
| | | return h('span', params.row.area ? params.row.area : '--') |
| | | return h('span', params.row.area ?this.CustomMethods.numTo$_NaN( params.row.area ): '--') |
| | | }, |
| | | align:'right', |
| | | width: 150 |
| | | }) |
| | | columns.push({ |
| | |
| | | title: '转让价格(万元)', |
| | | key: 'merchandise_price', |
| | | render: (h, params) => { |
| | | return h('span', params.row.merchandise_price ? params.row.merchandise_price : '--') |
| | | return h('span', params.row.merchandise_price ?this.CustomMethods.numTo$_NaN( params.row.merchandise_price) : '--') |
| | | }, |
| | | align:'right', |
| | | width: 150 |
| | | }) |
| | | columns.push({ |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.merchandise_time ? params.row.merchandise_time : '--') |
| | | }, |
| | | align:'center', |
| | | width: 130 |
| | | }) |
| | | columns.push({ |
| | |
| | | title: '标签', |
| | | key: 'tags', |
| | | render: (h, params) => { |
| | | return h('span', params.row.tags ? params.row.tags : '--') |
| | | return h('span', params.row.tags ? params.row.tags.join(';') : '--') |
| | | }, |
| | | minWidth: 200 |
| | | }) |
| | |
| | | title: '标签分类', |
| | | key: 'emotion', |
| | | render: (h, params) => { |
| | | return h('span', params.row.emotion ? params.row.emotion : '--') |
| | | if(!params.row.emotion){ |
| | | return h('span', '--') |
| | | }else if(params.row.emotion==-1){ |
| | | return h('span', '负面') |
| | | }else if(params.row.emotion==0){ |
| | | return h('span', '中性') |
| | | }else if(params.row.emotion==1){ |
| | | return h('span', '正面') |
| | | } |
| | | // return h('span', params.row.emotion ? params.row.emotion : '--') |
| | | }, |
| | | minWidth: 200 |
| | | minWidth: 80 |
| | | }) |
| | | columns.push({ |
| | | title: '发布时间', |
| | | key: 'ExecutiveCourt', |
| | | key: 'rtm', |
| | | render: (h, params) => { |
| | | return h('span', params.row.ExecutiveCourt ? this.getDate(params.row.ExecutiveCourt) : '--') |
| | | return h('span', params.row.rtm ? this.getDate(params.row.rtm) : '--') |
| | | }, |
| | | align:'center', |
| | | width: 120 |
| | | }) |
| | | columns.push({ |
| | |
| | | <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ courtNoticeListDetail.taxCategory ? courtNoticeListDetail.taxCategory : '--' }} |
| | | </td> |
| | | <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;">欠税金额 |
| | | <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;">欠税金额(万元) |
| | | </td> |
| | | <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ courtNoticeListDetail.ownTaxAmount ? courtNoticeListDetail.ownTaxAmount : '--' }} |
| | | {{ courtNoticeListDetail.ownTaxAmount ?this.CustomMethods.numTo$(courtNoticeListDetail.ownTaxAmount) : '--' }} |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;"> |
| | | 当前新发生欠税余额 |
| | | 当前新发生欠税余额(万元) |
| | | </td> |
| | | <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ courtNoticeListDetail.newOwnTaxBalance ? courtNoticeListDetail.newOwnTaxBalance : '--' }} |
| | | {{ courtNoticeListDetail.newOwnTaxBalance ? this.CustomMethods.numTo$(courtNoticeListDetail.newOwnTaxBalance) : '--' }} |
| | | </td> |
| | | <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;">欠税余额 |
| | | <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;">欠税余额(万元) |
| | | </td> |
| | | <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ |
| | | courtNoticeListDetail.ownTaxBalance ? |
| | | courtNoticeListDetail.ownTaxBalance : '--' |
| | | this.CustomMethods.numTo$(courtNoticeListDetail.ownTaxBalance) : '--' |
| | | }} |
| | | </td> |
| | | </tr> |
| | |
| | | </td> |
| | | <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ pochanListDetail.baseInfo && pochanListDetail.baseInfo.amount ? |
| | | pochanListDetail.baseInfo.amount : '--' }} |
| | | this.CustomMethods.numTo$_NaN(pochanListDetail.baseInfo.amount,2) : '--' }} |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | |
| | | 土地面积(公顷) |
| | | </td> |
| | | <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ TDDYDetail.land_area ? TDDYDetail.land_area : '--' }} |
| | | {{ TDDYDetail.land_area ? this.CustomMethods.numTo$_NaN(TDDYDetail.land_area) : '--' }} |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | |
| | | 土地抵押人名称 |
| | | </td> |
| | | <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ TDDYDetail.mortgagePersonClean ? TDDYDetail.mortgagePersonClean : '--' }} |
| | | {{ TDDYDetail.mortgagePersonClean ? TDDYDetail.mortgagePersonClean.join(';') : '--' }} |
| | | </td> |
| | | <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;"> |
| | | 土地抵押人性质 |
| | |
| | | 抵押面积(公顷) |
| | | </td> |
| | | <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ TDDYDetail.mortgageArea ? TDDYDetail.mortgageArea : '--' }} |
| | | {{ TDDYDetail.mortgageArea ? this.CustomMethods.numTo$_NaN(TDDYDetail.mortgageArea) : '--' }} |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | |
| | | 评估金额(万元) |
| | | </td> |
| | | <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ TDDYDetail.evaluateAmount ? TDDYDetail.evaluateAmount : '--' }} |
| | | {{ TDDYDetail.evaluateAmount ? this.CustomMethods.numTo$_NaN(TDDYDetail.evaluateAmount) : '--' }} |
| | | </td> |
| | | <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;"> |
| | | 抵押金额(万元) |
| | | </td> |
| | | <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ TDDYDetail.mortgageAmount ? TDDYDetail.mortgageAmount : '--' }} |
| | | {{ TDDYDetail.mortgageAmount ? this.CustomMethods.numTo$_NaN(TDDYDetail.mortgageAmount) : '--' }} |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | |
| | | </td> |
| | | <td style="border-top: 1px solid #dcdee2;">{{ |
| | | sxbzxDetail.equityAmount ? |
| | | sxbzxDetail.equityAmount : '--' |
| | | this.CustomMethods.numTo$_NaN( sxbzxDetail.equityAmount) : '--' |
| | | }} |
| | | </td> |
| | | </tr> |
| | |
| | | <td style="background-color: #f8f8f9;text-align: center;">质押股数(单位股)</td> |
| | | <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ ZYMXDetail.PledgeAmount ? |
| | | ZYMXDetail.PledgeAmount : '--' }} |
| | | this.CustomMethods.numTo$(ZYMXDetail.PledgeAmount) : '--' }} |
| | | </td> |
| | | <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;"> |
| | | 占所持股份比例(%) |
| | |
| | | </td> |
| | | <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | |
| | | {{ ZYMXDetail.DayClosePos ? ZYMXDetail.DayClosePos : '--' }} |
| | | {{ ZYMXDetail.DayClosePos ? this.CustomMethods.numTo$_NaN(ZYMXDetail.DayClosePos) : '--' }} |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.decisionDate ? params.row.decisionDate : '--') |
| | | }, |
| | | align:'center', |
| | | width: 120 |
| | | }) |
| | | columns.push({ |
| | |
| | | }) |
| | | |
| | | columns.push({ |
| | | title: '当前新发生的欠税余额', |
| | | title: '当前新发生的欠税余额(万元)', |
| | | key: 'plaintiff', |
| | | render: (h, params) => { |
| | | return h('span', params.row.newOwnTaxBalance ? this.CustomMethods.numTo$(params.row.newOwnTaxBalance) : '--') |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.publish_time ? params.row.publish_time : '--') |
| | | }, |
| | | align:'center', |
| | | width: 120 |
| | | }) |
| | | columns.push({ |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.putDate ? this.getDate(params.row.putDate) : '--') |
| | | }, |
| | | align:'center', |
| | | width: 120 |
| | | }) |
| | | columns.push({ |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.removeDate ? this.getDate(params.row.removeDate) : '--') |
| | | }, |
| | | align:'center', |
| | | width: 120 |
| | | |
| | | }) |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.putDate ? this.getDate(params.row.putDate) : '--') |
| | | }, |
| | | align:'center', |
| | | width: 120 |
| | | }) |
| | | columns.push({ |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.removeDate ? this.getDate(params.row.removeDate) : '--') |
| | | }, |
| | | align:'center', |
| | | width: 120 |
| | | |
| | | }) |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.baseInfo && params.row.baseInfo.regDate ? params.row.baseInfo.regDate : '--') |
| | | }, |
| | | align:'center', |
| | | width: 120 |
| | | |
| | | }) |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.baseInfo && params.row.baseInfo.regNum ? params.row.baseInfo.regNum : '--') |
| | | }, |
| | | mimWidth: 150 |
| | | mimWidth: 120 |
| | | }) |
| | | columns.push({ |
| | | title: '被担保债权类型', |
| | |
| | | title: '被担保债权数额', |
| | | key: 'amount', |
| | | render: (h, params) => { |
| | | return h('span', params.row.baseInfo && params.row.baseInfo.amount ? params.row.baseInfo.amount : '--') |
| | | return h('span', params.row.baseInfo && params.row.baseInfo.amount ? this.CustomMethods.numTo$_NaN(params.row.baseInfo.amount,2) : '--') |
| | | }, |
| | | align:'right', |
| | | width: 150 |
| | | }) |
| | | columns.push({ |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.baseInfo && params.row.baseInfo.regDepartment ? params.row.baseInfo.regDepartment : '--') |
| | | }, |
| | | width: 150 |
| | | mimWidth: 150 |
| | | }) |
| | | columns.push({ |
| | | title: '状态', |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.baseInfo && params.row.baseInfo.status ? params.row.baseInfo.status : '--') |
| | | }, |
| | | align:'center', |
| | | width: 120 |
| | | }) |
| | | columns.push({ |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.mortgageArea ? this.CustomMethods.numTo$(params.row.mortgageArea) : '--') |
| | | }, |
| | | align:'right', |
| | | minWidth: 120 |
| | | }) |
| | | columns.push({ |
| | |
| | | width: 120 |
| | | }) |
| | | columns.push({ |
| | | title: '职权登记期限', |
| | | title: '质权登记期限', |
| | | key: 'PledgeRegPeriod', |
| | | render: (h, params) => { |
| | | return h('span', params.row.PledgeRegPeriod ? params.row.PledgeRegPeriod : '--') |
| | | }, |
| | | align: 'center', |
| | | width: 120 |
| | | }) |
| | | columns.push({ |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.State ? params.row.State : '--') |
| | | }, |
| | | align: 'center', |
| | | width: 100 |
| | | }) |
| | | return columns |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.regNumber ? params.row.regNumber : '--') |
| | | }, |
| | | minWidth: 120 |
| | | minWidth: 100 |
| | | |
| | | }) |
| | | columns.push({ |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.pledgor ? params.row.pledgor : '--') |
| | | }, |
| | | width: 120 |
| | | // minWidth:200 |
| | | minWidth: 100 |
| | | }) |
| | | columns.push({ |
| | | title: '质权人', |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.pledgee ? params.row.pledgee : '--') |
| | | }, |
| | | minWidth: 200 |
| | | minWidth: 100 |
| | | }) |
| | | columns.push({ |
| | | title: '状态', |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.state ? params.row.state : '--') |
| | | }, |
| | | align: 'center', |
| | | width: 120 |
| | | }) |
| | | columns.push({ |
| | | title: '出质股权数额', |
| | | key: 'equityAmount', |
| | | render: (h, params) => { |
| | | return h('span', params.row.equityAmount ? params.row.equityAmount : '--') |
| | | return h('span', params.row.equityAmount ? this.CustomMethods.numTo$_NaN(params.row.equityAmount) : '--') |
| | | }, |
| | | align: 'right', |
| | | width: 120 |
| | | |
| | | }) |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.putDate ? this.getDate(params.row.putDate) : '--') |
| | | }, |
| | | align: 'center', |
| | | width: 120 |
| | | |
| | | }) |
| | |
| | | title: '质押股数(单位股)', |
| | | key: 'PledgeAmount', |
| | | render: (h, params) => { |
| | | return h('span', params.row.PledgeAmount ? params.row.PledgeAmount : '--') |
| | | return h('span', params.row.PledgeAmount ? this.CustomMethods.numTo$(params.row.PledgeAmount) : '--') |
| | | }, |
| | | align: 'right', |
| | | width: 200 |
| | | }) |
| | | columns.push({ |
| | | title: '质押股份市值(元)', |
| | | key: 'LastValue', |
| | | render: (h, params) => { |
| | | return h('span', params.row.LastValue ? params.row.LastValue : '--') |
| | | return h('span', params.row.LastValue ? this.CustomMethods.numTo$(params.row.LastValue) : '--') |
| | | }, |
| | | align: 'right', |
| | | width: 200 |
| | | }) |
| | | columns.push({ |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.ProOfSelf ? params.row.ProOfSelf : '--') |
| | | }, |
| | | align: 'right', |
| | | width: 200 |
| | | }) |
| | | columns.push({ |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.StartDate ? params.row.StartDate.split(' ')[0] : '--') |
| | | }, |
| | | align: 'center', |
| | | width: 120 |
| | | |
| | | }) |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.EndDate ? params.row.EndDate.split(' ')[0] : '--') |
| | | }, |
| | | align: 'center', |
| | | width: 120 |
| | | }) |
| | | columns.push({ |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.Status ? params.row.Status : '--') |
| | | }, |
| | | align: 'center', |
| | | width: 120 |
| | | }) |
| | | columns.push({ |
| | |
| | | <tr> |
| | | <td style="background-color: #f8f8f9;text-align: center;">诉讼正文</td> |
| | | <td colspan="3"> |
| | | {{ FLSSdetail.plaintext ? FLSSdetail.plaintext : '--' }} |
| | | <p v-if="FLSSdetail.plaintext" style="white-space: pre-wrap;" v-html="FLSSdetail.plaintext"> </p> |
| | | <p v-else>--</p> |
| | | <!-- {{ FLSSdetail.plaintext ? FLSSdetail.plaintext : '--' }} --> |
| | | </td> |
| | | </tr> |
| | | |
| | |
| | | style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;border-top: 1px solid #dcdee2;"> |
| | | {{ |
| | | judicialDetail.assDetail.equityAmount ? |
| | | judicialDetail.assDetail.equityAmount : '--' |
| | | this.CustomMethods.numTo$_NaN(judicialDetail.assDetail.equityAmount) : '--' |
| | | }} |
| | | </td> |
| | | </tr> |
| | |
| | | 被执行人持有股权、其他投资权益的数额 |
| | | </td> |
| | | <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ judicialDetail.frozen.equityAmountOther ? judicialDetail.frozen.equityAmountOther : |
| | | {{ judicialDetail.frozen.equityAmountOther ? this.CustomMethods.numTo$_NaN(judicialDetail.frozen.equityAmountOther ): |
| | | '--' }} |
| | | </td> |
| | | </tr> |
| | |
| | | <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ |
| | | judicialDetail.removeFrozen.equityAmountOther ? |
| | | judicialDetail.removeFrozen.equityAmountOther : '--' |
| | | this.CustomMethods.numTo$_NaN( judicialDetail.removeFrozen.equityAmountOther ): '--' |
| | | }} |
| | | </td> |
| | | </tr> |
| | |
| | | </td> |
| | | <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ judicialDetail.keepFrozen.equityAmountOther ? |
| | | judicialDetail.keepFrozen.equityAmountOther : '--' }} |
| | | this.CustomMethods.numTo$_NaN(judicialDetail.keepFrozen.equityAmountOther) : '--' }} |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | |
| | | <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ |
| | | judicialDetail.shareholderChange.equityAmountOther ? |
| | | judicialDetail.shareholderChange.equityAmountOther : '--' |
| | | this.CustomMethods.numTo$_NaN(judicialDetail.shareholderChange.equityAmountOther) : '--' |
| | | }} |
| | | </td> |
| | | </tr> |
| | |
| | | title: '案件金额', |
| | | key: 'caseMoney ', |
| | | render: (h, params) => { |
| | | return h('span', params.row.caseMoney ? params.row.caseMoney : '--') |
| | | return h('span', params.row.caseMoney ?this.CustomMethods.numTo$_NaN( params.row.caseMoney,2 ): '--') |
| | | }, |
| | | align:'right', |
| | | minWidth: 120 |
| | | minWidth: 130 |
| | | }) |
| | | columns.push({ |
| | | title: '审理法院', |
| | |
| | | title: '股权数额', |
| | | key: 'EquityAmount', |
| | | render: (h, params) => { |
| | | return h('span', params.row.EquityAmount ? this.CustomMethods.numTo$_NaN(params.row.EquityAmount) : '--') |
| | | return h('span', params.row.EquityAmount ? this.CustomMethods.numTo$_NaN(params.row.EquityAmount,2) : '--') |
| | | }, |
| | | align: 'right', |
| | | minWidth: 140 |