自定義狀態列的顯示效果

2021-10-09 06:13:34 字數 1937 閱讀 3071

使用作用域插槽獲取當前行資料

<

!--使用者列表區域--

>

<

!--stripe隔行變色,border加**豎線--

>

"userlist" stripe border>

<

!--加索引頁--

>

"index" label=

"#">

<

/el-table-column>

"姓名" prop=

"username"

>

<

/el-table-column>

"郵箱" prop=

"email"

>

<

/el-table-column>

"**" prop=

"mobile"

>

<

/el-table-column>

"角色" prop=

"role_name"

>

<

/el-table-column>

"狀態" prop=

"mg_state"

>

<

!--作用域插槽,拿到這一行的資料--

>

"scope"

>

}<

/template>

<

/el-table-column>

"操作"

>

<

/el-table-column>

<

/el-table>

結果:

!--使用者列表區域--

>

<

!--stripe隔行變色,border加**豎線--

>

"userlist" stripe border>

<

!--加索引頁--

>

"index" label=

"#">

<

/el-table-column>

"姓名" prop=

"username"

>

<

/el-table-column>

"郵箱" prop=

"email"

>

<

/el-table-column>

"**" prop=

"mobile"

>

<

/el-table-column>

"角色" prop=

"role_name"

>

<

/el-table-column>

"狀態"

>

<

!--作用域插槽,拿到這一行的資料--

>

"scope"

>

<

!--狀態開關--

>

switch

v-model=

"scope.row.mg_state"

>

<

/el-

switch

>

<

/template>

<

/el-table-column>

"操作"

自定義狀態列UIStatusBar

類似微博傳送資訊時,在狀態列提示訊息的效果。主要實現思想是繼承uiwindow,然後設定windowlevel的級別高於uistatusbar。最後把自定義的statusbar放置在原來的statusbar指定的位置上。import inte ce sendvoicetipsview uiwindo...

自定義iOS的狀態列

如上圖,通過在狀態列顯示自定義資訊,可以給使用者友好又不影響軟體使用的提示。為此,我們顯得定義乙個自定義狀態列類,包含乙個顯示資訊的label inte ce customstatusbar uiwindow void showstatusmessage nsstring message void ...

自定義狀態列notification布局

布局定義custom notification.xml 布居中引用的樣式檔案styles.xml package cn.itcast.tabhost import android.content.intent import android.graphics.color import android....