lzhe
2024-06-14 963a2313f4f8959715293d38f69894078150d508
src/views/console/basic-data/material-warehousing-data/material-infoComp1.vue
@@ -52,7 +52,7 @@
                <el-table-column prop="stuff" label="材质" />
                <el-table-column prop="property" label="物料属性">
                    <template #default="scope">
                        {{ this.options.property.find(v => v.value == scope.row.property).label }}
                        {{ this.options.property.find(v => v.value == scope.row.property)?.label }}
                    </template>
                </el-table-column>
                <el-table-column prop="isMustCheckName" label="是否必检">