Commit a014758f authored by 周远喜's avatar 周远喜

人员选择

parent 8abc19d0
...@@ -86,7 +86,6 @@ ...@@ -86,7 +86,6 @@
<User :value="item[column.key]"/> <User :value="item[column.key]"/>
</div> </div>
<div v-if="column.type=='users'&&item[column.key]&&item[column.key].length>0"> <div v-if="column.type=='users'&&item[column.key]&&item[column.key].length>0">
2{{item[column.key]}}2
<User v-for="li in item[column.key]" :value="li" :key="li" class="ml10"/> <User v-for="li in item[column.key]" :value="li" :key="li" class="ml10"/>
</div> </div>
<state <state
......
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