Explorar el Código

待办事项-外部费用审核-表格头部增加已选条数

@dongkboy hace 1 semana
padre
commit
fc3397008c
Se han modificado 1 ficheros con 5 adiciones y 2 borrados
  1. 5 2
      src/views/representative/externalCostApproval.vue

+ 5 - 2
src/views/representative/externalCostApproval.vue

@@ -25,13 +25,16 @@
               </el-dropdown-menu>
             </template>
           </el-dropdown>
+          <span class="col-108 ">
+            已选: <span class="text-red">{{ sysUpAndDownList.length }}</span> 条
+          </span>
         </template>
         <template v-slot:operation="scope">
           <el-button v-if="scope.operationData.auditStatus == '0'" type="primary" link
             @click="agreemenUpdate(scope.operationData.id)"> 审核
           </el-button>
-          <el-button v-if="scope.operationData.auditStatus == '2'  || scope.operationData.auditStatus == '1'" type="primary" link
-            @click="agreemenUpdate(scope.operationData.id)"> 详情
+          <el-button v-if="scope.operationData.auditStatus == '2' || scope.operationData.auditStatus == '1'"
+            type="primary" link @click="agreemenUpdate(scope.operationData.id)"> 详情
           </el-button>
         </template>
       </ComplexTable>