north-glass-erp/northglass-erp/src/views/pp/workOrder/AddWorkOrder.vue
@@ -130,11 +130,11 @@ > <!-- @toolbar-button-click="toolbarButtonClickEvent"--> <!-- 下拉显示所有信息插槽--> <template #content="{ row}"> <template #content="{ row }"> <ul class="expand-wrapper"> <li v-for="(item,key,index) in row"> <span style="font-weight: bold">{{key+': '}}</span> <span>{{ item }}</span> <li v-for="(item,index) in gridOptions.columns" v-show="item.field!=undefined "> <span style="font-weight: bold">{{item.title+': '}}</span> <span>{{ row[item.field] }}</span> </li> </ul> </template>