From af5c40f25047ed8db1b9195c94bde37437d2cbec Mon Sep 17 00:00:00 2001
From: yanyizhou <2311759275@qq.com>
Date: Wed, 1 Sep 2021 10:30:55 +0800
Subject: [PATCH 1/6] =?UTF-8?q?=20=E9=A1=B9=E7=9B=AE=E6=B8=85=E5=8D=95?=
=?UTF-8?q?=E7=A1=AE=E8=AE=A4=E6=B5=81=E7=A8=8B--=E7=AC=AC=E4=BA=8C?=
=?UTF-8?q?=E6=AD=A5=EF=BC=8C=E6=B7=BB=E5=8A=A0=E9=A1=B5=E9=9D=A2=E7=9A=84?=
=?UTF-8?q?=E6=A0=87=E5=87=86=E7=9A=84=E5=AE=9E=E6=96=BD=E6=97=A5=E6=9C=9F?=
=?UTF-8?q?=E5=92=8C=E6=96=87=E6=9C=AC=E7=8A=B6=E6=80=81=E6=B2=A1=E5=9B=9E?=
=?UTF-8?q?=E6=98=BE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../pages/creatProcess/xmqdqr/step2.vue | 60 +++++++++----------
1 file changed, 30 insertions(+), 30 deletions(-)
diff --git a/src/pages/processCenter/pages/creatProcess/xmqdqr/step2.vue b/src/pages/processCenter/pages/creatProcess/xmqdqr/step2.vue
index c75b9ef5a..9121f3ef6 100644
--- a/src/pages/processCenter/pages/creatProcess/xmqdqr/step2.vue
+++ b/src/pages/processCenter/pages/creatProcess/xmqdqr/step2.vue
@@ -113,22 +113,22 @@
- {{ scope.row.xcxssrq ? $moment(scope.row.xcxssrq).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.xcxssrqgj ? $moment(scope.row.xcxssrqgj).format("YYYY-MM-DD") : "" }}
- {{ scope.row.zccssrq ? $moment(scope.row.zccssrq).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.zccssrqgj ? $moment(scope.row.zccssrqgj).format("YYYY-MM-DD") : "" }}
- {{ scope.row.XCXSSRQ ? $moment(scope.row.XCXSSRQ).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.xcxssrqgj ? $moment(scope.row.xcxssrqgj).format("YYYY-MM-DD") : "" }}
- {{ scope.row.ZCCSSRQ ? $moment(scope.row.ZCCSSRQ).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.zccssrqgj ? $moment(scope.row.zccssrqgj).format("YYYY-MM-DD") : "" }}
{
+ this.energyKindOptions = res.data.ENERGYTYPES; //适用车型
+ this.standSortOptions = res.data.STANDCLASSIFY; // 标准类别
+ this.setMap(res.data.WBZTCLASS);// 文本状态
+ this.setMap(this.zrbmMap, res.data.ZRBMCLASS);
+ this.showLocalProductData(this.getLocalPro);
+ }, e => {
+ });
+ },
methods: {
+ // 将文本状态的id与name对应
+ setMap(data) {
+ data.forEach(item => {
+ this.$set(this.textStatusMap, item.value, item.label)
+ })
+ },
processTable() {
this.$http.get("lawss/activiti/get_list_by_instance", {
prcNum: this.$route.query.prcNum,
@@ -659,35 +681,13 @@ export default {
this.total = res.data.total;
});
},
- // 将文本状态的id与name对应
- setMap(data) {
- data.forEach(item => {
- this.$set(this.textStatusMap, item.value, item.label);
- });
- },
},
computed: {
listNoDataText() {
return this.processType === 1 ? "暂无待办流程" : "暂无已办流程";
}
},
- mounted() {
- this.processTable();
- this.getData();
- // 查询各下拉框数据
- this.$http.get("sys/dictype/getDicTypeListCode", "", {
- _this: this,
- loading: "loading"
- }, res => {
- this.energyKindOptions = res.data.ENERGYTYPES; //适用车型
- this.standSortOptions = res.data.STANDCLASSIFY; // 标准类别
- this.standStateOptions = res.data.WBZTCLASS; // 文本状态
- this.setMap(this.zrbmMap, res.data.ZRBMCLASS);
- this.setMap(this.standStateOptions);
- this.showLocalProductData(this.getLocalPro);
- }, e => {
- });
- }
+
};
From 8fb8546e18a96f63153923772d4bc0ff0bdcc238 Mon Sep 17 00:00:00 2001
From: yanyizhou <2311759275@qq.com>
Date: Wed, 1 Sep 2021 10:31:25 +0800
Subject: [PATCH 2/6] =?UTF-8?q?=E6=A0=87=E5=87=86=E5=85=A5=E5=BA=93?=
=?UTF-8?q?=E6=B5=81=E7=A8=8B--=E9=80=89=E6=8B=A9=E5=9B=BD=E5=86=85?=
=?UTF-8?q?=E6=88=96=E8=80=85=E6=B5=B7=E5=A4=96=E7=9A=84=20=E7=AC=AC?=
=?UTF-8?q?=E4=B8=80=E6=AD=A5=E5=92=8C=E7=AC=AC=E5=9B=9B=E6=AD=A5=E7=9A=84?=
=?UTF-8?q?=E6=89=8B=E5=8A=A8=E6=9F=A5=E6=89=BE=E7=9A=84=E6=96=87=E6=9C=AC?=
=?UTF-8?q?=E7=8A=B6=E6=80=81=E5=9B=9E=E6=98=BE=E4=B8=8D=E5=AF=B9=EF=BC=8C?=
=?UTF-8?q?=E4=B8=94=E6=8A=8A=E6=A0=87=E5=87=86=E7=8A=B6=E6=80=81=E6=94=B9?=
=?UTF-8?q?=E6=88=90=E6=96=87=E6=9C=AC=E7=8A=B6=E6=80=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../pages/creatProcess/bzrk/step1.vue | 7 +++++--
.../pages/creatProcess/bzrk/step4.vue | 16 ++++++++++++++--
2 files changed, 19 insertions(+), 4 deletions(-)
diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue
index 7a3180554..80759332a 100644
--- a/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue
@@ -1017,9 +1017,12 @@
{{ scope.row.issueTime ? $moment(scope.row.issueTime).format('YYYY-MM-DD') : '' }}
+
+ {{ textStatusMap[scope.row.textStatus] }}
+
{{$t('m.dataAcquisition')}}
diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step4.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step4.vue
index 1e730c950..81ad48785 100644
--- a/src/pages/processCenter/pages/creatProcess/bzrk/step4.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzrk/step4.vue
@@ -1020,9 +1020,12 @@
{{ scope.row.issueTime ? $moment(scope.row.issueTime).format('YYYY-MM-DD') : '' }}
+
+ {{ textStatusMap[scope.row.textStatus] }}
+
{{$t('m.dataAcquisition')}}
@@ -1061,6 +1064,8 @@ export default {
},
data () {
return {
+ textStatus:'',//文本状态
+ textStatusMap: {}, // 文本状态id与name对应
countryArr:'',
activeName:'1',
// 当前流程类型(1待办/2已办)
@@ -1765,6 +1770,12 @@ export default {
}
})
},
+// 将文本状态的id与name对应
+ setMap(data) {
+ data.forEach(item => {
+ this.$set(this.textStatusMap, item.value, item.label)
+ })
+ },
},
created(){
this.getData()
@@ -1794,6 +1805,7 @@ export default {
this.cbcdOptions = res.data.DEGREESTANDARD // 采标程度
this.treeStatus = true
this.key++
+ this.setMap(this.standStateOptions);
})
this.busVsFunc()
this.modelFunc()
From 0f4c0c3fab85b0fe544895076a54c52f8bb2157f Mon Sep 17 00:00:00 2001
From: yanyizhou <2311759275@qq.com>
Date: Wed, 1 Sep 2021 14:23:43 +0800
Subject: [PATCH 3/6] =?UTF-8?q?=E6=9C=AA=E7=AC=A6=E5=90=88=E9=A1=B9?=
=?UTF-8?q?=E6=95=B4=E6=94=B9=20=E5=8E=86=E5=8F=B2=E6=95=B0=E6=8D=AE=20?=
=?UTF-8?q?=E6=9F=A5=E7=9C=8B=E7=9A=84=E6=A8=A1=E6=80=81=E6=A1=86=E7=9A=84?=
=?UTF-8?q?=E5=AE=BD=E5=BA=A6=E5=8F=98=E7=AA=84?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../regulatoryRepository/nonConfomity/pages/historicalData.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pages/regulatoryRepository/nonConfomity/pages/historicalData.vue b/src/pages/regulatoryRepository/nonConfomity/pages/historicalData.vue
index db8ee5016..6b4009dc0 100644
--- a/src/pages/regulatoryRepository/nonConfomity/pages/historicalData.vue
+++ b/src/pages/regulatoryRepository/nonConfomity/pages/historicalData.vue
@@ -190,7 +190,7 @@
destroy-on-close
:wrapperClosable="false"
class="seeHisToryDraw"
- size="1000px"
+ size="600px"
>
-
-
-
- 导出
-
-
-
-
+
+
+ 清单版本: {{ }}
+
+
+ 导出
+
+
+
+
+ type="selection"
+ width="55"
+ align="center">
{{
+ style="margin-left: 10px">{{
scope.row.standSort + ' ' + scope.row.standNumber + '-' + scope.row.standYear
}}
+ prop="ssrq"
+ width="190px"
+ sortable
+ label="标准实施日期">
{{
scope.row.ssrq ? $moment(scope.row.ssrq).format('YYYY-MM-DD') : '-'
@@ -110,9 +120,9 @@
+ prop="xcxssrqgj"
+ width="190px"
+ label="新车型实施日期">
{{
scope.row.xcxssrq ? $moment(scope.row.xcxssrq).format('YYYY-MM-DD') : '-'
@@ -120,10 +130,10 @@
+ prop="zccssrqgj"
+ sortable
+ width="190px"
+ label="在产车实施日期">
{{
scope.row.zccssrq ? $moment(scope.row.zccssrq).format('YYYY-MM-DD') : '-'
@@ -131,9 +141,9 @@
@@ -142,45 +152,43 @@
+ show-overflow-tooltip
+ prop="kccvppsbm"
+ width="180px"
+ label="卡车VPPS编码">
+ show-overflow-tooltip
+ prop="cycvppscn"
+ width="180px"
+ label="卡车vpps中文名称">
+ prop="cycvppsbm"
+ width="180px"
+ label="乘车VPPS编码">
+ prop="cycvppscn"
+ width="180px"
+ label="乘车vpps中文名称">
+ style="position: relative;"
+ :page="page"
+ :total="total"
+ @pageChange="pageChangeLaws"
+ @pageSizeChange="pageSizeChangeLaws">
数据获取中
-
-
@@ -245,9 +253,9 @@
align="center"
width="260px"
>
-
-
-
+
+
+
{{ scope.row.detailedListVision
+ v-if="scope.row.detailedListVision != null && scope.row.detailedListVision !== ''">{{
+ scope.row.detailedListVision
}}
@@ -274,7 +283,10 @@
label="更新时间"
align="center">
- {{ scope.row.updateTime ? $moment(scope.row.updateTime).format('YYYY-MM-DD') : scope.row.updateTime }}
+ {{
+ scope.row.updateTime ? $moment(scope.row.updateTime).format('YYYY-MM-DD') : scope.row.updateTime
+ }}
+
@@ -477,7 +489,7 @@ export default {
pageSize: this.$store.getters.userInfo.configContent,
pageNo: 1,
pageDo: 1,
- pageSizeDo: this.$store.getters.userInfo.configContent,
+ pageSizeDo: this.$store.getters.userInfo.configContent,
standardData: [], //添加标准数据
detailedId: '', //清单id
totalNo: 0,
@@ -512,7 +524,7 @@ export default {
},
methods: {
//搜索清单
- searchSarAccess(){
+ searchSarAccess() {
this.pageDo = 1
this.pageSizeDo = this.$store.getters.userInfo.configContent;
this.transfer()
@@ -523,7 +535,7 @@ export default {
this.pageSizeNo = this.$store.getters.userInfo.configContent;
this.getStand()
},
- clearSearchAccess(){
+ clearSearchAccess() {
this.sarSarAccessEOSearch.carType = ''
this.sarSarAccessEOSearch.detailedListName = ''
this.transfer()
@@ -547,11 +559,11 @@ export default {
this.pageNo = page
this.getStand()
},
- pageChangeDo(page){
+ pageChangeDo(page) {
this.pageDo = page
this.transfer()
},
- pageSizeChangeDo(pageSize){
+ pageSizeChangeDo(pageSize) {
this.pageDo = pageSize
this.transfer()
},
@@ -582,7 +594,7 @@ export default {
});
},
//点击获取项目清单
- transfer(){
+ transfer() {
this.$http.get("sarLawsDetailedList/sar-laws-detailed-list/getAllStand", {
page: 1,
pageSize: this.pageSize,
@@ -592,14 +604,14 @@ export default {
_this: this
}, res => {
this.sarAccessListDatas = res.data.records;
- this.sarAccessListDatas.forEach(item =>{
+ this.sarAccessListDatas.forEach(item => {
// 适用车型转换
if (item.carType !== null) {
let k = (item.carType || "").split(',')
for (let i in this.energyKindOptions) {
- for (let m = 0; m< k.length; m++) {
+ for (let m = 0; m < k.length; m++) {
if (this.energyKindOptions[i].value === k[m]) {
- k[m] = this.energyKindOptions[i].label
+ k[m] = this.energyKindOptions[i].label
}
item.carType = k.join(',')
}
@@ -692,8 +704,8 @@ export default {
})
},
//调取清单取消事件
- cancelDetailed(){
- this.detailedListModel = false;
+ cancelDetailed() {
+ this.detailedListModel = false;
},
//添加标准取消事件
cancelStand() {
@@ -747,28 +759,28 @@ export default {
}
},
//获取标准
- getStandrd(data){
+ getStandrd(data) {
this.detailedId = data.id
this.getStand();
},
- getStand(data){
+ getStand(data) {
this.$http.get("sarLawsAttrDetailedList/sar-laws-attr-detailed-list/selectLawsById", {
- id:this.detailedId,
+ id: this.detailedId,
...this.standCommonlySearch,
}, {
_this: this
}, res => {
- if(res.data === null){
+ if (res.data === null) {
this.standardData = ''
- this.totalDo =''
+ this.totalDo = ''
this.standModel = true;
}
this.standardData = res.data.records
this.standardData.forEach(item => {
- if(item.zccssrqgj === '-'){
+ if (item.zccssrqgj === '-') {
item.zccssrqgj = ''
}
- if(item.xcxssrqgj === '-'){
+ if (item.xcxssrqgj === '-') {
item.xcxssrq = ''
}
})
@@ -895,7 +907,7 @@ export default {
ids += ',\'' + this.selectList[i].standId + '\''
}
const exportURL = interfaceUrl + 'sarStandProjectLibrary/exportStandAttrInfoExcel?' +
- 'exportType' + this.saveExportType + '&ids=' + ids + '&exportName=' + this.exportName + '&id=' + this.localProEO.id
+ 'exportType' + this.saveExportType + '&ids=' + ids + '&exportName=' + this.exportName + '&id=' + this.localProEO.id
window.open(exportURL, '_self')
this.$message.success('导出信息成功')
}
@@ -911,7 +923,7 @@ export default {
}
}
const exportURL = interfaceUrl + 'sarStandProjectLibrary/exportStandAttrInfoExcel?' +
- 'exportType' + this.saveExportType + '&ids=' + ids + '&exportName=' + this.exportName + '&id=' + this.localProEO.id
+ 'exportType' + this.saveExportType + '&ids=' + ids + '&exportName=' + this.exportName + '&id=' + this.localProEO.id
window.open(exportURL, '_self')
this.$message.success('导出信息成功')
}
From e28621a77d8477723a678c7fd4a6a5582f04cad5 Mon Sep 17 00:00:00 2001
From: shenyanpei
Date: Wed, 1 Sep 2021 15:37:05 +0800
Subject: [PATCH 5/6] =?UTF-8?q?=E6=A0=87=E5=87=86=E9=A2=84=E8=AD=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/localTool/standardWarning.vue | 1003 ++++++++++++-----------
1 file changed, 507 insertions(+), 496 deletions(-)
diff --git a/src/pages/localTool/standardWarning.vue b/src/pages/localTool/standardWarning.vue
index 442b777c3..a290cf84a 100644
--- a/src/pages/localTool/standardWarning.vue
+++ b/src/pages/localTool/standardWarning.vue
@@ -5,441 +5,445 @@
-
-
-
-
实施预警
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查询
-
-
- 清空
-
-
-
-
-
-
新车型实施日期预警
-
-
-
- 企业标准
- 海外标准法规
- 国内标准法规
- 国内政策
- 国外政策
-
-
-
-
- {{ scope.row.standCode }}
-
-
-
-
- {{ scope.row.standName }}
-
-
-
-
- {{ scope.row.putTime ? $moment(scope.row.putTime).format('YYYY-MM-DD') : '' }}
-
-
-
-
- FCA
- HEV
- 纯电动
- 传统车
- 混动
- 柴油
-
-
-
-
- {{ scope.row.standCode.slice(0,3) }}
-
-
-
-
- {{ scope.row.dutyEngineer }}
-
-
-
-
- 取消预警
-
-
-
-
handlePageChange('newItems', page)"
- @pageSizeChange="pageSize => handlePageSizeChange('newItems', pageSize)">
-
在产车实施日期预警
-
-
-
- 企业标准
- 海外标准法规
- 国内标准法规
- 国内政策
- 国外政策
-
-
-
-
- {{ scope.row.standCode }}
-
-
-
-
- {{ scope.row.standName }}
-
-
-
-
- {{ scope.row.putTime ? $moment(scope.row.putTime).format('YYYY-MM-DD') : '' }}
-
-
-
-
- FCA
- HEV
- 纯电动
- 传统车
- 混动
- 柴油
-
-
-
-
- {{ scope.row.standCode.slice(0,3) }}
-
-
-
-
- {{ scope.row.dutyEngineer }}
-
-
-
-
- 取消预警
-
-
-
-
handlePageChange('oldItems', page)"
- @pageSizeChange="pageSize => handlePageSizeChange('oldItems', pageSize)">
-
新车型条款预警
-
-
-
- {{ scope.row.standCode }}
-
-
-
-
- {{ scope.row.standName }}
-
-
-
-
- {{ scope.row.itemsId }}
-
-
-
-
- {{ scope.row.itemsName }}
-
-
-
-
- {{ scope.row.putTime ? $moment(scope.row.putTime).format('YYYY-MM-DD') : '' }}
-
-
-
-
- FCA
- HEV
- 纯电动
- 传统车
- 混动
- 柴油
-
-
-
-
-
- {{ scope.row.standCode.slice(0,3) }}
-
-
-
-
- {{ scope.row.dutyEngineer }}
-
-
-
-
- 取消预警
-
-
-
-
handlePageChange('newItems', page)"
- @pageSizeChange="pageSize => handlePageSizeChange('newItems', pageSize)">
-
在产车条款预警
-
-
-
- {{ scope.row.standCode }}
-
-
-
-
- {{ scope.row.standName }}
-
-
-
-
- {{ scope.row.itemsId }}
-
-
-
-
- {{ scope.row.itemsName }}
-
-
-
-
- {{ scope.row.putTime ? $moment(scope.row.putTime).format('YYYY-MM-DD') : '' }}
-
-
-
-
- FCA
- HEV
- 纯电动
- 传统车
- 混动
- 柴油
-
-
-
-
- {{ scope.row.standCode.slice(0,3) }}
-
-
-
-
-
- {{ scope.row.dutyEngineer }}
-
-
-
-
- 取消预警
-
-
-
-
handlePageChange('oldItems', page)"
- @pageSizeChange="pageSize => handlePageSizeChange('oldItems', pageSize)">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
实施预警
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+ 清空
+
+
+
+
+
+
新车型实施日期预警
+
+
+
+ 企业标准
+ 海外标准法规
+ 国内标准法规
+ 国内政策
+ 国外政策
+
+
+
+
+ {{ scope.row.standCode }}
+
+
+
+
+ {{ scope.row.standName }}
+
+
+
+
+ {{ scope.row.putTime ? $moment(scope.row.putTime).format('YYYY-MM-DD') : '' }}
+
+
+
+
+ FCA
+ HEV
+ 纯电动
+ 传统车
+ 混动
+ 柴油
+
+
+
+
+ {{ scope.row.standCode.slice(0, 3) }}
+
+
+
+
+ {{ scope.row.dutyEngineer }}
+
+
+
+
+ 取消预警
+
+
+
+
+
handlePageChange('newItems', page)"
+ @pageSizeChange="pageSize => handlePageSizeChange('newItems', pageSize)">
+
在产车实施日期预警
+
+
+
+ 企业标准
+ 海外标准法规
+ 国内标准法规
+ 国内政策
+ 国外政策
+
+
+
+
+ {{ scope.row.standCode }}
+
+
+
+
+ {{ scope.row.standName }}
+
+
+
+
+ {{ scope.row.putTime ? $moment(scope.row.putTime).format('YYYY-MM-DD') : '' }}
+
+
+
+
+ FCA
+ HEV
+ 纯电动
+ 传统车
+ 混动
+ 柴油
+
+
+
+
+ {{ scope.row.standCode.slice(0, 3) }}
+
+
+
+
+ {{ scope.row.dutyEngineer }}
+
+
+
+
+ 取消预警
+
+
+
+
+
handlePageChange('oldItems', page)"
+ @pageSizeChange="pageSize => handlePageSizeChange('oldItems', pageSize)">
+
新车型条款预警
+
+
+
+ {{ scope.row.standCode }}
+
+
+
+
+ {{ scope.row.standName }}
+
+
+
+
+ {{ scope.row.itemsId }}
+
+
+
+
+ {{ scope.row.itemsName }}
+
+
+
+
+ {{ scope.row.putTime ? $moment(scope.row.putTime).format('YYYY-MM-DD') : '' }}
+
+
+
+
+ FCA
+ HEV
+ 纯电动
+ 传统车
+ 混动
+ 柴油
+
+
+
+
+
+ {{ scope.row.standCode.slice(0, 3) }}
+
+
+
+
+ {{ scope.row.dutyEngineer }}
+
+
+
+
+ 取消预警
+
+
+
+
+
handlePageChange('newItems', page)"
+ @pageSizeChange="pageSize => handlePageSizeChange('newItems', pageSize)">
+
在产车条款预警
+
+
+
+ {{ scope.row.standCode }}
+
+
+
+
+ {{ scope.row.standName }}
+
+
+
+
+ {{ scope.row.itemsId }}
+
+
+
+
+ {{ scope.row.itemsName }}
+
+
+
+
+ {{ scope.row.putTime ? $moment(scope.row.putTime).format('YYYY-MM-DD') : '' }}
+
+
+
+
+ FCA
+ HEV
+ 纯电动
+ 传统车
+ 混动
+ 柴油
+
+
+
+
+ {{ scope.row.standCode.slice(0, 3) }}
+
+
+
+
+
+ {{ scope.row.dutyEngineer }}
+
+
+
+
+ 取消预警
+
+
+
+
+
handlePageChange('oldItems', page)"
+ @pageSizeChange="pageSize => handlePageSizeChange('oldItems', pageSize)">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -448,7 +452,7 @@