Commit 92aa0cce authored by wdy's avatar wdy

设备领用处理表单数据字典

parent 3daa5d5c
...@@ -353,7 +353,7 @@ ...@@ -353,7 +353,7 @@
</el-table-column> </el-table-column>
<el-table-column label="pzl" prop="pzl"> <el-table-column label="pzl" prop="pzl">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.pzl || '-' }} {{ scope.row.pzl || '-' }};
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="phd" prop="phd"> <el-table-column label="phd" prop="phd">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment