智慧农业后台管理页面
guoshilong
2022-07-29 a3273c36937e8fce84486baef8fc447710c87832
错别字修改
2 files modified
6 ■■■■ changed files
src/views/stock/stockmanage.vue 4 ●●●● patch | view | raw | blame | history
src/views/stock/stockout.vue 2 ●●● patch | view | raw | blame | history
src/views/stock/stockmanage.vue
@@ -637,7 +637,7 @@
            ],
          },
          {
            label: "入库时间",
            label: "出库时间",
            prop: "time1",
            type: "date",
            format: "yyyy-MM-dd",
@@ -646,7 +646,7 @@
            rules: [
              {
                required: true,
                message: "请输入入库时间",
                message: "请输入出库时间",
                trigger: "blur",
              },
            ],
src/views/stock/stockout.vue
@@ -128,7 +128,7 @@
        dialogClickModal: false,
        column: [
          {
            label: "农资id",
            label: "农资库存id",
            span: 20,
            display: true,
            prop: "sid",