From 0c7d2e6f5d16f85166888159ee7810de5c9e97a0 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 06 十一月 2024 10:05:56 +0800 Subject: [PATCH] 查询统一 --- src/views/system/point/index.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/views/system/point/index.vue b/src/views/system/point/index.vue index f77e05a..7743bcc 100644 --- a/src/views/system/point/index.vue +++ b/src/views/system/point/index.vue @@ -4,6 +4,8 @@ <el-form-item label="鐐逛綅鍚嶇О" prop="pointName"> <el-input v-model="queryParams.pointName" placeholder="杈撳叆鐐逛綅鍚嶇О" clearable @clear="handleQuery" @keyup.enter.native="handleQuery" /> </el-form-item> + <el-form-item label="鍗曚綅" prop="unit"> + </el-form-item> <el-form-item> <el-button type="primary" icon="el-icon-search" size="small" @click="handleQuery">鎼滅储</el-button> <el-button icon="el-icon-refresh" size="small" @click="resetQuery">閲嶇疆</el-button> -- Gitblit v1.8.0