mirror of
https://github.com/flipped-aurora/gin-vue-admin.git
synced 2026-09-21 12:32:25 +00:00
column参数类型是number (#1865)
避免浏览器console的warn提示 Vue warn]: Invalid prop: type check failed for prop "column". Expected Number with value 1, got String with value "1".
This commit is contained in:
@@ -367,7 +367,7 @@
|
||||
</el-drawer>
|
||||
|
||||
<el-drawer destroy-on-close size="800" v-model="detailShow" :show-close="true" :before-close="closeDetailShow">
|
||||
<el-descriptions column="1" border>
|
||||
<el-descriptions :column="1" border>
|
||||
{{- range .Fields}}
|
||||
{{- if .Desc }}
|
||||
<el-descriptions-item label="{{ .FieldDesc }}">
|
||||
|
||||
Reference in New Issue
Block a user