+
{{ formatIssueDate(scope.row.issueTime) }}
@@ -463,10 +463,10 @@
label="实施日期">
- {{
+ {{
scope.row.SSRQ ? scope.row.SSRQ.substring(0, 10) : '-'
}}
- {{
+ {{
scope.row.SSRQ ? scope.row.SSRQ.substring(0, 10) : '-'
}}
{{ scope.row.SSRQ ? scope.row.SSRQ.substring(0, 10) : '-' }}
@@ -479,10 +479,10 @@
width="150"
label="新车型实施日期">
- {{
+ {{
scope.row.XCXSSRQ ? scope.row.XCXSSRQ.substring(0, 10) : '-'
}}
- {{
+ {{
scope.row.XCXSSRQ ? scope.row.XCXSSRQ.substring(0, 10) : '-'
}}
{{
@@ -496,10 +496,10 @@
width="150"
label="在产车实施日期">
- {{
+ {{
scope.row.ZCCSSRQ ? scope.row.ZCCSSRQ.substring(0, 10) : '-'
}}
- {{
+ {{
scope.row.ZCCSSRQ ? scope.row.ZCCSSRQ.substring(0, 10) : '-'
}}
{{
@@ -518,13 +518,13 @@
- {{
- textStatusMap[scope.row.textStatus]
+ {{
+ scope.row.standTextStatusShow
}}
- {{
- textStatusMap[scope.row.textStatus]
+ {{
+ scope.row.standTextStatusShow
}}
- {{ textStatusMap[scope.row.textStatus] }}
+ {{ scope.row.standTextStatusShow }}
@@ -992,13 +992,13 @@ export default {
this.$message.warning('请选择一条数据')
}
else {
- console.log('619',this.handleSelectForm.dataSource)
// this.attributeEO.dataSource = this.handleSelectForm.dataSource
// this.attributeEO.lawId = this.handleSelectTableList[0].id
this.uploadFilesdfEo.standNumber =this.handleSelectTableList[0].standCode || this.handleSelectTableList[0].lawsNumber || this.handleSelectTableList[0].standSort+" "+this.handleSelectTableList[0].standNumber+"-"+this.handleSelectTableList[0].standYear
this.uploadFilesdfEo.standName = this.handleSelectTableList[0].standName || this.handleSelectTableList[0].lawsName
- //文本状态,下次一定
- // this.uploadFilesdfEo.fileType = this.handleSelectTableList[0].textStatus || this.handleSelectTableList[0].standStatusShow
+ // console.log('999',this.handleSelectTableList[0])
+ //文本状态,下次一定(tnnd,人家的文本状态和这个的文本状态都不是一个东西,不用画蛇添足)
+ // this.uploadFilesdfEo.fileType = this.handleSelectTableList[0].standTextStatusShow || this.handleSelectTableList[0].standStatusShow
this.selectModal = false
}
console.log('确定',this.handleSelectTableList)
From 5ea7ae8c3b649b5d10d5e0b178f2845bc397f004 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com>
Date: Mon, 22 Nov 2021 14:17:46 +0800
Subject: [PATCH 04/20] commit
---
src/pages/home2/components/todoList/index.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pages/home2/components/todoList/index.vue b/src/pages/home2/components/todoList/index.vue
index dc89ece40..83eb643c1 100644
--- a/src/pages/home2/components/todoList/index.vue
+++ b/src/pages/home2/components/todoList/index.vue
@@ -9,8 +9,8 @@