licp
2024-09-06 bf48d316c05720a0da527c990c45f17e9e69ed6f
src/components/view/b1-inspect-order-plan.vue
@@ -201,7 +201,7 @@
            width="100px"
          >
          <template slot-scope="scope">
              <el-tag :type="typeList.find(m=>m.value==scope.row.insState).type" size="small">{{ typeList.find(m=>m.value==scope.row.insState).label }}</el-tag>
              <el-tag :type="insStateList.find(m=>m.value==scope.row.insState).type" size="small">{{ insStateList.find(m=>m.value==scope.row.insState).label }}</el-tag>
            </template></el-table-column>
          <el-table-column
            prop="userName"
@@ -502,7 +502,7 @@
        loading:false,
        currentTime: null,
        sonLaboratoryList:[],
        tableData: null,
        tableData: [],
        page:{
          current:1,
          size:20,