|
@@ -55,11 +55,11 @@
|
|
|
<span> {{ t }} </span>
|
|
|
</template>
|
|
|
</a-table-column>
|
|
|
- <a-table-column title="业务信息" dataIndex="description" :width="100" align="center">
|
|
|
+ <!-- <a-table-column title="业务信息" dataIndex="description" :width="100" align="center">
|
|
|
<template slot-scope="t, r, i">
|
|
|
<span> {{ t }} </span>
|
|
|
</template>
|
|
|
- </a-table-column>
|
|
|
+ </a-table-column> -->
|
|
|
<a-table-column title="委托代办人" dataIndex="owner" :width="100" align="center">
|
|
|
<template slot-scope="t, r, i">
|
|
|
<span> {{ t }} </span>
|
|
@@ -125,9 +125,9 @@
|
|
|
<a-divider type="vertical" />
|
|
|
<a href="javascript:void(0);" @click="history(r)" style="color:gray">审批历史</a>
|
|
|
<a-divider type="vertical" />
|
|
|
- <a-popconfirm title="确定删除吗?" @confirm="() => remove(r)">
|
|
|
+ <!-- <a-popconfirm title="确定删除吗?" @confirm="() => remove(r)">
|
|
|
<a style="color: red;">删除</a>
|
|
|
- </a-popconfirm>
|
|
|
+ </a-popconfirm> -->
|
|
|
</template>
|
|
|
</a-table-column>
|
|
|
</a-table>
|