Commit 797d4e6f authored by zhengke's avatar zhengke

修复bug

parent 7448cfc1
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
</div> </div>
</th> </th>
<th class="text-light" style="min-width: 150px; width: 150px"> <th class="text-light" style="min-width: 150px; width: 150px">
<div class="row items-center just-center pointer" @click.stop="currentMenu==-1?clickSort():''"> <div class="row items-center just-center pointer" @click.stop="currentMenu!=-1?clickSort():''">
<span> <span>
<template v-if="currentMenu==0">最近修改</template> <template v-if="currentMenu==0">最近修改</template>
<template v-if="currentMenu==1">收藏时间</template> <template v-if="currentMenu==1">收藏时间</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment