参数修改
This commit is contained in:
@ -49,7 +49,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column prop="provinceCode" align="center" label="省份">
|
||||
</el-table-column>
|
||||
<el-table-column prop="city" align="center" label="市">
|
||||
<el-table-column prop="cityCode" align="center" label="市">
|
||||
</el-table-column>
|
||||
<el-table-column prop="areaCode" align="center" label="区">
|
||||
</el-table-column>
|
||||
@ -114,7 +114,7 @@
|
||||
import Region from "@/components/Region";
|
||||
import {
|
||||
list,
|
||||
get,
|
||||
Info,
|
||||
add,
|
||||
update,
|
||||
del,
|
||||
@ -143,15 +143,6 @@ export default {
|
||||
title: "",
|
||||
// 是否显示弹出层
|
||||
open: false,
|
||||
labelPosition: "right",
|
||||
options: [
|
||||
{
|
||||
value: "选项1",
|
||||
},
|
||||
{
|
||||
value: "选项2",
|
||||
},
|
||||
],
|
||||
// 表单参数
|
||||
form: {},
|
||||
// 表格数据
|
||||
|
Reference in New Issue
Block a user