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

表格名称字段

parent dacf55e9
...@@ -149,9 +149,11 @@ ...@@ -149,9 +149,11 @@
</template> </template>
<script> <script>
import vueSeamless from 'vue-seamless-scroll' import vueSeamless from 'vue-seamless-scroll'
import huaian from "common/src/assets/mapJson/huaian.json" import huaian from "common/src/assets/mapJson/huaian.json"
import Dialog from "./dialog.vue" import Dialog from "./dialog.vue"
export default { export default {
computed: { computed: {
optionSingleHeight() { optionSingleHeight() {
......
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
</div> </div>
</template> </template>
<script> <script>
import { import {
doQuery, doQuery,
doDelete, doDelete,
...@@ -233,7 +234,7 @@ ...@@ -233,7 +234,7 @@
/* 手动操作表格*/ /* 手动操作表格*/
/* 替换标题*/ /* 替换标题*/
this.$refs.TablePager['newGridList'][1]['label'] = gs1 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 this.$refs.TablePager['tableData'] = newList
} }
......
...@@ -233,7 +233,7 @@ ...@@ -233,7 +233,7 @@
/* 手动操作表格*/ /* 手动操作表格*/
/* 替换标题*/ /* 替换标题*/
this.$refs.TablePager['newGridList'][1]['label'] = gs1 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 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