guoshipeng
2023-08-09 eb7f7333a40291f2e5e71e3ef9b101d3cb06da3d
fix:五分钟报
2 files added
2 files modified
10 ■■■■ changed files
public/airQuality1.docx patch | view | raw | blame | history
public/sailingReport1.docx patch | view | raw | blame | history
src/views/charts/index.vue 8 ●●●● patch | view | raw | blame | history
src/views/sectionReport/index.vue 2 ●●● patch | view | raw | blame | history
public/airQuality1.docx
Binary files differ
public/sailingReport1.docx
Binary files differ
src/views/charts/index.vue
@@ -141,14 +141,14 @@
      isSelect: false,
      options1: [
        {
          label: '小时报',
          value: '小时报',
        },
        {
          label: '五分钟报',
          value: '五分钟报',
        },
        {
          label: '小时报',
          value: '小时报',
        },
        {
          label: '日报',
          value: '日报',
        },
src/views/sectionReport/index.vue
@@ -47,7 +47,7 @@
          start-placeholder="开始日期"
          end-placeholder="结束日期"
          :picker-options="pickerOptions"
          value-format="yyyy-MM-dd"
          value-format="yyyy-MM-dd HH:mm:ss"
        >
        </el-date-picker>
      </div>