Commit 7ce40ca2 authored by 耿迪迪's avatar 耿迪迪

交易项目维护单位

parent 52a645b4
......@@ -96,6 +96,12 @@
<span v-else>-</span>
</template>
</el-table-column>
<el-table-column label="单位" align="center" prop="unit">
<template slot-scope="scope">
<span v-if="scope.row.price">{{scope.row.unit}}</span>
<span v-else>-</span>
</template>
</el-table-column>
<el-table-column label="部门" align="center" prop="deptName"/>
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<template slot-scope="scope">
......
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