海外标准法规--列表缺少实施日期字段
This commit is contained in:
@@ -185,6 +185,17 @@
|
|||||||
{{ formatIssueDate(scope.row.issueTime) }}
|
{{ formatIssueDate(scope.row.issueTime) }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
prop="SSRQ"
|
||||||
|
sortable="custom"
|
||||||
|
width="150px"
|
||||||
|
label="实施日期">
|
||||||
|
<template slot-scope="scope">
|
||||||
|
<!-- {{ formatIssueDate(scope.row.putTime) }}-->
|
||||||
|
<span>{{ scope.row.SSRQ ? scope.row.SSRQ.substring(0,10) : '-' }}</span>
|
||||||
|
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="XCXSSRQ"
|
prop="XCXSSRQ"
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
@@ -3182,6 +3193,10 @@ export default {
|
|||||||
if (res.data.list[i].attrInfoMap && res.data.list[i].attrInfoMap.ZCCSSRQ) {
|
if (res.data.list[i].attrInfoMap && res.data.list[i].attrInfoMap.ZCCSSRQ) {
|
||||||
res.data.list[i].ZCCSSRQ = res.data.list[i].attrInfoMap.ZCCSSRQ.split(',')[0]
|
res.data.list[i].ZCCSSRQ = res.data.list[i].attrInfoMap.ZCCSSRQ.split(',')[0]
|
||||||
}
|
}
|
||||||
|
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.stahndinfoList = res.data.list
|
||||||
this.total = res.data.count
|
this.total = res.data.count
|
||||||
|
|||||||
Reference in New Issue
Block a user