Commit a4c6f1df authored by liming's avatar liming

feat: 项目成本统计

parent db4c8ee7
<template> <template>
<a-card class="cust-list-cart"> <a-card class="cust-list-cart">
<div> <!-- <div>
<a-form layout="horizontal" class="ant-advanced-search-form"> <a-form layout="horizontal" class="ant-advanced-search-form">
<div> <div>
<a-row> <a-row>
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
</a-row> </a-row>
</div> </div>
</a-form> </a-form>
</div> </div> -->
<div> <div>
<a-table <a-table
size="middle" size="middle"
...@@ -37,10 +37,10 @@ ...@@ -37,10 +37,10 @@
<a-icon type="hdd" />项目工时成本表{{ data.none }} <a-icon type="hdd" />项目工时成本表{{ data.none }}
</span> </span>
<div class="cust-table-operator"> <div class="cust-table-operator">
<a-button-group> <!-- <a-button-group>
<a-button type="primary" @click="search">查询</a-button> <a-button type="primary" @click="search">查询</a-button>
<a-button @click="reset">重置</a-button> <a-button @click="reset">重置</a-button>
</a-button-group> </a-button-group> -->
</div> </div>
</div> </div>
</a-table> </a-table>
...@@ -60,13 +60,7 @@ const columns = [ ...@@ -60,13 +60,7 @@ const columns = [
width: 100, width: 100,
dataIndex: "baseHoursCost", dataIndex: "baseHoursCost",
align: "right", align: "right",
}, }
{
title: "浮动工时成本 ",
width: 100,
dataIndex: "floatHoursCost",
align: "right",
},
]; ];
export default { export default {
...@@ -77,7 +71,7 @@ export default { ...@@ -77,7 +71,7 @@ export default {
query: { query: {
name: "" name: ""
}, },
rowKey: "id", rowKey: "key",
index: -1, index: -1,
loading: false, loading: false,
columns: columns, columns: columns,
......
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