From 19a8a9601842a42c026c5f74f540221ec3f72d69 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 16 Jan 2026 17:02:47 +0800
Subject: [PATCH] feat:任务工单管理子系统页面结构样式调整

---
 applications/task-work-order/src/views/system/param.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/applications/task-work-order/src/views/system/param.vue b/applications/task-work-order/src/views/system/param.vue
index 5bbf8ed..73d150a 100644
--- a/applications/task-work-order/src/views/system/param.vue
+++ b/applications/task-work-order/src/views/system/param.vue
@@ -3,7 +3,7 @@
     <div class="avue-crud">
       <el-row :hidden="!search">
         <!-- 查询模块 -->
-        <div class="ztzf-form-search">
+        <div class="work-form-search">
           <el-form inline :model="query">
             <el-row :gutter="24">
               <el-col :span="8">
@@ -137,7 +137,7 @@
       </el-row>
       <!-- 表单模块 -->
       <el-dialog
-        class="ztzf-dialog-mange"
+        class="work-dialog-mange"
         :title="title"
         v-model="box"
         width="50%"

--
Gitblit v1.9.3