1,獲取級聯選擇器 cascader的值html
獲取value值:就是v-model綁定的值,element-ui
獲取label值:要先給cascader組件一個ref值,而後經過 this.$refs.組件的ref值.currentLabels 來獲取app
例子:省市區的級聯選擇器ui
參考:http://www.cnblogs.com/shamoyuu/p/element_cascader.htmlthis
2,element-ui 的Dialog被蒙板遮住緣由及解決辦法spa
在 el-dialog
標籤裏添加下面兩行代碼的任意一行:.net
:modal-append-to-body='false'
或
:append-to-body='true'
參考:https://blog.csdn.net/solocoder/article/details/80936549code
3,使用DatePicker 日期選擇器設置格式orm
使用format
指定輸入框的格式;使用value-format
指定綁定值的格式。htm
4,使用el-table的時候,想要獲取表格對應的行的下標,能夠經過scope.$index來獲取。