mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 21:06:44 +08:00
feat:注释二维码
This commit is contained in:
@@ -10,11 +10,12 @@
|
||||
<div class="fort">创建时间:{{ cretime }}</div>
|
||||
</div>
|
||||
<div class="right">
|
||||
<img
|
||||
<!-- 2022-12-10注释 后面放开 -->
|
||||
<!-- <img
|
||||
class="img1"
|
||||
src="../../assets/images/leveladd/ma.png"
|
||||
@click="showCodeModel2()"
|
||||
/>
|
||||
/> -->
|
||||
<div v-if="action == 1 || action == 0" class="line"></div>
|
||||
<img
|
||||
v-if="action == 1 || action == 0"
|
||||
@@ -490,6 +491,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="operations">
|
||||
<!-- 2022-12-2注释 后面放开 -->
|
||||
<!-- <div
|
||||
class="operation"
|
||||
style="cursor: pointer"
|
||||
@@ -513,13 +515,14 @@
|
||||
>
|
||||
考勤
|
||||
</div> -->
|
||||
<div
|
||||
<!-- 2022-12-10注释 后面放开 -->
|
||||
<!-- <div
|
||||
class="operation"
|
||||
style="cursor: pointer"
|
||||
@click="showCodeModel(item)"
|
||||
>
|
||||
二维码
|
||||
</div>
|
||||
</div> -->
|
||||
<!-- <div
|
||||
class="operation"
|
||||
style="cursor: pointer; margin-right: 35px"
|
||||
|
||||
Reference in New Issue
Block a user