[update]
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
:scroll='{x: 600}'>
|
||||
<a slot='name' slot-scope='text'>{{ text }}</a>
|
||||
<span slot='action' slot-scope='text, record'>
|
||||
<a class='action-edit' @click='editArea(record.id)' v-has="'area:edit'">{{ $t('See') }}</a>
|
||||
<a class='action-edit' @click='editArea(record.id)'>{{ $t('See') }}</a>
|
||||
</span>
|
||||
</a-table>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user