重置功能隐掉
This commit is contained in:
parent
71b6b2edd7
commit
ae22bbd063
|
@ -70,11 +70,11 @@
|
|||
<el-form-item>
|
||||
<el-button @click="resetFunction()"> 重置 </el-button>
|
||||
</el-form-item>
|
||||
<el-form-item>
|
||||
<!-- <el-form-item>
|
||||
<el-button type="info" @click="exportHandle()">{{
|
||||
$t('export')
|
||||
}}</el-button>
|
||||
</el-form-item>
|
||||
</el-form-item> -->
|
||||
</el-form>
|
||||
<el-table
|
||||
v-loading="dataListLoading"
|
||||
|
@ -227,6 +227,7 @@ export default {
|
|||
}
|
||||
},
|
||||
methods: {
|
||||
// 复制方法
|
||||
copyFunction (row) {
|
||||
var data = row.resultData
|
||||
var oInput = document.createElement('input')
|
||||
|
|
|
@ -50,11 +50,11 @@
|
|||
<el-form-item>
|
||||
<el-button @click="resetFunction()"> 重置 </el-button>
|
||||
</el-form-item>
|
||||
<el-form-item>
|
||||
<!-- <el-form-item>
|
||||
<el-button type="info" @click="exportHandle()">{{
|
||||
$t('export')
|
||||
}}</el-button>
|
||||
</el-form-item>
|
||||
</el-form-item> -->
|
||||
</el-form>
|
||||
<el-table
|
||||
v-loading="dataListLoading"
|
||||
|
|
Loading…
Reference in New Issue