Merge branch 'material-ui' of http://192.168.30.2:3000/bonus/bonus-ui into material-ui

This commit is contained in:
hongchao 2026-01-27 16:54:23 +08:00
commit 6aaa6898f1
3 changed files with 14 additions and 12 deletions

View File

@ -514,7 +514,7 @@ export default {
pageNum: 1,
pageSize: 10,
sltStatus: '',
settlementType: '',
settlementType: '1',
isCommit: '',
unitId: null,
projectId: null,
@ -522,7 +522,7 @@ export default {
agreementCode: ''
},
settlementTypeList: [
{ label: '总费用', value: '' },
// { label: '', value: '' },
{ label: '工器具', value: '1' },
{ label: '安全工器具', value: '2' },
],
@ -613,6 +613,8 @@ export default {
this.GetUnitData()
// this.GetProData()
this.getList()
//
this.queryParams.settlementType = '1' //
},
activated() {
// keep-alive

View File

@ -938,7 +938,7 @@ export default {
},
unitChange(val){
setTimeout(()=>{
// this.GetProData()
this.GetProData()
},500)
},
//

View File

@ -242,15 +242,15 @@
>
编辑
</el-button>
<el-button
size="mini"
type="text"
icon="el-icon-edit"
@click="handleUpdateStatus(scope.row)"
v-hasPermi="['ma:machine:edit']"
>
修改状态
</el-button>
<!-- <el-button-->
<!-- size="mini"-->
<!-- type="text"-->
<!-- icon="el-icon-edit"-->
<!-- @click="handleUpdateStatus(scope.row)"-->
<!-- v-hasPermi="['ma:machine:change']"-->
<!-- >-->
<!-- 修改状态-->
<!-- </el-button>-->
<!-- <el-button
size="mini"
type="text"