From e64d8b88b4c177360874f5d6ea46d67f8495cdfc Mon Sep 17 00:00:00 2001
From: mrzcc <121184950@qq.com>
Date: 星期一, 17 二月 2020 18:40:24 +0800
Subject: [PATCH] 员工select2

---
 WebService/src/main/resources/components/orgPackage/addOrgCommunity/addOrgCommunity.html |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/WebService/src/main/resources/components/orgPackage/addOrgCommunity/addOrgCommunity.html b/WebService/src/main/resources/components/orgPackage/addOrgCommunity/addOrgCommunity.html
index 3a1efc7..7f5432e 100644
--- a/WebService/src/main/resources/components/orgPackage/addOrgCommunity/addOrgCommunity.html
+++ b/WebService/src/main/resources/components/orgPackage/addOrgCommunity/addOrgCommunity.html
@@ -4,7 +4,7 @@
     <div class="modal-dialog modal-lg">
         <div class="modal-content">
             <div class="modal-header">
-                <h3 class="modal-title" id="addOrgCommunityModelLabel">缁戝畾</h3>
+                <h3 class="modal-title" id="addOrgCommunityModelLabel">娣诲姞闅跺睘灏忓尯</h3>
                 <button type="button" class="close" data-dismiss="modal" aria-label="Close">
                     <span aria-hidden="true">&times;</span>
                 </button>
@@ -34,7 +34,7 @@
                                     <thead>
                                     <tr>
                                         <th class="text-center">
-                                            <input type="checkbox"  class="i-checks" name="input[]">
+                                            <input type="checkbox"  class="i-checks " @click="checkAll($event)" id="quan">
                                         </th>
                                         <th class="text-center">灏忓尯ID</th>
                                         <th class="text-center">灏忓尯鍚嶇О</th>
@@ -45,17 +45,20 @@
                                     <tbody>
                                     <tr v-for="community in addOrgCommunityInfo.communitys">
                                         <td class="text-center">
-                                            <input type="checkbox"   class="i-checks" name="input[]">
+                                            <input type="checkbox" class="i-checks checkItem" v-bind:value="community.communityId" v-model="addOrgCommunityInfo.selectCommunitys" >
                                         </td>
                                         <td class="text-center">{{community.communityId}}</td>
-                                        <td class="text-center">{{community.communityName}}</td>
+                                        <td class="text-center">{{community.name}}</td>
                                         <td class="text-center">{{community.address}}</td>
                                     </tr>
                                     </tbody>
                                 </table>
-                                <div class="ibox-content">
+                                <!-- 鍒嗛〉 -->
+                                <vc:create namespace="addOrgCommunity" name="paginationPlus"></vc:create>
+                                <div class="ibox-content" v-if="addOrgCommunityInfo.communitys.length > 0">
+
                                     <button class="btn btn-primary float-right" type="button" v-on:click="addOrgCommunity()"><i
-                                            class="fa fa-check"></i>&nbsp;淇濆瓨
+                                            class="fa fa-check"></i>&nbsp;鎻愪氦
                                     </button>
                                     <button type="button" class="btn btn-warning float-right" style="margin-right:20px;"
                                             data-dismiss="modal">鍙栨秷

--
Gitblit v1.8.0