修复国内标准法规--实施日期没回显的问题
This commit is contained in:
@@ -190,12 +190,14 @@
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="XCXSSRQ"
|
||||
sortable="putTime"
|
||||
prop="SSRQ"
|
||||
sortable="custom"
|
||||
width="150px"
|
||||
label="实施日期">
|
||||
<template slot-scope="scope">
|
||||
{{ formatIssueDate(scope.row.putTime) }}
|
||||
<!-- {{ formatIssueDate(scope.row.putTime) }}-->
|
||||
<span>{{ scope.row.SSRQ ? scope.row.SSRQ.substring(0,10) : '-' }}</span>
|
||||
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
@@ -3509,6 +3511,10 @@ export default {
|
||||
if (res.data.list[i].attrInfoMap && res.data.list[i].attrInfoMap.ZCCSSRQ) {
|
||||
res.data.list[i].ZCCSSRQ = res.data.list[i].attrInfoMap.ZCCSSRQ
|
||||
}
|
||||
if (res.data.list[i].attrInfoMap && res.data.list[i].attrInfoMap.SSRQ) {
|
||||
res.data.list[i].SSRQ = res.data.list[i].attrInfoMap.SSRQ
|
||||
console.log(res.data.list[i].SSRQ);
|
||||
}
|
||||
}
|
||||
this.stahndinfoList = res.data.list
|
||||
this.total = res.data.count
|
||||
|
||||
Reference in New Issue
Block a user