From 3049bbb1999cdd0cf1403b7397397fe8b2b54678 Mon Sep 17 00:00:00 2001 From: maven <2163098428@qq.com> Date: 星期一, 04 八月 2025 13:32:41 +0800 Subject: [PATCH] yys 修改bug --- src/views/customerService/feedbackRegistration/index.vue | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/views/customerService/feedbackRegistration/index.vue b/src/views/customerService/feedbackRegistration/index.vue index 09ecf9e..40f0f1f 100644 --- a/src/views/customerService/feedbackRegistration/index.vue +++ b/src/views/customerService/feedbackRegistration/index.vue @@ -12,6 +12,11 @@ clearable @change="handleQuery" /> + <span style = "margin-left: 10px;" class="search_title">澶勭悊鐘舵�侊細</span> + <el-select v-model="searchForm.status" placeholder="璇烽�夋嫨鐘舵��" @change="handleQuery" style="width: 140px" clearable> + <el-option label="寰呭鐞�" :value="1"></el-option> + <el-option label="宸插鐞�" :value="2"></el-option> + </el-select> <el-button type="primary" @click="handleQuery" style="margin-left: 10px" >鎼滅储</el-button > -- Gitblit v1.9.3