From 234e8f7af3e93f78e5384b64e26c2f23c659bfcc Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期五, 01 九月 2023 09:12:44 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.110.209:9001/r/lims-before --- src/views/experiment/inspectionApplication/Viewdetails/index.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/experiment/inspectionApplication/Viewdetails/index.vue b/src/views/experiment/inspectionApplication/Viewdetails/index.vue index a1d8f27..4799074 100644 --- a/src/views/experiment/inspectionApplication/Viewdetails/index.vue +++ b/src/views/experiment/inspectionApplication/Viewdetails/index.vue @@ -86,20 +86,20 @@ </el-table-column> <el-table-column prop="required" label="鍐呮帶鍊�"> </el-table-column> - <el-table-column prop="userName" label="璐d换浜�" width="220px"> + <el-table-column prop="userId" label="璐d换浜�" width="220px"> <template slot-scope="scope"> - <el-select v-model="scope.row.username" slot="append" + <el-select v-model="scope.row.userId" slot="append" @change="(val)=>chooseUseProId(val, scope.row)"> <el-option v-for="(item,indxe) in ZERENren" :key="indxe" :label="item.name" :value="item.id"></el-option> </el-select> </template> </el-table-column> - <el-table-column prop="inspectionMaterialId" label="瀹為獙璁惧" width="220px"> + <el-table-column prop="instrumentId" label="瀹為獙璁惧" width="300px"> <template slot-scope="scope"> - <el-cascader v-model="scope.row.instrumentName" :options="devices" + <el-cascader v-model="scope.row.instrumentId" :options="devices" :props="{label: 'Name',value: 'Id',children: 'childrenList'}" - @change="(val)=>chooseEquipment(val, scope.row)"></el-cascader> + @change="(val)=>chooseEquipment(val, scope.row)" style="width: 100%;"></el-cascader> </template> </el-table-column> </el-table> -- Gitblit v1.9.3