智慧农业后台管理页面
guoshilong
2022-08-22 9141b8052a9c2d432b24a540be0500f8462327c8
优化任务管理处理表单数量显示,优化查看时的数据布局
1 files modified
6 ■■■■ changed files
src/views/task/task.vue 6 ●●●● patch | view | raw | blame | history
src/views/task/task.vue
@@ -176,7 +176,7 @@
            hide: true,
            span: 6,
            type: "number",
            labelWidth: 110,
            // labelWidth: 110,
            display: false,
          },
          {
@@ -337,7 +337,7 @@
            dicUrl: `/api/soldr/soldr/selectSol`,
            props: {
              label: "spn",
              value: "id"
              value: "stockId1"
            },
            change: function (value) {
              console.log(value.value)
@@ -348,7 +348,7 @@
            prop: "stockNum",
            hide: true,
            disabled: true,
            span: 6,
            span: 7,
            type: "number",
            labelWidth: 110,
          },