|
@@ -34,16 +34,7 @@
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
- <div v-show="recordList.length>0" class="fyy-bindfyy-btn">
|
|
|
|
- <form class="mui-input-group">
|
|
|
|
- <div class="mui-input-row mui-checkbox mui-left">
|
|
|
|
- <label>全选</label>
|
|
|
|
- <input v-model="allSelect" value="1" type="checkbox" @click="selectAll" :checked="recordList.length==selectIdList.length">
|
|
|
|
- </div>
|
|
|
|
- </form>
|
|
|
|
- <button type="button" class="mui-btn mui-btn-danger" @click="openFrom('2')">拒绝</button>
|
|
|
|
- <button type="button" class="mui-btn mui-btn-success" @click="openFrom('1')">同意</button>
|
|
|
|
- </div>
|
|
|
|
|
|
+ <!---->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
@@ -69,6 +60,17 @@
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+
|
|
|
|
+ <div v-show="recordList.length>0 && listForm.status==0" class="fyy-bindfyy-btn">
|
|
|
|
+ <form class="mui-input-group">
|
|
|
|
+ <div class="mui-input-row mui-checkbox mui-left">
|
|
|
|
+ <label>全选</label>
|
|
|
|
+ <input v-model="allSelect" value="1" type="checkbox" @click="selectAll" :checked="recordList.length==selectIdList.length">
|
|
|
|
+ </div>
|
|
|
|
+ </form>
|
|
|
|
+ <button type="button" class="mui-btn mui-btn-danger" @click="openFrom('2')">拒绝</button>
|
|
|
|
+ <button type="button" class="mui-btn mui-btn-success" @click="openFrom('1')">同意</button>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -254,4 +256,11 @@
|
|
color: #05c8af !important;
|
|
color: #05c8af !important;
|
|
border: 1px solid #05c8af !important;
|
|
border: 1px solid #05c8af !important;
|
|
}
|
|
}
|
|
|
|
+ /*.vongi-wordcard-sp .mui-fullscreen{
|
|
|
|
+ bottom: 50px;
|
|
|
|
+ }*/
|
|
|
|
+
|
|
|
|
+ .fyy-bindfyy-btn button{
|
|
|
|
+ width:30%;
|
|
|
|
+ }
|
|
</style>
|
|
</style>
|