| | |
| | | <!-- 许可证 --> |
| | | <licence :row="obj0"></licence> |
| | | </span> |
| | | <span v-else-if="typeTABS.prop === 'tab9'" class="tab"> 社保记录 </span> |
| | | <span v-else-if="typeTABS.prop === 'tab9'" class="tab"> |
| | | <!-- 社保记录 --> |
| | | <social :deptid="obj0.departmentid"></social> |
| | | </span> |
| | | <el-dialog |
| | | title="出资人导入" |
| | | append-to-body |
| | |
| | | import gun from "../securityEquipment/gun.vue"; |
| | | import licence from "./licence.vue"; |
| | | import businessLicense from "./businessLicense.vue"; |
| | | import social from "./social.vue"; |
| | | |
| | | export default { |
| | | components: { |
| | |
| | | gun: gun, |
| | | licence: licence, |
| | | businessLicense: businessLicense, |
| | | social: social, |
| | | }, |
| | | data() { |
| | | var DIC = { |