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