|
@@ -91,11 +91,11 @@
|
|
|
<span> {{ t }} </span>
|
|
|
</template>
|
|
|
</a-table-column>
|
|
|
- <a-table-column title="业务信息" dataIndex="description" :width="150" align="center">
|
|
|
+ <!-- <a-table-column title="业务信息" dataIndex="description" :width="150" align="center">
|
|
|
<template slot-scope="t">
|
|
|
<span> {{ t }} </span>
|
|
|
</template>
|
|
|
- </a-table-column>
|
|
|
+ </a-table-column> -->
|
|
|
<a-table-column title="当前审批环节" dataIndex="currTaskName" :width="150" align="center">
|
|
|
<template slot-scope="t">
|
|
|
<span> {{ t }} </span>
|