管理后台系统管理-版本管理修改更新选中当前版本接口
This commit is contained in:
@@ -49,7 +49,13 @@
|
||||
:active-value="1"
|
||||
:inactive-value="0"
|
||||
></el-switch>
|
||||
<el-button @click="changeSel(scope.row)" v-else type="primary" size="mini">设置为当前版本</el-button>
|
||||
<el-switch
|
||||
v-else
|
||||
@change="changeSel(scope.row)"
|
||||
v-model="scope.row.sel"
|
||||
:active-value="1"
|
||||
:inactive-value="0"
|
||||
></el-switch>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="是否强制更新" prop="createdAt">
|
||||
|
||||
Reference in New Issue
Block a user