装备率提交

This commit is contained in:
lizhenhua 2025-07-03 21:48:14 +08:00
parent e9fcf463d5
commit 3c817769b0
2 changed files with 5 additions and 5 deletions

View File

@ -61,7 +61,7 @@ const lessorMenus: MenuItem[] = [
{ title: '合同管理', name: 'contract-manage', permission: ['1'] }, { title: '合同管理', name: 'contract-manage', permission: ['1'] },
{ title: '自有装备管理', name: 'owned-manage', permission: ['1'] }, { title: '自有装备管理', name: 'owned-manage', permission: ['1'] },
{ title: '外租装备管理', name: 'rent-manage', permission: ['1'] }, { title: '外租装备管理', name: 'rent-manage', permission: ['1'] },
{ title: '装备率', name: 'rent-facility', permission: ['1'] }, { title: '机械化施工装备配置率', name: 'rent-facility', permission: ['1'] },
{ title: '后台管理', name: 'admin', permission: ['1'] }, { title: '后台管理', name: 'admin', permission: ['1'] },
] ]
// --- // ---

View File

@ -19,12 +19,12 @@
{{ scope.$index + 1 }} {{ scope.$index + 1 }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="process" label="工序" width="80" /> <!-- <el-table-column prop="process" label="工序" width="80" /> -->
<el-table-column prop="name" label="装备名称" width="120" /> <el-table-column prop="name" label="装备名称" width="120" />
<el-table-column label="基本配置标准(台/套)" min-width="120" align="center"> <el-table-column label="基本配置标准(台/套)" min-width="120" align="center">
<el-table-column prop="standard" label="标准" /> <el-table-column prop="standard" label="标准" />
</el-table-column> </el-table-column>
<el-table-column prop="type" label="装备种类" width="100" /> <!-- <el-table-column prop="type" label="装备种类" width="100" /> -->
<el-table-column prop="desc" label="配置说明" width="100" /> <el-table-column prop="desc" label="配置说明" width="100" />
<el-table-column prop="value" label="装备配置率赋值" width="200" /> <el-table-column prop="value" label="装备配置率赋值" width="200" />
<el-table-column prop="own" label="自有装备数量" width="150" > <el-table-column prop="own" label="自有装备数量" width="150" >
@ -44,8 +44,8 @@
}}</span> }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="special" label="特殊装备配置率" width="130" /> <!-- <el-table-column prop="special" label="特殊装备配置率" width="130" />
<el-table-column prop="reason" label="特殊装备原因" width="130" /> <el-table-column prop="reason" label="特殊装备原因" width="130" /> -->
</el-table> </el-table>
</div> </div>
</template> </template>