|
|
@ -47,7 +47,7 @@ |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
<span slot="action" slot-scope="text, item"> |
|
|
|
<span slot="action" slot-scope="text, item"> |
|
|
|
<a style="margin-right: 8px" @click="handleEdit(item)">详情</a> |
|
|
|
<a style="margin-right: 8px" @click="handleEdit(item)">详情</a> |
|
|
|
<a @click="onClickRecord(item)" v-if="item.standard_status==10">审单</a> |
|
|
|
<a @click="onClickRecord(item)" v-if="item.standard_status==30">审单</a> |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</a-table> |
|
|
|
</a-table> |
|
|
|
</a-spin> |
|
|
|
</a-spin> |
|
|
|