diff --git a/src/pages/localTool/standardWarning.vue b/src/pages/localTool/standardWarning.vue
index a026d304a..2ecc81de1 100644
--- a/src/pages/localTool/standardWarning.vue
+++ b/src/pages/localTool/standardWarning.vue
@@ -162,9 +162,9 @@
{{ scope.row.itemsName }}
-
+
- {{ scope.row.putTime ? scope.row.putTime.substring(0, 10) : '' }}
+ {{ scope.row.issueTime ? scope.row.issueTime.substring(0, 10) : '' }}
@@ -473,8 +473,8 @@ export default {
//标准名称
standName: this.dynamic.standName,
//发布日期
- startPutTime: this.dynamic.putTime[0],
- endPutTime: this.dynamic.putTime[1],
+ startIssueTime: this.dynamic.putTime[0],
+ endIssueTime: this.dynamic.putTime[1],
//实施日期
startSSRQ: this.dynamic.SSRQ[0],
endSSRQ: this.dynamic.SSRQ[1],