src/views/CNAS/resourceDemand/standardMaterialAccept/component/AddRecord.vue
@@ -82,7 +82,7 @@ </el-form-item> </el-col> <el-col :span="24"> <lims-table :tableData="list" :column="spareColumns" height="300"> <lims-table :tableData="list" :column="spareColumns" :height="300"> <template slot="name" slot-scope="{ row, index }"> <el-input v-if="row.isEdit" size="small" v-model="row.name"></el-input> <span v-else>{{ row.name }}</span>