Commit a4c6f1df authored by liming's avatar liming

feat: 项目成本统计

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