web/src/views/modules/configItemWarehouse/ConfigItemWarehouse-AddOrUpdate.vue
@@ -51,7 +51,7 @@ <span v-else>{{row.itemName}}</span> </template> </el-table-column> <el-table-column prop="itemDentify" align="center" min-width="290" label="配置项标识"> <el-table-column prop="itemIdentify" align="center" min-width="290" label="配置项标识"> <template v-slot="{ row }"> <el-input v-if="showAddAndEdit" v-model="row.itemIdentify" placeholder="配置项标识"></el-input> <span v-else>{{row.itemIdentify}}</span>