value
2023-08-31 a750f21d3be0da35b3a1ef47905b4bbbeac117e8
src/views/experiment/inspectionApplication/index.vue
@@ -56,11 +56,11 @@
                     :data="inspectionTable">
                     <el-table-column type="selection" min-width="30px" />
                     <el-table-column prop="icode" label="申请单号" min-width="150px" />
                     <el-table-column prop="type" label="检验类型" min-width="80px">
                     <el-table-column prop="type" label="检验类型" min-width="100px">
                        <template slot-scope="scope">
                           <div v-if="scope.row.type === 0"><span>原材料检验</span></div>
                           <div v-if="scope.row.type === 1"><span>委托检验</span></div>
                           <div v-if="scope.row.type === 2"><span>成品检验</span></div>
                           <div v-if="scope.row.type === 0"><el-tag type="success">原材料检验</el-tag></div>
                           <div v-if="scope.row.type === 2"><el-tag>委托检验</el-tag></div>
                           <div v-if="scope.row.type === 1"><el-tag type="warning">成品检验</el-tag></div>
                        </template>
                     </el-table-column>
                     <el-table-column prop="formTime" label="来料日期" min-width="90px" />