Commit 67a15ef9 authored by lizhichao's avatar lizhichao

列表添加申请时间显示

parent 06c73b9c
...@@ -15,13 +15,14 @@ ...@@ -15,13 +15,14 @@
:formatter="getTradeStatus" :formatter="getTradeStatus"
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
/> />
<el-table-column label="申请人" align="center" prop="applyName" />
<el-table-column <el-table-column
label="卖方" label="卖方"
align="center" align="center"
prop="applyDeptName" prop="applyDeptName"
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
/> />
<el-table-column label="申请人" align="center" prop="applyName" />
<el-table-column label="申请时间" align="center" prop="createTime" width="150px"/>
<el-table-column label="申报总价" align="center" prop="tradeTotal" /> <el-table-column label="申报总价" align="center" prop="tradeTotal" />
<el-table-column <el-table-column
label="买方" label="买方"
......
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