linwe
2023-12-18 62e8aa86799fb753e51dbc2be8f54a02d486ae2d
src/views/article/publicSignUp.vue
@@ -115,7 +115,7 @@
              }
            }, {
              labelWidth: 100,
              label: '开启投票',
              label: '开启',
              prop: 'openFlag',
              type: 'radio',
              button: true,
@@ -131,48 +131,18 @@
            },
            {
              labelWidth: 100,
              label: '人数限制',
              prop: 'numberRestrictions',
              type: 'number',
              button: true,
              row: true,
              min: 0,
              max: 99999999,
              controlsPosition: '',
              step: 10,
              offset: 6,
            }, {
              labelWidth: 100,
              label: '投票限制',
              prop: 'voteRestrictions',
              label: '开启投票',
              prop: 'openFlag',
              type: 'radio',
              button: true,
              row: true,
              offset: 6,
              dicData: [{
                label: '一人一票',
                label: '开启',
                value: 0
              }, {
                label: '一户一票',
                label: '不开启',
                value: 1
              }]
            }, {
              labelWidth: 100,
              label: '用户限制',
              prop: 'userRestrictions',
              type: 'radio',
              button: true,
              row: true,
              offset: 6,
              dicData: [{
                label: '不限制',
                value: 0
              }, {
                label: '必须绑定手机',
                value: 1
              }, {
                label: '必须绑定房屋',
                value: 2
              }]
            },
            {
@@ -291,7 +261,7 @@
      },
      openUser(row) {
        this.dialogVisiblesUser = true
        this.getUser(this.pageUser,params = {})
        this.getUser(this.pageUser, params = {})
      },
      openDilog(row, type) {
        this.dialogVisibles = true
@@ -438,4 +408,4 @@
  .el-pagination {
    margin-top: 20px;
  }
</style>
</style>