We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb32fa commit 4cbfd7cCopy full SHA for 4cbfd7c
server/resource/autocode_template/web/table.vue.tpl
@@ -266,7 +266,7 @@
266
267
<el-dialog v-model="detailShow" style="width: 800px" lock-scroll :before-close="closeDetailShow" title="查看详情" destroy-on-close>
268
<el-scrollbar height="550px">
269
- <el-descriptions column="1" border>
+ <el-descriptions :column="1" border>
270
{{- range .Fields}}
271
<el-descriptions-item label="{{ .FieldDesc }}">
272
{{- if .DictType}}
0 commit comments