重置功能隐掉
This commit is contained in:
parent
71b6b2edd7
commit
ae22bbd063
|
@ -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')
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue