Browse Source

小改动 不慌

shibei_master
dai 3 years ago
parent
commit
338209a99c
  1. 4
      src/views/modules/cpts/base/index.vue
  2. 2
      src/views/modules/shequzhili/tuceng/anquan/xuncha/index.vue

4
src/views/modules/cpts/base/index.vue

@ -40,14 +40,14 @@
</el-form-item> </el-form-item>
<el-button <el-button
style="margin-left: 30px" style="margin-left: 30px; margin-bottom: 20px"
size="small" size="small"
class="diy-button--search" class="diy-button--search"
@click="handleSearch" @click="handleSearch"
>查询</el-button >查询</el-button
> >
<el-button <el-button
style="margin-left: 10px" style="margin-left: 10px; margin-bottom: 20px"
size="small" size="small"
class="diy-button--reset" class="diy-button--reset"
@click="resetSearch" @click="resetSearch"

2
src/views/modules/shequzhili/tuceng/anquan/xuncha/index.vue

@ -92,7 +92,7 @@ export default {
{ field: "序号", keyName: "", type: "no" }, { field: "序号", keyName: "", type: "no" },
{ field: "场所名称", keyName: "placeOrgName", type: "text" }, { field: "场所名称", keyName: "placeOrgName", type: "text" },
{ field: "场所地址", keyName: "address", type: "text" }, { field: "场所地址", keyName: "address", type: "text" },
{ field: "场所类型", keyName: "placeType", type: "text" }, { field: "场所类型", keyName: "placeTypeName", type: "text" },
{ field: "规模", keyName: "scale", type: "text" }, { field: "规模", keyName: "scale", type: "text" },
{ field: "负责人", keyName: "personInCharge", type: "text" }, { field: "负责人", keyName: "personInCharge", type: "text" },
{ field: "联系电话", keyName: "mobile", type: "text" }, { field: "联系电话", keyName: "mobile", type: "text" },

Loading…
Cancel
Save