45e192de by 张威

退订

1 parent 3283e5ce
...@@ -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">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!