fix: 前端功能完善优化相关字段。
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
<div class="operate-btn-con">
|
||||
<el-button @click="handleAdd" icon="Plus" v-hasPermi="['invest:posmachine:add']">新增</el-button>
|
||||
<el-button :disabled="multiple" icon="Delete" @click="handleDelete" v-hasPermi="['invest:posmachine:remove']">删除</el-button>
|
||||
<el-button @click="handleExport" icon="Download" v-hasPermi="['invest:posmachine:export']">导出</el-button>
|
||||
<!-- <el-button @click="handleExport" icon="Download" v-hasPermi="['invest:posmachine:export']">导出</el-button> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="content-con" v-loading="loading">
|
||||
@@ -263,7 +263,7 @@ function reset() {
|
||||
ratePlus: 0,
|
||||
activationDate: null,
|
||||
status: null,
|
||||
roudingMode: '1'
|
||||
roundingMode: '1'
|
||||
}
|
||||
proxy.resetForm('posmachineRef')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user