Commit 9318fb386db6cd3864a632258f94818958b5e680

Authored by 杨泽宇
2 parents 3f59949d bdb147dd
src/views/community/housekeeper/index.vue
@@ -194,12 +194,12 @@ watchEffect(() => { @@ -194,12 +194,12 @@ watchEffect(() => {
194 query: { buildingId: scope.row.id }, 194 query: { buildingId: scope.row.id },
195 }" 195 }"
196 > 196 >
197 - <el-button type="text" size="mini">房屋管理</el-button> 197 + <el-button type="text" size="mini" class="btn">房屋管理</el-button>
198 </router-link> 198 </router-link>
199 - <el-button type="text" size="mini" @click="edit(scope.row)" 199 + <el-button type="text" size="mini" @click="edit(scope.row)" class="btn"
200 >编辑</el-button 200 >编辑</el-button
201 > 201 >
202 - <el-button type="text" size="mini" @click="remove(scope.row.id)" 202 + <el-button type="text" size="mini" @click="remove(scope.row.id)" class="btn"
203 >删除</el-button 203 >删除</el-button
204 > 204 >
205 </template> 205 </template>
@@ -246,4 +246,8 @@ watchEffect(() =&gt; { @@ -246,4 +246,8 @@ watchEffect(() =&gt; {
246 </div> 246 </div>
247 </template> 247 </template>
248 248
249 -<style></style> 249 +<style scoped>
  250 +.btn{
  251 + margin-left:8px
  252 +}
  253 +</style>
src/views/community/houses/index.vue
@@ -179,14 +179,13 @@ watchEffect(() =&gt; { @@ -179,14 +179,13 @@ watchEffect(() =&gt; {
179 @click="buildPeople(scope.row.id, false)" 179 @click="buildPeople(scope.row.id, false)"
180 >取消绑定</el-button 180 >取消绑定</el-button
181 > 181 >
182 -  
183 - <el-button 182 + <!-- <el-button
184 type="text" 183 type="text"
185 size="mini" 184 size="mini"
186 @click="check(scope.row.id)" 185 @click="check(scope.row.id)"
187 style="margin-left: 10px" 186 style="margin-left: 10px"
188 >查看房屋</el-button 187 >查看房屋</el-button
189 - > 188 + > -->
190 <router-link 189 <router-link
191 :to="{ 190 :to="{
192 name: 'owner', 191 name: 'owner',
src/views/community/residence/index.vue
@@ -134,7 +134,7 @@ onMounted(() =&gt; { @@ -134,7 +134,7 @@ onMounted(() =&gt; {
134 query: { neighborhoodId: scope.row.id }, 134 query: { neighborhoodId: scope.row.id },
135 }" 135 }"
136 > 136 >
137 - <el-button type="text" size="mini">楼宇管理</el-button></router-link 137 + <el-button type="text" size="mini" style="margin-left: 10px">楼宇管理</el-button></router-link
138 > 138 >
139 </template> 139 </template>
140 </el-table-column> 140 </el-table-column>
src/views/notify/edit.vue
@@ -78,6 +78,7 @@ const submitForm = ( @@ -78,6 +78,7 @@ const submitForm = (
78 postApi(type); 78 postApi(type);
79 }) 79 })
80 .catch((error) => { 80 .catch((error) => {
  81 + form.loading = false;
81 console.log(error); 82 console.log(error);
82 }); 83 });
83 } else { 84 } else {
src/views/property/edit.vue
@@ -273,7 +273,7 @@ onMounted(() =&gt; { @@ -273,7 +273,7 @@ onMounted(() =&gt; {
273 <el-input 273 <el-input
274 v-model.trim="form.data.contractNumber" 274 v-model.trim="form.data.contractNumber"
275 placeholder="请填写合同编号" 275 placeholder="请填写合同编号"
276 - maxlength="50" 276 + maxlength="30"
277 /> 277 />
278 </el-form-item> 278 </el-form-item>
279 <el-form-item label="备注" prop="remark" style="width: 100%"> 279 <el-form-item label="备注" prop="remark" style="width: 100%">
src/views/serviceman/detail.vue
@@ -185,7 +185,7 @@ onMounted(() =&gt; { @@ -185,7 +185,7 @@ onMounted(() =&gt; {
185 <el-input 185 <el-input
186 v-model="props.formObj.name" 186 v-model="props.formObj.name"
187 placeholder="请输入姓名" 187 placeholder="请输入姓名"
188 - maxlength="30" 188 + maxlength="10"
189 ></el-input> 189 ></el-input>
190 </el-form-item> 190 </el-form-item>
191 <el-form-item label="年龄:" prop="age"> 191 <el-form-item label="年龄:" prop="age">