Commit 4e23a755 by jianshuqin

优化:组件功能

parent 5912ff6f
......@@ -138,6 +138,11 @@
{{ item.prop ? item_value : item.name }}
</template>
</el-link>
<el-image v-else-if="item.type == 'image'"
style="width: 100px; height: 100px"
fit="fill"
v-bind:src="item_value">
</el-image>
<el-upload ref="upload" class="el-upload"
v-else-if="item.type == 'file'"
v-bind:action="item.action"
......
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