Commit 02977f63 authored by 李苏's avatar 李苏 💬

表格名称字段

parent dacf55e9
......@@ -149,9 +149,11 @@
</template>
<script>
import vueSeamless from 'vue-seamless-scroll'
import huaian from "common/src/assets/mapJson/huaian.json"
import Dialog from "./dialog.vue"
export default {
computed: {
optionSingleHeight() {
......
......@@ -29,6 +29,7 @@
</div>
</template>
<script>
import {
doQuery,
doDelete,
......@@ -233,7 +234,7 @@
/* 手动操作表格*/
/* 替换标题*/
this.$refs.TablePager['newGridList'][1]['label'] = gs1
this.$refs.TablePager['newGridList'][2]['label'] = gs1
this.$refs.TablePager['newGridList'][2]['label'] = gs2
/* 替换数据*/
this.$refs.TablePager['tableData'] = newList
}
......
......@@ -233,7 +233,7 @@
/* 手动操作表格*/
/* 替换标题*/
this.$refs.TablePager['newGridList'][1]['label'] = gs1
this.$refs.TablePager['newGridList'][2]['label'] = gs1
this.$refs.TablePager['newGridList'][2]['label'] = gs2
/* 替换数据*/
this.$refs.TablePager['tableData'] = newList
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment