Commit 49b6905f by LJM

Merge branch 'dev/ver/1.0.0' into feature/ljm/寄售召回

parents 8d40427b 7253e81c
...@@ -77,7 +77,7 @@ export default { ...@@ -77,7 +77,7 @@ export default {
goods_name: '', goods_name: '',
type: '', type: '',
status: '', status: '',
create_time: [] create_time: ''
} }
}; };
}, },
......
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="bill_name" label="账单名称" min-width="170" :show-overflow-tooltip="true" align="center"></el-table-column> <el-table-column prop="bill_name" label="账单名称" min-width="170" :show-overflow-tooltip="true" align="center"></el-table-column>
<el-table-column prop="status_text" label="对账状态" width="120" :show-overflow-tooltip="true" align="center"></el-table-column>
<el-table-column prop="total_amount" label="应付总金额" width="120" :show-overflow-tooltip="true" align="center"></el-table-column> <el-table-column prop="total_amount" label="应付总金额" width="120" :show-overflow-tooltip="true" align="center"></el-table-column>
<el-table-column prop="unpaid_amount" label="未付总金额" width="120" :show-overflow-tooltip="true" align="center"></el-table-column> <el-table-column prop="unpaid_amount" label="未付总金额" width="120" :show-overflow-tooltip="true" align="center"></el-table-column>
<el-table-column prop="paid_amount" label="已付总金额" width="120" :show-overflow-tooltip="true" align="center"></el-table-column> <el-table-column prop="paid_amount" label="已付总金额" width="120" :show-overflow-tooltip="true" align="center"></el-table-column>
......
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 sign in to comment