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