Browse Source

修改旅游资源列表名称,修改无证名办事窗口列表数据bug;

rizhao_dev
luyan 2 years ago
parent
commit
f3b8e85d7c
  1. 6
      src/views/modules/shequzhili/lyzytc/lyzy.vue
  2. 1
      src/views/modules/withoutProof/index.vue

6
src/views/modules/shequzhili/lyzytc/lyzy.vue

@ -94,14 +94,14 @@
header-align="center" header-align="center"
align="center" align="center"
label="场所类别" label="场所类别"
min-width="80"> min-width="50">
</el-table-column> </el-table-column>
<el-table-column prop="areaCovered" <el-table-column prop="areaCovered"
header-align="center" header-align="center"
align="center" align="center"
label="占地面积" label="占地面积(㎡)"
show-overflow-tooltip show-overflow-tooltip
max-width="100"> max-width="60">
</el-table-column> </el-table-column>
<el-table-column prop="capacity" <el-table-column prop="capacity"
header-align="center" header-align="center"

1
src/views/modules/withoutProof/index.vue

@ -219,6 +219,7 @@ export default {
}, },
cleanData() { cleanData() {
this.formData.key = '' this.formData.key = ''
this.tableData = []
this.newTableData = [] this.newTableData = []
this.fetchData() this.fetchData()
} }

Loading…
Cancel
Save