|
@@ -30,17 +30,17 @@
|
|
|
更多操作 <a-icon type="down"/>
|
|
|
</a>
|
|
|
<a-menu slot="overlay">
|
|
|
- <a-menu-item>
|
|
|
+ <a-menu-item v-has="'viewClockUserInfo:fuxin'">
|
|
|
<a-popconfirm title="确定对所选记录付薪吗?" @confirm="() => handleInfo('1')">
|
|
|
<a>付薪</a>
|
|
|
</a-popconfirm>
|
|
|
</a-menu-item>
|
|
|
- <a-menu-item>
|
|
|
+ <a-menu-item v-has="'viewClockUserInfo:tiaoxiu'">
|
|
|
<a-popconfirm title="确定对所选记录累计调休吗?" @confirm="() => handleInfo('2')">
|
|
|
<a>累计调休</a>
|
|
|
</a-popconfirm>
|
|
|
</a-menu-item>
|
|
|
- <a-menu-item>
|
|
|
+ <a-menu-item v-has="'viewClockUserInfo:hulue'">
|
|
|
<a-popconfirm title="确定对所选记录忽略吗?" @confirm="() => handleInfo('3')">
|
|
|
<a>忽略</a>
|
|
|
</a-popconfirm>
|
|
@@ -114,17 +114,17 @@
|
|
|
更多 <a-icon type="down"/>
|
|
|
</a>
|
|
|
<a-menu slot="overlay">
|
|
|
- <a-menu-item>
|
|
|
+ <a-menu-item v-has="'viewClockUserInfo:fuxin'">
|
|
|
<a-popconfirm title="确定付薪吗?" @confirm="() => fuXinInfo('2','1',record)">
|
|
|
<a>付薪</a>
|
|
|
</a-popconfirm>
|
|
|
</a-menu-item>
|
|
|
- <a-menu-item>
|
|
|
+ <a-menu-item v-has="'viewClockUserInfo:tiaoxiu'">
|
|
|
<a-popconfirm title="确定累计调休吗?" @confirm="() => fuXinInfo('2','2',record)">
|
|
|
<a>累计调休</a>
|
|
|
</a-popconfirm>
|
|
|
</a-menu-item>
|
|
|
- <a-menu-item>
|
|
|
+ <a-menu-item v-has="'viewClockUserInfo:hulue'">
|
|
|
<a-popconfirm title="确定忽略吗?" @confirm="() => fuXinInfo('2','3',record)">
|
|
|
<a>忽略</a>
|
|
|
</a-popconfirm>
|
|
@@ -155,17 +155,17 @@
|
|
|
更多 <a-icon type="down"/>
|
|
|
</a>
|
|
|
<a-menu slot="overlay">
|
|
|
- <a-menu-item>
|
|
|
+ <a-menu-item v-has="'viewClockUserInfo:fuxin'">
|
|
|
<a-popconfirm title="确定付薪吗?" @confirm="() => fuXinInfo('1','1',record)">
|
|
|
<a>付薪</a>
|
|
|
</a-popconfirm>
|
|
|
</a-menu-item>
|
|
|
- <a-menu-item>
|
|
|
+ <a-menu-item v-has="'viewClockUserInfo:tiaoxiu'">
|
|
|
<a-popconfirm title="确定累计调休吗?" @confirm="() => fuXinInfo('1','2',record)">
|
|
|
<a>累计调休</a>
|
|
|
</a-popconfirm>
|
|
|
</a-menu-item>
|
|
|
- <a-menu-item>
|
|
|
+ <a-menu-item v-has="'viewClockUserInfo:hulue'">
|
|
|
<a-popconfirm title="确定忽略吗?" @confirm="() => fuXinInfo('1','3',record)">
|
|
|
<a>忽略</a>
|
|
|
</a-popconfirm>
|