1
lzhe
2024-05-12 d58f901f9614d6fd3ad2334a2e4592addb77d8fa
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="是否必检">