File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
admin/src/views/api_excel Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 3
3
<!-- Table -->
4
4
<el-button type =" text" @click =" dialogTableVisible = true" >打开嵌套表格的 Dialog</el-button >
5
5
6
- <el-dialog title = " 收货地址 " :visible.sync =" dialogTableVisible" >
6
+ <el-dialog :visible.sync =" dialogTableVisible" title = " 收货地址 " >
7
7
<el-table :data =" gridData" >
8
- <el-table-column property =" date" label =" 日期" width =" 150" ></ el-table-column >
9
- <el-table-column property =" name" label =" 姓名" width =" 200" ></ el-table-column >
10
- <el-table-column property =" address" label =" 地址" ></ el-table-column >
8
+ <el-table-column property =" date" label =" 日期" width =" 150" / >
9
+ <el-table-column property =" name" label =" 姓名" width =" 200" / >
10
+ <el-table-column property =" address" label =" 地址" / >
11
11
</el-table >
12
12
</el-dialog >
13
13
14
14
<!-- Form -->
15
15
<el-button type =" text" @click =" dialogFormVisible = true" >打开嵌套表单的 Dialog</el-button >
16
16
17
- <el-dialog title = " 收货地址 " :visible.sync =" dialogFormVisible" >
17
+ <el-dialog :visible.sync =" dialogFormVisible" title = " 收货地址 " >
18
18
<el-form :model =" form" >
19
- <el-form-item label = " 活动名称 " : label-width = " formLabelWidth " >
19
+ <el-form-item : label-width = " formLabelWidth " label = " 活动名称 " >
20
20
<el-input v-model =" form.name" autocomplete =" off" ></el-input >
21
21
</el-form-item >
22
- <el-form-item label = " 活动区域 " : label-width = " formLabelWidth " >
22
+ <el-form-item : label-width = " formLabelWidth " label = " 活动区域 " >
23
23
<el-select v-model =" form.region" placeholder =" 请选择活动区域" >
24
- <el-option label =" 区域一" value =" shanghai" ></ el-option >
25
- <el-option label =" 区域二" value =" beijing" ></ el-option >
24
+ <el-option label =" 区域一" value =" shanghai" / >
25
+ <el-option label =" 区域二" value =" beijing" / >
26
26
</el-select >
27
27
</el-form-item >
28
28
</el-form >
You can’t perform that action at this time.
0 commit comments