标准属性自定义

This commit is contained in:
宋伟佳
2021-06-07 10:25:08 +08:00
parent 5b2169ed24
commit 8bedbf1822
7 changed files with 43 additions and 81 deletions
-38
View File
@@ -9,8 +9,6 @@
<el-tab-pane label="标准预警" name="STANDARD">
<div class="dynamic-content">
<h5>实施预警</h5>
<!-- <div class="dynamic-line"></div>-->
<!-- <span class="more" @click="dynamicWarning">更多</span> -->
<div class="more">
<el-form :inline="true" :model="dynamic" class="demo-form-inline">
<el-form-item label="适用车型">
@@ -425,42 +423,6 @@ export default {
searchBtnClick() {
console.log("查找适用车型");
},
/**
* @author liruohao
* @date 2019/4/25
* @Description: 标准跳页
*/
// showStandDetails (item) {
// this.$store.commit('setDetailMap', this.$route.path)
// if (item.sortName === 'BUSINESS_STAND') {
// let routeUrl = this.$router.resolve({
// name: 'OtherBussStandardDetails',
// params: {
// id: item.sarId,
// pageType: item.sortName
// }
// })
// window.open(routeUrl.href, '_blank')
// } else if (item.sortName === 'INLAND_STAND' || item.sortName === 'FOREIGN_STAND') {
// let routeUrl = this.$router.resolve({
// name: 'OtherStandardDetails',
// params: {
// id: item.sarId,
// pageType: item.sortName
// }
// })
// window.open(routeUrl.href, '_blank')
// } else if (item.sortName === 'INLAND_LAWS' || item.sortName === 'FOREIGN_LAWS') {
// let routeUrl = this.$router.resolve({
// name: 'OtherLawsDetails',
// params: {
// id: item.sarId,
// pageType: item.sortName
// }
// })
// window.open(routeUrl.href, '_blank')
// }
// },
showStandDetails(item) {
let getStandId = item.sarId;
let getStandType = item.sortName;