From 13a60da2424da8cd50e52e35e0126e23e34ea6f3 Mon Sep 17 00:00:00 2001
From: zhuo <2089219845@qq.com>
Date: 星期日, 16 三月 2025 15:58:25 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev

---
 src/views/CNAS/process/demand/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/CNAS/process/demand/index.vue b/src/views/CNAS/process/demand/index.vue
index 60258c5..ef70abd 100644
--- a/src/views/CNAS/process/demand/index.vue
+++ b/src/views/CNAS/process/demand/index.vue
@@ -23,9 +23,9 @@
           <el-button type="primary" icon="el-icon-search" size="mini" @click="refreshTable">鏌� 璇�</el-button>
         </el-form-item>
       </el-form>
-    </div>
-    <div style="text-align: right; margin-bottom: 20px">
-      <el-button size="small" type="primary" @click="goAdd">鏂板</el-button>
+      <div style="text-align: right; margin-bottom: 20px">
+        <el-button size="small" type="primary" @click="goAdd">鏂板</el-button>
+      </div>
     </div>
     <div class="table">
       <el-table v-loading="tableListLoading" :data="tableList"
@@ -416,7 +416,7 @@
 import { selectUserCondition } from "@/api/business/inspectionTask";
 
 export default {
-  name: "a7-Inspection-Order-Form",
+  name: "Demand",
   components: { limsTable },
   data() {
     return {

--
Gitblit v1.9.3