linwe
2023-12-18 af37ee88ef6d9647fa2b368271dcf53f656ea4fa
按钮隐藏
2 files modified
10 ■■■■ changed files
src/views/userHouse/houseHoldList.vue 6 ●●●● 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">
@@ -162,7 +162,7 @@
          addBtn: true,
          dialogType: 'drawer',
          dialogClickModal: false,
          menuWidth:280,
          menuWidth: 280,
          column: [{
              label: "姓名",
              prop: "name",
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">