浏览代码

调整位置

wolyshaw 4 年之前
父节点
当前提交
2fe961bdfb

+ 2 - 2
src/views/resetTeaming/components/resetPayList.vue

@@ -84,10 +84,10 @@
             </div>
           </template>
         </el-table-column> -->
-        <el-table-column align="center"
+        <!-- <el-table-column align="center"
                          prop="operatorName"
                          label="责任人">
-        </el-table-column>
+        </el-table-column> -->
         <el-table-column align="center"
                          prop="memo"
                          width="200px"

+ 2 - 2
src/views/resetTeaming/components/resetPayListSchool.vue

@@ -84,10 +84,10 @@
             </div>
           </template>
         </el-table-column> -->
-        <el-table-column align="center"
+        <!-- <el-table-column align="center"
                          prop="operatorName"
                          label="责任人">
-        </el-table-column>
+        </el-table-column> -->
         <el-table-column align="center"
                          prop="memo"
                          width="200px"

+ 7 - 7
src/views/resetTeaming/modals/pay-items.vue

@@ -14,6 +14,13 @@
           </div>
         </template>
       </el-table-column>
+      <el-table-column align="center" prop="status" label="缴费状态">
+        <template slot-scope="scope">
+          <div>
+            {{ scope.row.status | payTypeStatus }}
+          </div>
+        </template>
+      </el-table-column>
       <el-table-column
         align="center"
         prop="expectNum"
@@ -44,13 +51,6 @@
           </div>
         </template>
       </el-table-column>
-      <el-table-column align="center" prop="status" label="缴费状态">
-        <template slot-scope="scope">
-          <div>
-            {{ scope.row.status | payTypeStatus }}
-          </div>
-        </template>
-      </el-table-column>
       <el-table-column align="center" prop="memo" label="备注"></el-table-column>
       <el-table-column label="操作" fixed="right" min-width="260px">
         <template slot-scope="scope">