退订
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -165,7 +165,7 @@ | ... | @@ -165,7 +165,7 @@ |
| 165 | </div> | 165 | </div> |
| 166 | </el-dialog> | 166 | </el-dialog> |
| 167 | <el-dialog v-model="show2" :title="language == 0 ? '退订' : 'Unsubscribe'" width="600px"> | 167 | <el-dialog v-model="show2" :title="language == 0 ? '退订' : 'Unsubscribe'" width="600px"> |
| 168 | <el-form | 168 | <el-form label-position="top" |
| 169 | ref="infoRef" :model="unsubscribeForm" style="background: #fff;padding: 40px" :rules="unsubscribeRules" label-width="auto" label-suffix=":" | 169 | ref="infoRef" :model="unsubscribeForm" style="background: #fff;padding: 40px" :rules="unsubscribeRules" label-width="auto" label-suffix=":" |
| 170 | > | 170 | > |
| 171 | <el-form-item :label="language == 0 ? '队伍名称' : 'NOC'" prop="noc"> | 171 | <el-form-item :label="language == 0 ? '队伍名称' : 'NOC'" prop="noc"> | ... | ... |
-
Please register or sign in to post a comment