Merge branch 'main' of https://gitea.lihaink.cn/mkm/engineering_admin
This commit is contained in:
commit
c0a0d6f328
@ -29,7 +29,7 @@
|
||||
<div class="mt-4">
|
||||
<el-table :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="项目id" prop="project_id" show-overflow-tooltip />
|
||||
<el-table-column label="项目名称" prop="project_name" show-overflow-tooltip />
|
||||
<el-table-column label="机具预算单号" prop="equipment_budget_code" show-overflow-tooltip />
|
||||
<el-table-column label="金额" prop="total_amount" show-overflow-tooltip />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
|
@ -36,7 +36,7 @@
|
||||
<el-table :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="项目名称" prop="project_name" show-overflow-tooltip />
|
||||
<el-table-column label="机具预算id" prop="equipment_budget_id" show-overflow-tooltip />
|
||||
<el-table-column label="机具预算单号" prop="equipment_budget_code" show-overflow-tooltip />
|
||||
<el-table-column label="机具类别" prop="type" show-overflow-tooltip />
|
||||
<el-table-column label="机具名称" prop="name" show-overflow-tooltip />
|
||||
<el-table-column label="规格型号" prop="spec" show-overflow-tooltip />
|
||||
|
Loading…
x
Reference in New Issue
Block a user