|
@@ -35,9 +35,9 @@ const addClickHandle = () => {
|
|
|
<template>
|
|
|
<div class="tableBox tableLineBox">
|
|
|
<h4 class="td_title"><i class="icon"></i>合同里程碑</h4>
|
|
|
- <div class="add_box">
|
|
|
+ <!-- <div class="add_box">
|
|
|
<el-button type="primary" @click="addClickHandle">新增</el-button>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<table>
|
|
|
<thead>
|
|
|
<tr>
|
|
@@ -48,7 +48,7 @@ const addClickHandle = () => {
|
|
|
<th>已回款金额(元)</th>
|
|
|
<th>预计到款时间</th>
|
|
|
<th>说明</th>
|
|
|
- <th>操作</th>
|
|
|
+ <!-- <th>操作</th> -->
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
@@ -60,10 +60,10 @@ const addClickHandle = () => {
|
|
|
<td>{{ item['actualReturnAmount'] }}</td>
|
|
|
<td>{{ item['planReturnTime'] }}</td>
|
|
|
<td>{{ item['description'] }}</td>
|
|
|
- <td style="width: 120px">
|
|
|
+ <!-- <td style="width: 120px">
|
|
|
<el-button type="primary" size="small">编辑</el-button>
|
|
|
<el-button type="danger" size="small">删除</el-button>
|
|
|
- </td>
|
|
|
+ </td> -->
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|