智慧农业后台管理页面
guoshilong
2022-09-03 c576b505c64c129193f7f697dbe77894c4a0afb6
遥感时间为年月
2 files modified
14 ■■■■■ changed files
src/views/remote/remote.vue 12 ●●●●● patch | view | raw | blame | history
src/views/traceability/details.vue 2 ●●● patch | view | raw | blame | history
src/views/remote/remote.vue
@@ -93,7 +93,7 @@
                        searchSpan:4,
                        rules: [{
                            required: true,
                            message: "请输入reName",
                            message: "请输入专题名称",
                            trigger: "blur"
                        }]
                    },
@@ -135,7 +135,7 @@
                        }]
                    },
                    {
                        label: "通知时间",
                        label: "拍摄时间",
                        prop: "releaseTimeRange",
                        type: "datetime",
                        format: "yyyy-MM-dd hh:mm:ss",
@@ -157,9 +157,11 @@
                        prop: "reTime",
                        search: true,
                        searchSpan: 4,
                        type: "datetime",
                        format: "yyyy-MM-dd",
                        valueFormat: "yyyy-MM-dd",
                        type: "month",
                        // format: "yyyy-MM-dd",
                        // valueFormat: "yyyy-MM-dd",
                        format: "yyyy-MM",
                        valueFormat: "yyyy-MM",
                        rules: [{
                            required: true,
                            message: "请输入遥感时间",
src/views/traceability/details.vue
@@ -7,7 +7,7 @@
export default {
  data() {
    return {
      url: "/traceablityInfos.html",
      url: "traceablityInfos.html",
    };
  },
  created(){