重置功能隐掉

This commit is contained in:
851673013@qq.com 2022-07-11 18:59:21 +08:00
parent 71b6b2edd7
commit ae22bbd063
2 changed files with 5 additions and 4 deletions

View File

@ -70,11 +70,11 @@
<el-form-item> <el-form-item>
<el-button @click="resetFunction()"> 重置 </el-button> <el-button @click="resetFunction()"> 重置 </el-button>
</el-form-item> </el-form-item>
<el-form-item> <!-- <el-form-item>
<el-button type="info" @click="exportHandle()">{{ <el-button type="info" @click="exportHandle()">{{
$t('export') $t('export')
}}</el-button> }}</el-button>
</el-form-item> </el-form-item> -->
</el-form> </el-form>
<el-table <el-table
v-loading="dataListLoading" v-loading="dataListLoading"
@ -227,6 +227,7 @@ export default {
} }
}, },
methods: { methods: {
//
copyFunction (row) { copyFunction (row) {
var data = row.resultData var data = row.resultData
var oInput = document.createElement('input') var oInput = document.createElement('input')

View File

@ -50,11 +50,11 @@
<el-form-item> <el-form-item>
<el-button @click="resetFunction()"> 重置 </el-button> <el-button @click="resetFunction()"> 重置 </el-button>
</el-form-item> </el-form-item>
<el-form-item> <!-- <el-form-item>
<el-button type="info" @click="exportHandle()">{{ <el-button type="info" @click="exportHandle()">{{
$t('export') $t('export')
}}</el-button> }}</el-button>
</el-form-item> </el-form-item> -->
</el-form> </el-form>
<el-table <el-table
v-loading="dataListLoading" v-loading="dataListLoading"