|  |  |  | 
|---|
|  |  |  | <el-option label="3年后" value="4"></el-option> | 
|---|
|  |  |  | <el-option label="4年后" value="5"></el-option> | 
|---|
|  |  |  | <el-option label="5年后" value="6"></el-option> | 
|---|
|  |  |  | </el-select> | 
|---|
|  |  |  | </el-select> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="2" style="margin-left: 10px;display: flex;align-items: center;height: 40px"> | 
|---|
|  |  |  | <el-tooltip class="item" effect="dark" content="设置为“1年后”,表示在今年获得的用户积分将在明年的12月31号23:59:59失效,以此类推" placement="top"> | 
|---|
|  |  |  | 
|---|
|  |  |  | </el-tab-pane> | 
|---|
|  |  |  | </el-tabs> | 
|---|
|  |  |  | </el-row> | 
|---|
|  |  |  | <el-row style="margin-left: 550px"> | 
|---|
|  |  |  | <el-row justify="center" type="flex"> | 
|---|
|  |  |  | <el-button type="primary" @click="submit()">保存</el-button> | 
|---|
|  |  |  | </el-row> | 
|---|
|  |  |  | </el-form> | 
|---|