Browse Source

质物监测修改

master
zyc@123456 2 years ago
parent
commit
3fb8f6b1dc
  1. 5
      src/views/zhiwujiance/zhiwujianceInfo.vue
  2. 2
      src/views/zhiwujiance/zhiwujianceList.vue

5
src/views/zhiwujiance/zhiwujianceInfo.vue

@ -18,7 +18,7 @@
</el-col>
<el-col :span="8">
<el-form-item>
<span>{{ infoForm.name }}</span>
<span>{{ infoForm.cangkuname }}</span>
</el-form-item>
</el-col>
<el-col :span="4" class="tleftb">
@ -226,7 +226,8 @@
{ title: '已维修', id: '2' },
{ title: '完好', id: '3' },
],
infoForm: {bianma: '02124623',name: '矿泉水',num: '500',weizhi: '仓库1F3',
infoForm: {cangkuname:'仓库1',huohao:'1025632',ren:'sun',tel:'138330025635',
bianma: '02124623',name: '矿泉水',num: '500',weizhi: '仓库1F3',
manufacturerName: 'KD-22',
manufacturerAs: '2F金陵文脉',
manufacturerCode: '1',

2
src/views/zhiwujiance/zhiwujianceList.vue

@ -55,7 +55,7 @@
@selection-change="handleSelectionChange">
<el-table-column type="selection" align="center" width="50" />
<el-table-column label="序号" fixed type="index" width="80" :index="indexMethod" align="center" />
<el-table-column prop="jc" width="320" label="信息" header-align="center" align="center">
<el-table-column prop="jc" width="320" label="质物信息" header-align="center" align="center">
<template slot-scope="scope">
<div class="newsname" v-for="(item, index) in Datalistb" :key="index">
<div class="tit">仓库名称{{item.name}}</div>

Loading…
Cancel
Save