From f0e42f85846f06065f1e63a6ee9cac0b4d87cbb6 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 15 Dec 2023 17:59:25 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_web

---
 src/views/place/index.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/views/place/index.vue b/src/views/place/index.vue
index 361b8a7..938a8da 100644
--- a/src/views/place/index.vue
+++ b/src/views/place/index.vue
@@ -18,17 +18,19 @@
         </avue-crud>
 
         <el-dialog title="场所维护" append-to-body :visible.sync="roleBox" center>
+            <h3>基本信息:</h3>
+            <avue-form :option="optionDetail" v-model="placeForm"></avue-form>
+
+            <h3>从业人员:</h3>
             <avue-crud :option="placeOption" :search.sync="search" :table-loading="loading" :data="placeExt" ref="crud"
                 v-model="houseHoldForm" :permission="permissionList" @row-del="houseHoldRowDel"
                 @row-update="houseHoldRowUpdate" @row-save="houseHoldRowSave" :page.sync="holdPage"
                 @current-change="currentChange" @size-change="sizeChange">
             </avue-crud>
 
-            <avue-form :option="optionDetail" v-model="placeForm"></avue-form>
-
             <span slot="footer" class="dialog-footer">
                 <el-button @click="roleBox = false">取 消</el-button>
-                <el-button type="primary" @click="submitRole">确 定</el-button>
+                <el-button type="primary" @click="submitRole">提 交</el-button>
             </span>
         </el-dialog>
 

--
Gitblit v1.9.3