当前位置:网站首页>el-switch 赋值后状态不变化
el-switch 赋值后状态不变化
2022-07-03 14:55:00 【---清心寡欲---】
现象:
scope.row.value 返回的数据是0和1,但是绑定value开关不显示
原始代码:
<template slot-scope="scope">
<el-switch
v-model="scope.row.value"
active-value="1"
inactive-value="0"
active-color="#13ce66"
inactive-color="#D3D3D3"
active-text="开启"
disabled >
</el-switch>
解决方法:
active-value="1"
inactive-value="0"
修改为
:active-value="1"
:inactive-value="0"
边栏推荐
- Class part2
- Global and Chinese market of lighting control components 2022-2028: Research Report on technology, participants, trends, market size and share
- Container of symfony
- Global and Chinese markets for ionization equipment 2022-2028: Research Report on technology, participants, trends, market size and share
- Introduction to opengl4.0 tutorial computing shaders
- C language fcntl function
- Zzuli:1048 factorial table
- 2022/02/14
- Use of form text box (I) select text
- 从书本《皮囊》摘录的几个句子
猜你喜欢
Yolov5 series (I) -- network visualization tool netron
On MEM series functions of C language
【Transform】【NLP】首次提出Transformer,Google Brain团队2017年论文《Attention is all you need》
[graphics] efficient target deformation animation based on OpenGL es 3.0
Qt development - scrolling digital selector commonly used in embedded system
Tencent internship interview sorting
Influxdb2 sources add data sources
5-1 blocking / non blocking, synchronous / asynchronous
4-29——4.32
[wechat applet] wxss template style
随机推荐
Amazon, express, lazada, shopee, eBay, wish, Wal Mart, Alibaba international, meikeduo and other cross-border e-commerce platforms evaluate how Ziyang account can seize traffic by using products in th
Zzuli:1046 product of odd numbers
The latest M1 dedicated Au update Adobe audit CC 2021 Chinese direct installation version has solved the problems of M1 installation without flash back!
Write a 2-minute countdown.
Zzuli:1053 sine function
QT program font becomes larger on computers with different resolutions, overflowing controls
. Net six design principles personal vernacular understanding, please correct if there is any error
Devaxpress: range selection control rangecontrol uses
Pytoch deep learning and target detection practice notes
Neon global and Chinese markets 2022-2028: Research Report on technology, participants, trends, market size and share
1017 a divided by B (20 points)
TPS61170QDRVRQ1
ASTC texture compression (adaptive scalable texture compression)
Web server code parsing - thread pool
Chapter 14 class part 1
Global and Chinese markets for transparent OLED displays 2022-2028: Research Report on technology, participants, trends, market size and share
To improve efficiency or increase costs, how should developers understand pair programming?
Use of form text box (I) select text
Zzuli:1055 rabbit reproduction
Yolov5 advanced nine target tracking example 1