| | |
| | | </table> |
| | | </div> |
| | | <div v-show="EventType==='深度信息-基本信息-对外投资'"> |
| | | <div class="clearfix"> |
| | | <Tabs v-model="duiwaitouzitab" @on-click="duiwaitouzi" type="card"> |
| | | <TabPane label="变更信息" name="tab1"></TabPane> |
| | | <TabPane label="变更后信息" name="tab2"></TabPane> |
| | | </Tabs> |
| | | <div class="clearfix" v-if="duiwaitouzitab==='tab1'"> |
| | | <Table :data="ECIInvestmentList" |
| | | :columns="ECIInvestmentListColumnstab2" |
| | | border style="margin-top: 12px;"> |
| | | <!-- <template slot="name" slot-scope="{row,index}">--> |
| | | <!-- <div class="clearfix">--> |
| | | <!-- <img v-if="row.ImageUrl" style="float: left;width: 40px;height: 40px;" :src="row.ImageUrl" alt="">--> |
| | | <!-- <div style="text-align:center;">{{ row.Name }}</div>--> |
| | | <!-- </div>--> |
| | | <!-- </template>--> |
| | | </Table> |
| | | <Page :current="ECIInvestmentListPageIndex" |
| | | :total="ECIInvestmentListTotalItem" |
| | | :page-size="5" |
| | | @on-change="changeECIInvestmentListPageIndex" |
| | | show-elevator style="float: right;margin-top: 12px;"/> |
| | | </div> |
| | | <div class="clearfix" v-if="duiwaitouzitab==='tab2'"> |
| | | <Table :data="ECIInvestmentList" |
| | | :columns="ECIInvestmentListColumns" |
| | | border style="margin-top: 12px;"> |
| | |
| | | </div> |
| | | </div> |
| | | <div v-show="EventType==='深度信息-基本信息-分支机构'"> |
| | | <div style="margin-top: 12px;"> |
| | | <!-- <div class="newTitle" id="fenZhiJiGou">--> |
| | | <!-- 分支机构--> |
| | | <!-- <span style="color:#2d8bef;font-size:14px;margin-left: 8px;">{{ ECIBranchListTotalItem }}</span>--> |
| | | <!-- </div>--> |
| | | <Tabs v-model="fenzhijiegoutab" @on-click="fenzhijiegou" type="card"> |
| | | <TabPane label="变更信息" name="tab1"></TabPane> |
| | | <TabPane label="变更后信息" name="tab2"></TabPane> |
| | | </Tabs> |
| | | <div style="margin-top: 12px;" v-show="fenzhijiegoutab==='tab1'"> |
| | | <div class="clearfix"> |
| | | <Table :data="ECIBranchList" |
| | | :columns="ECIBranchListColumnstab1" |
| | | border style="margin-top: 12px;"> |
| | | </Table> |
| | | <Page :current="ECIBranchListPageIndex" |
| | | :total="ECIBranchListTotalItem" |
| | | :page-size="5" |
| | | @on-change="changeECIBranchListPageIndex" |
| | | show-elevator style="float: right;margin-top: 12px;"/> |
| | | </div> |
| | | </div> |
| | | <div style="margin-top: 12px;" v-show="fenzhijiegoutab==='tab2'"> |
| | | <div class="clearfix"> |
| | | <Table :data="ECIBranchList" |
| | | :columns="ECIBranchListColumns" |
| | |
| | | </div> |
| | | </div> |
| | | <div v-show="EventType==='深度信息-基本信息-控制企业'"> |
| | | <div style="margin-top: 12px;"> |
| | | <!-- <div class="newTitle" id="kongZhiQiYe">--> |
| | | <!-- 控制企业--> |
| | | <!-- <span style="color:#2d8bef;font-size:14px;margin-left: 8px;">{{ HoldingCompanyListTotalItem }}</span>--> |
| | | <!-- <Tooltip content="控制企业为企业或自然人直接或间接拥有其疑似实际控制权的企业,仅供参考(最多显示1000家)"--> |
| | | <!-- max-width="200"--> |
| | | <!-- theme="light" transfer placement="top-start" style="margin-left: 10px;">--> |
| | | <!-- <Icon type="md-help-circle" size="16"/>--> |
| | | <!-- </Tooltip>--> |
| | | <!-- </div>--> |
| | | <Tabs v-model="kongzhiqiyetab" type="card" @on-click="kongzhiqiye"> |
| | | <TabPane label="变更信息" name="tab1"></TabPane> |
| | | <TabPane label="变更后信息" name="tab2"></TabPane> |
| | | </Tabs> |
| | | <div style="margin-top: 12px;" v-show="kongzhiqiyetab=='tab1'"> |
| | | <div class="clearfix"> |
| | | <Table :data="HoldingCompanyList" |
| | | :columns="HoldingCompanyListColumnstab1" |
| | | border style="margin-top: 12px;"> |
| | | <!-- <template slot="Paths" slot-scope="{row,index}">--> |
| | | <!-- <div v-for="(item,index) in row.Paths" v-if="row.Paths && row.Paths.length > 0 && index < 10" :key="index"--> |
| | | <!-- class="clearfix">--> |
| | | <!-- <p style="font-weight: bold;">{{ `路径${index + 1} (占比约 ${row.PercentTotal})` }}</p>--> |
| | | <!-- <div class="clearfix">--> |
| | | <!-- <div v-if="item.length > 0" style="display: inline-block;">--> |
| | | <!-- <span style="float: left;margin-right: 8px;line-height: 30px;">{{ row.CompanyName }}</span>--> |
| | | <!-- </div>--> |
| | | <!-- <div v-for="(innerItem,innerIndex) in item" :key="innerIndex" style="display: inline-block;">--> |
| | | <!-- <div style="width: 80px;float: left;margin-right: 8px;position: relative;text-align: center;">--> |
| | | <!-- <div style="height: 12px;color: #2d8cf0;">{{ innerItem.Percent }}</div>--> |
| | | <!-- <div style="height: 6px;">------------–></div>--> |
| | | <!-- </div>--> |
| | | <!-- <span style="float: left;margin-right: 8px;line-height: 30px;">{{ innerItem.Name }}</span>--> |
| | | <!-- </div>--> |
| | | <!-- </div>--> |
| | | <!-- </div>--> |
| | | <!-- <div v-if="!row.Paths || row.Paths.length == 0">--</div>--> |
| | | <!-- </template>--> |
| | | </Table> |
| | | <Page :current="HoldingCompanyListPageIndex" |
| | | :total="HoldingCompanyListTotalItem" |
| | | :page-size="5" |
| | | @on-change="changeHoldingCompanyListPageIndex" |
| | | show-elevator style="float: right;margin-top: 12px;"/> |
| | | </div> |
| | | </div> |
| | | <div style="margin-top: 12px;" v-show="kongzhiqiyetab=='tab2'"> |
| | | <div class="clearfix"> |
| | | <Table :data="HoldingCompanyList" |
| | | :columns="HoldingCompanyListColumns" |
| | |
| | | </div> |
| | | </div> |
| | | <div v-show="EventType==='深度信息-基本信息-总公司'"> |
| | | <div style="margin-top: 12px;"> |
| | | <!-- <div class="newTitle" id="zongGongSi">--> |
| | | <!-- 总公司--> |
| | | <!-- <span style="color:#2d8bef;font-size:14px;margin-left: 8px;">{{ ECIParentInfo.length }}</span>--> |
| | | <!-- </div>--> |
| | | <Tabs v-model="zonggongsitab" type="card" @on-click="zonggongsi"> |
| | | <TabPane label="变更信息" name="tab1"></TabPane> |
| | | <TabPane label="变更后信息" name="tab2"></TabPane> |
| | | </Tabs> |
| | | <div style="margin-top: 12px;" v-show="zonggongsitab==='tab1'"> |
| | | <div class="clearfix"> |
| | | <Table :data="ECIParentInfo" |
| | | :columns="ECIParentInfoColumnstab1" |
| | | border style="margin-top: 12px;max-height: 500px"> |
| | | </Table> |
| | | </div> |
| | | </div> |
| | | <div style="margin-top: 12px;" v-show="zonggongsitab==='tab2'"> |
| | | <div class="clearfix"> |
| | | <Table :data="ECIParentInfo" |
| | | :columns="ECIParentInfoColumns" |
| | |
| | | </div> |
| | | <div v-show="EventType==='深度信息-基本信息-主要人员'"> |
| | | <Tabs v-model="zhuyaotab" @on-click="changeTabzhuyao" type="card" style="margin-top: 12px;"> |
| | | <TabPane label="变更情况" name="tab1"></TabPane> |
| | | <TabPane label="变更后信息" name="tab2"></TabPane> |
| | | <TabPane label="变更情况" name="tab1"></TabPane> |
| | | <TabPane label="变更后信息" name="tab2"></TabPane> |
| | | </Tabs> |
| | | <div style="max-height:420px;overflow-y: auto;"> |
| | | <div v-show="zhuyaotab==='tab1'"> |
| | |
| | | }, |
| | | data () { |
| | | return { |
| | | fenzhijiegoutab:'tab1', //分支结构tab控制 |
| | | zonggongsitab:'tab1', //总公司tab控制 |
| | | kongzhiqiyetab:'tab1', //控制企业tab控制 |
| | | duiwaitouzitab:'tab1', //对外投资tab控制 |
| | | removeFrozenShow:false, |
| | | assDetailShow:false, |
| | | frozenShow:false, |
| | |
| | | this.Btn_year('4') |
| | | }, |
| | | methods: { |
| | | zonggongsi(){ |
| | | if( this.zonggongsitab==='tab1'){ |
| | | this.loading_go=true |
| | | this.getkzonggongsi(this.annualReportDetails) |
| | | }else{ |
| | | if(this.annualReportDetails){ |
| | | this.loading_go=true |
| | | // this.HoldingCompanyList = this.annualReportDetails.slice((this.HoldingCompanyListPageIndex- 1) * 5, this.HoldingCompanyListPageIndex * 5) |
| | | this.ECIParentInfo = this.annualReportDetails |
| | | }else{ |
| | | this.ECIParentInfo=[] |
| | | } |
| | | this.nothingData=false |
| | | this.loading_go=false |
| | | } |
| | | }, |
| | | fenzhijiegou(){ |
| | | if(this.fenzhijiegoutab==='tab1'){ |
| | | this.loading_go=true |
| | | this.getfenzhijiegou(this.annualReportDetails) |
| | | }else{ |
| | | if(this.annualReportDetails){ |
| | | this.loading_go=true |
| | | // this.HoldingCompanyList = this.annualReportDetails.slice((this.HoldingCompanyListPageIndex- 1) * 5, this.HoldingCompanyListPageIndex * 5) |
| | | this.ECIBranchList = this.annualReportDetails |
| | | }else{ |
| | | this.ECIBranchList=[] |
| | | } |
| | | this.nothingData=false |
| | | this.loading_go=false |
| | | } |
| | | }, |
| | | kongzhiqiye(){ |
| | | if(this.kongzhiqiyetab==='tab1'){ |
| | | this.loading_go=true |
| | | this.getkongzhiqiye(this.annualReportDetails) |
| | | }else{ |
| | | if(this.annualReportDetails){ |
| | | this.loading_go=true |
| | | this.HoldingCompanyList = this.annualReportDetails.slice((this.HoldingCompanyListPageIndex- 1) * 5, this.HoldingCompanyListPageIndex * 5) |
| | | }else{ |
| | | this.HoldingCompanyList=[] |
| | | } |
| | | this.nothingData=false |
| | | this.loading_go=false |
| | | } |
| | | }, |
| | | /** |
| | | * 对外投资tab的click事件 |
| | | **/ |
| | | duiwaitouzi(){ |
| | | if(this.duiwaitouzitab==="tab1"){ |
| | | this.loading_go=true |
| | | this.getduiwaitouzi(this.annualReportDetails) |
| | | }else{ |
| | | if(this.annualReportDetails){ |
| | | this.loading_go=true |
| | | this.ECIInvestmentList = this.annualReportDetails.slice((this.ECIInvestmentListPageIndex- 1) * 5, this.ECIInvestmentListPageIndex * 5) |
| | | }else{ |
| | | this.ECIInvestmentList=[] |
| | | } |
| | | this.nothingData=false |
| | | this.loading_go=false |
| | | } |
| | | |
| | | }, |
| | | changebeizhiXingpeoplePageIndex(page){ |
| | | this.beizhiXingpeoplePageIndex = page |
| | | this.beizhiXingpeople = this.annualReportDetails.slice((this.beizhiXingpeoplePageIndex - 1) * 5, this.beizhiXingpeoplePageIndex * 5) |
| | |
| | | this.loading_go=false |
| | | }else if(this.EventType==='深度信息-基本信息-对外投资'){ |
| | | this.tab1PopModal=true |
| | | if(this.annualReportDetails){ |
| | | this.ECIInvestmentList = this.annualReportDetails.slice((this.ECIInvestmentListPageIndex- 1) * 5, this.ECIInvestmentListPageIndex * 5) |
| | | }else{ |
| | | this.ECIInvestmentList=[] |
| | | } |
| | | this.annualReportDetails[0].Id=params.row.Id |
| | | this.duiwaitouzitab='tab1' |
| | | this.nothingData=false |
| | | this.loading_go=false |
| | | this.loading_go=true |
| | | this.getduiwaitouzi(this.annualReportDetails) |
| | | // if(){ |
| | | // this.ECIInvestmentList = this.annualReportDetails.slice((this.ECIInvestmentListPageIndex- 1) * 5, this.ECIInvestmentListPageIndex * 5) |
| | | // }else{ |
| | | // this.ECIInvestmentList=[] |
| | | // // } |
| | | // this.nothingData=false |
| | | // this.loading_go=false |
| | | }else if(this.EventType==='深度信息-基本信息-分支机构'){ |
| | | if(this.annualReportDetails){ |
| | | this.ECIBranchList = this.annualReportDetails.slice((this.ECIBranchListPageIndex- 1) * 5, this.ECIBranchListPageIndex * 5) |
| | | }else{ |
| | | this.ECIBranchList=[] |
| | | } |
| | | // if(this.annualReportDetails){ |
| | | // this.ECIBranchList = this.annualReportDetails.slice((this.ECIBranchListPageIndex- 1) * 5, this.ECIBranchListPageIndex * 5) |
| | | // }else{ |
| | | // this.ECIBranchList=[] |
| | | // } |
| | | this.annualReportDetails[0].Id=params.row.Id |
| | | this.fenzhijiegoutab='tab1' |
| | | this.nothingData=false |
| | | this.loading_go=false |
| | | this.loading_go=true |
| | | this.tab1PopModal=true |
| | | this.getfenzhijiegou(this.annualReportDetails) |
| | | }else if(this.EventType==='深度信息-基本信息-控制企业'){ |
| | | if(this.annualReportDetails){ |
| | | this.HoldingCompanyList = this.annualReportDetails.slice((this.HoldingCompanyListPageIndex- 1) * 5, this.HoldingCompanyListPageIndex * 5) |
| | | }else{ |
| | | this.HoldingCompanyList=[] |
| | | } |
| | | |
| | | // if(this.annualReportDetails){ |
| | | // this.HoldingCompanyList = this.annualReportDetails.slice((this.HoldingCompanyListPageIndex- 1) * 5, this.HoldingCompanyListPageIndex * 5) |
| | | // }else{ |
| | | // this.HoldingCompanyList=[] |
| | | // } |
| | | this.kongzhiqiyetab="tab1" |
| | | this.nothingData=false |
| | | this.loading_go=false |
| | | this.loading_go=true |
| | | this.tab1PopModal=true |
| | | this.annualReportDetails[0].Id=params.row.Id |
| | | this.getkongzhiqiye(this.annualReportDetails) |
| | | }else if(this.EventType==='深度信息-基本信息-总公司'){ |
| | | this.ECIParentInfo = this.annualReportDetails |
| | | this.zonggongsitab="tab1" |
| | | this.tab1PopModal=true |
| | | this.nothingData=false |
| | | this.loading_go=false |
| | | this.loading_go=true |
| | | this.annualReportDetails[0].Id=params.row.Id |
| | | this.getkzonggongsi(this.annualReportDetails) |
| | | }else if(this.EventType==='深度信息-企业图谱-股权结构图') { |
| | | Area=0 |
| | | window.open(`#/offSiteCheckQYTP?name=${params.row.CompanyName}&Area=${Area}`, '_blank') |
| | | this.tab1PopModal=false |
| | | let data = { |
| | | Id:params.row.Id, |
| | | EventType:'深度信息-企业图谱-股权结构图', |
| | | TABId:1, |
| | | } |
| | | axios.request({ |
| | | url: '/ComSiteSup/GetComDynamicDetail', |
| | | data, |
| | | method: 'post' |
| | | }).then(res => { |
| | | if (res.data.Check) { |
| | | this.annualReportDetails=res.data.Data |
| | | Area=0 |
| | | window.open(`#/offSiteCheckQYTP?name=${params.row.CompanyName}&Area=${Area}¶ms=${JSON.stringify(this.annualReportDetails)}`, '_blank') |
| | | this.tab1PopModal=false |
| | | } |
| | | }) |
| | | }else if(this.EventType==='深度信息-基本信息-主要人员') { |
| | | //this.EmployeeList=this.annualReportDetails |
| | | this.zhuyaoParams=params.row.Id |
| | |
| | | this.zhuyaotab='tab1' |
| | | this.getcontrastzhuyao() |
| | | }else if(this.EventType==='深度信息-企业图谱-股权穿透图') { |
| | | Area=2 |
| | | window.open(`#/offSiteCheckQYTP?name=${params.row.CompanyName}&Area=${Area}`, '_blank') |
| | | this.tab1PopModal=false |
| | | let data = { |
| | | Id:params.row.Id, |
| | | EventType:'深度信息-企业图谱-股权穿透图', |
| | | TABId:1, |
| | | } |
| | | axios.request({ |
| | | url: '/ComSiteSup/GetComDynamicDetail', |
| | | data, |
| | | method: 'post' |
| | | }).then(res => { |
| | | if (res.data.Check) { |
| | | this.annualReportDetails=res.data.Data |
| | | Area=2 |
| | | window.open(`#/offSiteCheckQYTP?name=${params.row.CompanyName}&Area=${Area}¶ms=${JSON.stringify(this.annualReportDetails)}`, '_blank') |
| | | this.tab1PopModal=false |
| | | } |
| | | }) |
| | | |
| | | }else if(this.EventType==='深度信息-经营信息-招投标'){ |
| | | this.getTenderDetail (this.annualReportDetails) |
| | | this.tab1PopModal=true |
| | |
| | | }, |
| | | listenGOs(data){ |
| | | this.loading_go=data |
| | | }, |
| | | getfenzhijiegou(params){ |
| | | console.log(params) |
| | | this.ECIBranchList=[] |
| | | let data = { |
| | | Id:params[0].Id, |
| | | EventType:'深度信息-基本信息-控制企业', |
| | | TABId:1, |
| | | } |
| | | axios.request({ |
| | | url: '/ComSiteSup/GetComDynamicDetail', |
| | | data, |
| | | method: 'post' |
| | | }).then(res => { |
| | | if (res.data.Check) { |
| | | this.ECIBranchList=JSON.parse(res.data.Data.Detail) |
| | | console.log( this.ECIBranchList) |
| | | this.nothingData=false |
| | | } else { |
| | | this.ECIBranchList = [] |
| | | this.nothingData=true |
| | | } |
| | | this.loading_go=false |
| | | }, res => { |
| | | this.ECIBranchList = [] |
| | | this.nothingData=true |
| | | this.loading_go=false |
| | | }) |
| | | }, |
| | | getkongzhiqiye(params){ |
| | | console.log(params) |
| | | this.HoldingCompanyList=[] |
| | | let data = { |
| | | Id:params[0].Id, |
| | | EventType:'深度信息-基本信息-控制企业', |
| | | TABId:1, |
| | | } |
| | | axios.request({ |
| | | url: '/ComSiteSup/GetComDynamicDetail', |
| | | data, |
| | | method: 'post' |
| | | }).then(res => { |
| | | if (res.data.Check) { |
| | | this.HoldingCompanyList=JSON.parse(res.data.Data.Detail) |
| | | console.log( this.HoldingCompanyList) |
| | | this.nothingData=false |
| | | } else { |
| | | this.HoldingCompanyList = [] |
| | | this.nothingData=true |
| | | } |
| | | this.loading_go=false |
| | | }, res => { |
| | | this.HoldingCompanyList = [] |
| | | this.nothingData=true |
| | | this.loading_go=false |
| | | }) |
| | | }, |
| | | getkzonggongsi(params){ |
| | | console.log(params) |
| | | this.ECIParentInfo=[] |
| | | let data = { |
| | | Id:params[0].Id, |
| | | EventType:'深度信息-基本信息-对外投资', |
| | | TABId:1, |
| | | } |
| | | axios.request({ |
| | | url: '/ComSiteSup/GetComDynamicDetail', |
| | | data, |
| | | method: 'post' |
| | | }).then(res => { |
| | | if (res.data.Check) { |
| | | this.ECIParentInfo =JSON.parse(res.data.Data.Detail) |
| | | console.log( this.ECIParentInfo) |
| | | this.nothingData=false |
| | | } else { |
| | | this.ECIParentInfo = [] |
| | | this.nothingData=true |
| | | } |
| | | this.loading_go=false |
| | | }, res => { |
| | | this.ECIParentInfo = [] |
| | | this.nothingData=true |
| | | this.nothingData=true |
| | | this.loading_go=false |
| | | }) |
| | | }, |
| | | getduiwaitouzi(params){ |
| | | console.log(params) |
| | | this.ECIInvestmentList=[] |
| | | let data = { |
| | | Id:params[0].Id, |
| | | EventType:'深度信息-基本信息-对外投资', |
| | | TABId:1, |
| | | } |
| | | axios.request({ |
| | | url: '/ComSiteSup/GetComDynamicDetail', |
| | | data, |
| | | method: 'post' |
| | | }).then(res => { |
| | | if (res.data.Check) { |
| | | this.ECIInvestmentList =JSON.parse(res.data.Data.Detail) |
| | | console.log( this.ECIInvestmentList) |
| | | this.nothingData=false |
| | | } else { |
| | | this.ECIInvestmentList = [] |
| | | this.nothingData=true |
| | | } |
| | | this.loading_go=false |
| | | }, res => { |
| | | this.ECIInvestmentList = [] |
| | | this.nothingData=true |
| | | this.nothingData=true |
| | | this.loading_go=false |
| | | }) |
| | | }, |
| | | /** |
| | | * 获取司法拍卖详情 |
| | |
| | | }) |
| | | return columns |
| | | }, |
| | | HoldingCompanyListColumns () { // 控制企业 |
| | | ECIParentInfoColumnstab1 () { // 总公司 |
| | | let columns = [] |
| | | columns.push({ |
| | | title: '序号', |
| | | key: 'ItemIndex', |
| | | width: 90, |
| | | align: 'center' |
| | | align: 'center', |
| | | render: (h, params) => { |
| | | return h('span', params.index + 1) |
| | | } |
| | | }) |
| | | columns.push({ |
| | | title: '变更类型', |
| | | key: 'Type', |
| | | minWidth: 200, |
| | | align: 'center', |
| | | }) |
| | | columns.push({ |
| | | title: '变更内容', |
| | | key: 'Content', |
| | | minWidth: 200, |
| | | align: 'center', |
| | | }) |
| | | return columns |
| | | }, |
| | | HoldingCompanyListColumns () { // 控制企业 |
| | | let columns = [] |
| | | columns.push({ |
| | | title: '序号', |
| | | key: 'ItemIndex', |
| | | width: 150, |
| | | align: 'center', |
| | | }) |
| | | columns.push({ |
| | | title: '控制企业名称', |
| | |
| | | columns.push({ |
| | | title: '投资链', |
| | | slot: 'Paths' |
| | | }) |
| | | return columns |
| | | }, |
| | | HoldingCompanyListColumnstab1 () { // 控制企业 |
| | | let columns = [] |
| | | columns.push({ |
| | | title: '序号', |
| | | key: 'ItemIndex', |
| | | width: 150, |
| | | align: 'center', |
| | | render: (h, params) => { |
| | | return h('span', params.index + 1) |
| | | } |
| | | }) |
| | | columns.push({ |
| | | title: '变更类型', |
| | | key: 'Type', |
| | | minWidth: 200, |
| | | align: 'center', |
| | | }) |
| | | columns.push({ |
| | | title: '变更内容', |
| | | key: 'Content', |
| | | minWidth: 200, |
| | | align: 'center', |
| | | }) |
| | | return columns |
| | | }, |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.Status ? params.row.Status : '--') |
| | | } |
| | | }) |
| | | return columns |
| | | }, |
| | | ECIBranchListColumnstab1 () { // 分支机构 |
| | | let columns = [] |
| | | columns.push({ |
| | | title: '序号', |
| | | key: 'ItemIndex', |
| | | width:150, |
| | | align: 'center', |
| | | render: (h, params) => { |
| | | return h( |
| | | 'span', |
| | | params.index + 1 |
| | | ) |
| | | } |
| | | }) |
| | | columns.push({ |
| | | title: '变更类型', |
| | | key: 'Type', |
| | | minWidth: 200, |
| | | align: 'center', |
| | | }) |
| | | columns.push({ |
| | | title: '变更内容', |
| | | key: 'Content', |
| | | minWidth: 200, |
| | | align: 'center', |
| | | }) |
| | | return columns |
| | | }, |
| | |
| | | render: (h, params) => { |
| | | return h('span', params.row.Status ? params.row.Status : '--') |
| | | } |
| | | }) |
| | | return columns |
| | | }, |
| | | ECIInvestmentListColumnstab2 () { // 对外投资 |
| | | let columns = [] |
| | | columns.push({ |
| | | title: '序号', |
| | | key: 'index', |
| | | width: 150, |
| | | align: 'center', |
| | | render: (h, params) => { |
| | | return h( |
| | | 'span', |
| | | params.index + 1 |
| | | ) |
| | | } |
| | | }) |
| | | columns.push({ |
| | | title: '变更类型', |
| | | key: 'Type', |
| | | minWidth: 200, |
| | | align: 'center', |
| | | }) |
| | | columns.push({ |
| | | title: '变更内容', |
| | | key: 'Content', |
| | | minWidth: 200, |
| | | align: 'center', |
| | | }) |
| | | return columns |
| | | }, |
| | |
| | | border-top: 1px solid #dcdee2; |
| | | } |
| | | } |
| | | .flowAnaClassTab1 .ivu-table th, .ivu-table td{ |
| | | height: 35px; |
| | | } |
| | | </style> |