From b9df267a7ad749ac9165d596c71bd9730025917d Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期三, 14 五月 2025 13:56:52 +0800 Subject: [PATCH] art: 设备管理-已办-增加简要描述查询条件 --- src/views/mdc/base/modules/DeviceLog/WorkChartModel.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/mdc/base/modules/DeviceLog/WorkChartModel.vue b/src/views/mdc/base/modules/DeviceLog/WorkChartModel.vue index 864753c..a80086b 100644 --- a/src/views/mdc/base/modules/DeviceLog/WorkChartModel.vue +++ b/src/views/mdc/base/modules/DeviceLog/WorkChartModel.vue @@ -18,7 +18,7 @@ </a-col> <a-col :span="6"> <a-form-item label="閲囨牱鍛ㄦ湡" :labelCol="labelCol" :wrapperCol="wrapperCol"> - <a-input-number v-model="queryParams.period"/> + <a-input-number v-model="queryParams.period" :min="100"/> </a-form-item> </a-col> </a-row> -- Gitblit v1.9.3