|
|
|
@ -35,6 +35,10 @@ |
|
|
|
<el-option :label=buttons.yes value="Y"></el-option> |
|
|
|
<el-option :label=buttons.no value="N"></el-option> |
|
|
|
</el-select> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<el-form :inline="true" label-position="top" label-width="100px" style="margin-top: 5px;margin-left: -2px"> |
|
|
|
<el-form-item> |
|
|
|
<el-button @click="getData()" type="primary" style="margin-left: 2px;">{{ buttons.search }}</el-button> |
|
|
|
<el-button @click="userSetting" type="primary">{{ buttons.settingTable }}</el-button> |
|
|
|
<el-button v-if="isAuth('sys:setting')" @click="saveColumnList()" type="primary">{{ buttons.defaultTable }}</el-button> |
|
|
|
@ -445,7 +449,7 @@ |
|
|
|
|
|
|
|
mounted() { |
|
|
|
this.$nextTick(() => { |
|
|
|
this.height = window.innerHeight - 150; |
|
|
|
this.height = window.innerHeight - 180; |
|
|
|
}) |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
|