linwe
2023-12-18 af37ee88ef6d9647fa2b368271dcf53f656ea4fa
按钮隐藏
2 files modified
8 ■■■■ changed files
src/views/userHouse/houseHoldList.vue 4 ●●●● patch | view | raw | blame | history
src/views/userHouse/houseList.vue 4 ●●●● patch | view | raw | blame | history
src/views/userHouse/houseHoldList.vue
@@ -67,10 +67,10 @@
          </div>
          <span slot="footer" class="dialog-footer">
          <!-- <span slot="footer" class="dialog-footer">
            <el-button @click="labelFlag = false">取 消</el-button>
            <el-button type="primary" @click="submitRole">确 定</el-button>
          </span>
          </span> -->
        </el-dialog>
        <el-dialog :title="'编辑标签   ' +  currentLabel.name" append-to-body :visible.sync="editLabelFlge" width="655px">
src/views/userHouse/houseList.vue
@@ -59,10 +59,10 @@
              {{item.name}}
            </div>
          </div>
          <span slot="footer" class="dialog-footer">
          <!--  <span slot="footer" class="dialog-footer">
            <el-button @click="labelFlag = false">取 消</el-button>
            <el-button type="primary" @click="submitRole">确 定</el-button>
          </span>
          </span> -->
        </el-dialog>
        <el-dialog :title="'编辑标签   ' +  currentLabel.name" append-to-body :visible.sync="editLabelFlge" width="655px">