|
@@ -7,7 +7,7 @@
|
|
|
</div>
|
|
|
<div class="ent-header-title">{{ custom.name }}</div>
|
|
|
<div class="ent-header-input">
|
|
|
- <EntInput ref="inputRef" @submit="getRecovery" ajaxType="entsearch" placeholder="输入企业名称"></EntInput>
|
|
|
+ <EntInput ref="inputRef" @submit="getRecovery" ajaxType="entsearch" placeholder="输入单位名称"></EntInput>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -270,8 +270,6 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
toDetail (item) {
|
|
|
- console.log(item)
|
|
|
- const data = JSON.stringify(item)
|
|
|
const routeUrl = this.$router.resolve({
|
|
|
path: `/free/custom_unit_portrayal/${item.company_name}`
|
|
|
})
|
|
@@ -458,8 +456,6 @@ export default {
|
|
|
.el-tabs__header {
|
|
|
margin: 0;
|
|
|
}
|
|
|
- .el-tabs__content {
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
}
|