Commit e24bff54 by Sendya

fixed: lint

parent ab816d10
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
</div> </div>
<s-table :columns="columns" :data="loadData"> <s-table :columns="columns" :data="loadData">
<span slot="actions" slot-scope="text, record"> <span slot="actions" slot-scope="text, record">
<a-tag v-for="(action, index) in record.actionList" :key="index">{{ action.describe }}</a-tag> <a-tag v-for="(action, index) in record.actionList" :key="index">{{ action.describe }}</a-tag>
</span> </span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment