Commit 3fa5d6a4 authored by renjintao's avatar renjintao

editgrid users

parent 41165a0a
......@@ -41,7 +41,9 @@
<Icon v-if="column.type === 'drag'" type="md-more" class="drag" />
<DTSpan v-if="column.type == 'date'" :value="item[column.key]" />
<User v-if="column.type == 'user'" :value="item[column.key]" />
<div v-if="column.type == 'user'">
<User :value="item[column.key]" />
</div>
<div v-if="
column.type == 'users' &&
item[column.key] &&
......
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