建设校园网站的意义,网站流量数据,网站内容不被收录,烟台网站排名出现问题的代码:
0表示启用#xff0c;1表示禁用#xff0c;发现页面根本没有效果#xff0c;百思不得其解#xff0c;查阅资料#xff0c;恍然大悟。 el-table :datauserList stripe border stylewidth: 100% height5001表示禁用发现页面根本没有效果百思不得其解查阅资料恍然大悟。 el-table :datauserList stripe border stylewidth: 100% height500el-table-column propstatus label用户状态 width120template #defaultscopeel-switch v-modelscope.row.status style--el-switch-on-color: #13ce66; --el-switch-off-color: #ff4949active-value0 inactive-value1 //template/el-table-column/el-table
解决 active-value没加冒号值是字符串所以一直匹配不上数字需要在属性前面添加号才能读取到数字。 :active-value0 :inactive-value1