pm 10 kuukautta sitten
vanhempi
sitoutus
0a6e842503
2 muutettua tiedostoa jossa 34 lisäystä ja 35 poistoa
  1. BIN
      src/assets/images/lockImg.png
  2. 34 35
      src/views/mes/job/jobm/NewMarsJob.vue

BIN
src/assets/images/lockImg.png


+ 34 - 35
src/views/mes/job/jobm/NewMarsJob.vue

@@ -340,6 +340,40 @@
         </el-row>
 
         <el-row style="display: flex; justify-content: space-between">
+          <el-col :span="7">
+            <h3>选中人员列表</h3>
+            <el-table :data="AllUserTable" stripe height="400">
+              <!--              <el-table-column type="selection" width="55" align="center"/>-->
+              <!--            <el-table-column prop="userId" label="外部人员Id">-->
+              <!--            </el-table-column>-->
+              <el-table-column prop="userName" label="姓名">
+                <template slot-scope="scope">
+                  <span style="color: #2a87ff">{{ scope.row.userName }}</span>
+                </template>
+              </el-table-column>
+              <el-table-column prop="userType" label="来源">
+                <template slot-scope="scope">
+                  <span style="color: #2a87ff">{{
+                      scope.row.userType == '0' ? '内部' : '外部'
+                    }}</span>
+                </template>
+              </el-table-column>
+<!--              <el-table-column label="操作" width="80">-->
+<!--                <template slot-scope="scope">-->
+<!--                  <el-button-->
+<!--                    v-no-more-click-->
+<!--                    @click.native.prevent="-->
+<!--                      deleteRow(scope.$index, AllUserTable)-->
+<!--                    "-->
+<!--                    type="text"-->
+<!--                    size="small"-->
+<!--                  >-->
+<!--                    移除-->
+<!--                  </el-button>-->
+<!--                </template>-->
+<!--              </el-table-column>-->
+            </el-table>
+          </el-col>
           <!--         内部共锁人-->
           <el-col :span="7">
             <h3>内部共锁人列表</h3>
@@ -410,41 +444,6 @@
               </el-table-column>
             </el-table>
           </el-col>
-
-          <el-col :span="7">
-            <h3>选中人员列表</h3>
-            <el-table :data="AllUserTable" stripe height="400">
-              <!--              <el-table-column type="selection" width="55" align="center"/>-->
-              <!--            <el-table-column prop="userId" label="外部人员Id">-->
-              <!--            </el-table-column>-->
-              <el-table-column prop="userName" label="姓名">
-                <template slot-scope="scope">
-                  <span style="color: #2a87ff">{{ scope.row.userName }}</span>
-                </template>
-              </el-table-column>
-              <el-table-column prop="userType" label="来源">
-                <template slot-scope="scope">
-                  <span style="color: #2a87ff">{{
-                      scope.row.userType == '0' ? '内部' : '外部'
-                    }}</span>
-                </template>
-              </el-table-column>
-<!--              <el-table-column label="操作" width="80">-->
-<!--                <template slot-scope="scope">-->
-<!--                  <el-button-->
-<!--                    v-no-more-click-->
-<!--                    @click.native.prevent="-->
-<!--                      deleteRow(scope.$index, AllUserTable)-->
-<!--                    "-->
-<!--                    type="text"-->
-<!--                    size="small"-->
-<!--                  >-->
-<!--                    移除-->
-<!--                  </el-button>-->
-<!--                </template>-->
-<!--              </el-table-column>-->
-            </el-table>
-          </el-col>
         </el-row>
       </el-form>
       <div slot="footer" class="dialog-footer">