vue在el-table中加入开关

vue想在el-table中加入el-switch(滑块)

html
<el-table-column
          prop="prohibit"
          :show-overflow-tooltip="true"
          label="禁用"
          width="60"
        >
            <el-switch
              v

你可能感兴趣的:(后台管理系统,前端,vue,elementUI,el-table,滑块,el-switch)