Browse Source

时间格式

mengy 3 years ago
parent
commit
82e27791af

+ 0 - 1
shanXiPlatform/src/views/safeProduction/allSafe/index.vue

@@ -7,7 +7,6 @@
7
             <el-date-picker
7
             <el-date-picker
8
               v-model="query.inspecTime"
8
               v-model="query.inspecTime"
9
               value-format="yyyy-MM-dd"
9
               value-format="yyyy-MM-dd"
10
-              format="yyyy年MM月dd日"
11
               type="daterange"
10
               type="daterange"
12
               range-separator="至"
11
               range-separator="至"
13
               start-placeholder="开始日期"
12
               start-placeholder="开始日期"

+ 0 - 1
shanXiPlatform/src/views/supervisionInspection/entrustedRepository/newEntrustedRepository/index.vue

@@ -9,7 +9,6 @@
9
                 <el-date-picker
9
                 <el-date-picker
10
                   v-model="query.inspecTime"
10
                   v-model="query.inspecTime"
11
                   value-format="yyyy-MM-dd"
11
                   value-format="yyyy-MM-dd"
12
-                  format="yyyy年MM月dd日"
13
                   type="daterange"
12
                   type="daterange"
14
                   range-separator="至"
13
                   range-separator="至"
15
                   start-placeholder="开始日期"
14
                   start-placeholder="开始日期"

+ 0 - 1
shanXiPlatform/src/views/supervisionInspection/library/allLibrary/index.vue

@@ -7,7 +7,6 @@
7
             <el-date-picker
7
             <el-date-picker
8
               v-model="query.inspecTime"
8
               v-model="query.inspecTime"
9
               value-format="yyyy-MM-dd"
9
               value-format="yyyy-MM-dd"
10
-              format="yyyy年MM月dd日"
11
               type="daterange"
10
               type="daterange"
12
               range-separator="至"
11
               range-separator="至"
13
               start-placeholder="开始日期"
12
               start-placeholder="开始日期"

+ 0 - 1
shanXiPlatform/src/views/supervisionInspection/subTreasury/newSubTreasury/index.vue

@@ -9,7 +9,6 @@
9
                 <el-date-picker
9
                 <el-date-picker
10
                   v-model="query.inspecTime"
10
                   v-model="query.inspecTime"
11
                   value-format="yyyy-MM-dd"
11
                   value-format="yyyy-MM-dd"
12
-                  format="yyyy年MM月dd日"
13
                   type="daterange"
12
                   type="daterange"
14
                   range-separator="至"
13
                   range-separator="至"
15
                   start-placeholder="开始日期"
14
                   start-placeholder="开始日期"

+ 1 - 1
shanXiPlatform/src/views/systemManagement/notice/newNotice/index.vue

@@ -4,7 +4,7 @@
4
       <el-form :inline="true">
4
       <el-form :inline="true">
5
         
5
         
6
             <el-form-item label="发布时间" label-width="80px">
6
             <el-form-item label="发布时间" label-width="80px">
7
-              <el-date-picker   v-model="query.publishTime"  type="daterange" format="yyyy年MM月dd日" range-separator="至"  start-placeholder="开始日期"  end-placeholder="结束日期" value-format="yyyy-MM-dd"  unlink-panels></el-date-picker>
7
+              <el-date-picker   v-model="query.publishTime"  type="daterange" range-separator="至"  start-placeholder="开始日期"  end-placeholder="结束日期" value-format="yyyy-MM-dd"  unlink-panels></el-date-picker>
8
             </el-form-item>
8
             </el-form-item>
9
          
9
          
10
             <el-form-item label="标题" label-width="50px">
10
             <el-form-item label="标题" label-width="50px">

+ 0 - 1
shanXiPlatform/src/views/systemManagement/policySystem/index.vue

@@ -9,7 +9,6 @@
9
                 <el-date-picker
9
                 <el-date-picker
10
                   v-model="query.timedate"
10
                   v-model="query.timedate"
11
                   value-format="yyyy-MM-dd"
11
                   value-format="yyyy-MM-dd"
12
-                  format="yyyy年MM月dd日"
13
                   type="daterange"
12
                   type="daterange"
14
                   range-separator="至"
13
                   range-separator="至"
15
                   start-placeholder="开始日期"
14
                   start-placeholder="开始日期"