{{ searchxianshitit }} @@ -60,6 +60,11 @@ 查看 + + + @@ -164,6 +175,7 @@ import pageye from '@/components/pagination/pageye' import ButtonBar from '@/components/ButtonBar' import { typeValues, getPathSidByUserSid, selectOrgList } from '@/api/cheliang/dictcommons' import chelaingxiaoshouInfo from './chelaingxiaoshouInfo' +import vehicleconfiguration from '@/views/cheliang/cheliangtaizhang/relation/vehicleconfiguration' export default { name: 'cheliangxiaoshou', @@ -171,7 +183,8 @@ export default { Pagination, pageye, ButtonBar, - chelaingxiaoshouInfo + chelaingxiaoshouInfo, + vehicleconfiguration }, data() { return { @@ -313,6 +326,10 @@ export default { this.viewState = 2 this.$refs['divInfo'].showInfo(row) }, + handleLook(row) { + this.viewState = 3 + this.$refs['divPeizhi'].showInfo(row) + }, resetState() { this.viewState = 1 },