mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-05 10:30:12 +08:00
修改
This commit is contained in:
@@ -8,9 +8,11 @@
|
||||
stripe
|
||||
ref="firmwareList"
|
||||
@row-click="singleElection">
|
||||
<el-table-column width="65">
|
||||
<el-table-column width="80" label="选择">
|
||||
<template slot-scope="scope">
|
||||
<el-radio class="radio" v-model="templateSelection" > </el-radio>
|
||||
<el-radio class="radio" v-model="templateSelection" :label="scope.$index+1">
|
||||
<p v-html> </p>
|
||||
</el-radio>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="name" label="固件名称"></el-table-column>
|
||||
@@ -56,7 +58,7 @@ export default {
|
||||
updateFirmware(data).then((response) => {
|
||||
console.log("updateFirmware结果:", response);
|
||||
if(response.code === 200) {
|
||||
this.$modal.msgError('操作成功')
|
||||
this.$modal.msgSuccess('升级成功')
|
||||
this.dialogTableVisible = false
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user