|
|
|
@@ -106,7 +106,7 @@ |
|
|
|
<section class="content_box"> |
|
|
|
<basic-info :companyInfo="companyInfo"></basic-info> |
|
|
|
<company-dev :companyInfo="companyInfo"></company-dev> |
|
|
|
<intellectual-property :companyInfo="companyInfo"></intellectual-property> |
|
|
|
<!-- <intellectual-property :companyInfo="companyInfo"></intellectual-property> --> |
|
|
|
<other-info :companyInfo="companyInfo"></other-info> |
|
|
|
</section> |
|
|
|
<Footer></Footer> |
|
|
|
@@ -121,7 +121,7 @@ import Nav from "@components/Header.vue"; |
|
|
|
import Footer from "@components/Footer.vue"; |
|
|
|
import BasicInfo from "./components/BasicInfo.vue"; |
|
|
|
import CompanyDev from "./components/CompanyDev.vue"; |
|
|
|
import IntellectualProperty from "./components/IntellectualProperty.vue"; |
|
|
|
// import IntellectualProperty from "./components/IntellectualProperty.vue"; |
|
|
|
import OtherInfo from "./components/OtherInfo.vue"; |
|
|
|
import ClaimDialog from "./components/ClaimDialog.vue"; |
|
|
|
import { getCompanyById } from "@api/company"; |
|
|
|
@@ -133,7 +133,7 @@ export default { |
|
|
|
Footer, |
|
|
|
BasicInfo, |
|
|
|
CompanyDev, |
|
|
|
IntellectualProperty, |
|
|
|
// IntellectualProperty, |
|
|
|
OtherInfo, |
|
|
|
ClaimDialog, |
|
|
|
}, |
|
|
|
@@ -150,10 +150,10 @@ export default { |
|
|
|
name: "企业发展", |
|
|
|
value: 2, |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "知识产权", |
|
|
|
value: 3, |
|
|
|
}, |
|
|
|
// { |
|
|
|
// name: "知识产权", |
|
|
|
// value: 3, |
|
|
|
// }, |
|
|
|
{ |
|
|
|
name: "其他信息(可编辑)", |
|
|
|
value: 4, |