李林
2024-03-14 5e130ba040fe5e266435b76940caa7a42d5188e8
src/components/view/b1-inspect-order-plan.vue
@@ -96,7 +96,7 @@
          <el-col :span="4">
            <div class="center-title">
              <span>总计任务数量:</span>
              <span v-text="planTotal"></span>
              <span v-if="$refs.insOrderPlan != undefined">{{$refs.insOrderPlan.total}}</span>
            </div>
          </el-col>
        </el-row>
@@ -191,6 +191,7 @@
  created(){
    this.getTypeDicts()
    this.getInsStateDicts()
    this.refreshTable()
  },
  methods:{
    upUser(){