This commit is contained in:
@@ -52,13 +52,13 @@
|
||||
</div>
|
||||
</Auth>
|
||||
</div>
|
||||
<span slot="visType" slot-scope="text, record">
|
||||
<span slot="visType" slot-scope="text">
|
||||
{{ visTypeFilter(text) }}
|
||||
</span>
|
||||
<span slot="success" slot-scope="text, record">
|
||||
<span slot="success" slot-scope="text">
|
||||
{{ successFilter(text) }}
|
||||
</span>
|
||||
<span slot="action" slot-scope="text, record">
|
||||
<span slot="action" slot-scope="text">
|
||||
<yo-table-actions>
|
||||
<a @click="onOpen('details-Form', record)">详情</a>
|
||||
</yo-table-actions>
|
||||
|
||||
Reference in New Issue
Block a user