Commit 6ff2571b by peiqiQQQ

修改表格控价不显示中文

1 parent af82034c
Showing with 7 additions and 1 deletions
......@@ -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"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!