页面优化
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
<el-table-column label="序列号" align="center" prop="id" />
|
||||
<el-table-column label="作物名" align="center" prop="resourceType" >
|
||||
<template slot-scope="scope">
|
||||
<span> {{cropList.find(t=>t.id == scope.row.cropId ).name}} </span>
|
||||
<span v-if="scope.row.cropId"> {{cropList.find(t=>t.id == scope.row.cropId ).name}} </span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="出入库" align="center" prop="type" />
|
||||
|
||||
Reference in New Issue
Block a user