Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 6ff2571b
authored
Apr 11, 2024
by
peiqiQQQ
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改表格控价不显示中文
1 parent
af82034c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
src/views/archi-ele-list/index.vue
src/views/archi-ele-list/index.vue
View file @
6ff2571
...
...
@@ -488,7 +488,13 @@
prop=
"controlType"
label=
"控件"
align=
"center"
></el-table-column>
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.controlType == 0"
>
单行文本框
</span>
<span
v-if=
"scope.row.controlType == 1"
>
多行文本框
</span>
<span
v-if=
"scope.row.controlType == 2"
>
下拉框
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
width=
"260"
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment