Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DataCenter_Core2.1_20190520
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bltdc
DataCenter_Core2.1_20190520
Commits
4e23a755
Commit
4e23a755
authored
Jul 27, 2022
by
jianshuqin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化:组件功能
parent
5912ff6f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
Control.cshtml
Bailun.DC.Web/Areas/Component/Views/Form/Control.cshtml
+5
-0
No files found.
Bailun.DC.Web/Areas/Component/Views/Form/Control.cshtml
View file @
4e23a755
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment