add
This commit is contained in:
parent
b17a44eafc
commit
c28bb6fec8
@ -49,9 +49,9 @@ export function usePaging(options: Options) {
|
||||
lists: [] as any[],
|
||||
extend: {} as Record<string, any>,
|
||||
calcWidth: ({ column }: Icolumn) => {
|
||||
console.log(column);
|
||||
// console.log(column);
|
||||
|
||||
if (!pager.lists?.length) return column.label;
|
||||
// if (!pager.lists?.length) return column.label;
|
||||
|
||||
let propWidth = column.label.length * 14 + 30;
|
||||
let list = pager.lists.map((item: Object) =>
|
||||
|
@ -20,6 +20,8 @@
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
</el-card>
|
||||
|
||||
|
||||
<el-card class="!border-none" v-loading="pager.loading" shadow="never">
|
||||
<el-button v-perms="['supervision_work.supervision_accept/add']" type="primary" @click="handleAdd">
|
||||
<template #icon>
|
||||
@ -34,18 +36,28 @@
|
||||
<div class="mt-4">
|
||||
<el-table border :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="验收编号" prop="accept_code" show-overflow-tooltip />
|
||||
<el-table-column label="验收类型" prop="accept_type_text" show-overflow-tooltip />
|
||||
<el-table-column label="单位工程" prop="check_item_name" show-overflow-tooltip />
|
||||
<el-table-column label="验收内容" prop="accept_content" show-overflow-tooltip />
|
||||
<el-table-column label="验收位置" prop="accept_position" show-overflow-tooltip />
|
||||
<el-table-column label="验收时间" prop="accept_time" show-overflow-tooltip />
|
||||
<el-table-column label="施工单位" prop="company_name" show-overflow-tooltip />
|
||||
<el-table-column label="验收结果" prop="accept_result_text" show-overflow-tooltip />
|
||||
<el-table-column label="检查项选择" prop="check_item_detail_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目名称" prop="project_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="验收编号" prop="accept_code"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="验收类型" prop="accept_type_text"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="单位工程" prop="check_item_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="验收内容" prop="accept_content"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="验收位置" prop="accept_position"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="验收时间" prop="accept_time"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="施工单位" prop="company_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="验收结果" prop="accept_result_text"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="检查项选择" prop="check_item_detail_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="120" fixed="right">
|
||||
<el-table-column label="操作" width="200" fixed="right">
|
||||
<template #default="{ row }">
|
||||
<el-button v-perms="['supervision_work.supervision_accept/edit']" type="primary" link
|
||||
@click="handleEdit(row)">
|
||||
|
@ -38,23 +38,37 @@
|
||||
<div class="mt-4">
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="姓名" prop="name" show-overflow-tooltip />
|
||||
<el-table-column label="所属单位" prop="company_name" show-overflow-tooltip />
|
||||
<el-table-column label="身份证" prop="id_card" show-overflow-tooltip />
|
||||
<el-table-column label="技术职称" prop="technical_title" show-overflow-tooltip />
|
||||
<el-table-column label="岗位" prop="job" show-overflow-tooltip />
|
||||
<el-table-column label="资质名称1" prop="qualification_name_one" show-overflow-tooltip />
|
||||
<el-table-column label="认证机构1" prop="certification_body_one" show-overflow-tooltip />
|
||||
<el-table-column label="资质编号1" prop="qualification_number_one" show-overflow-tooltip />
|
||||
<el-table-column label="发证日期1" prop="get_date_one" show-overflow-tooltip />
|
||||
<el-table-column label="有效日期1" prop="effective_date_one" show-overflow-tooltip />
|
||||
<el-table-column label="资质1状态" prop="qualification_one_status_text" show-overflow-tooltip />
|
||||
<el-table-column label="资质名称2" prop="qualification_name_two" show-overflow-tooltip />
|
||||
<el-table-column label="认证机构2" prop="certification_body_two" show-overflow-tooltip />
|
||||
<el-table-column label="资质编号2" prop="qualification_number_two" show-overflow-tooltip />
|
||||
<el-table-column label="发证日期2" prop="get_date_two" show-overflow-tooltip />
|
||||
<el-table-column label="有效日期2" prop="effective_date_two" show-overflow-tooltip />
|
||||
<el-table-column label="资质2状态 " prop="qualification_two_status_text" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="姓名" prop="name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="所属单位" prop="company_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="身份证" prop="id_card" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="技术职称" prop="technical_title"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="岗位" prop="job" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="资质名称1" prop="qualification_name_one"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="认证机构1" prop="certification_body_one"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="资质编号1" prop="qualification_number_one"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="发证日期1" prop="get_date_one"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="有效日期1" prop="effective_date_one"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="资质1状态" prop="qualification_one_status_text"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="资质名称2" prop="qualification_name_two"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="认证机构2" prop="certification_body_two"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="资质编号2" prop="qualification_number_two"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="发证日期2" prop="get_date_two"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="有效日期2" prop="effective_date_two"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="资质2状态 " prop="qualification_two_status_text"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
<el-table-column label="创建人" prop="create_user" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="120" fixed="right">
|
||||
|
@ -31,16 +31,18 @@
|
||||
<div class="mt-4">
|
||||
<el-table border :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="日期" prop="date" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目名称" prop="project_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="日期" prop="date" show-overflow-tooltip />
|
||||
<el-table-column label="星期" prop="week" show-overflow-tooltip />
|
||||
<el-table-column label="气温" prop="air_temperature" show-overflow-tooltip />
|
||||
<el-table-column label="气候" prop="climate" show-overflow-tooltip />
|
||||
<el-table-column label="监理人员" prop="user" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="监理人员" prop="user" show-overflow-tooltip />
|
||||
<el-table-column label="监理总监" prop="director" show-overflow-tooltip />
|
||||
<el-table-column label="工程动态" prop="engineering_dynamics" show-overflow-tooltip />
|
||||
<el-table-column label="监理工作" prop="supervision_work" show-overflow-tooltip />
|
||||
<el-table-column label="安全文明施工情况" prop="construction_situation" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="安全文明施工情况" prop="construction_situation"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="其他事项" prop="other_matters" show-overflow-tooltip />
|
||||
<el-table-column label="操作" align="center" width="170" fixed="right">
|
||||
<template #default="{ row }">
|
||||
|
@ -34,23 +34,35 @@
|
||||
<div class="mt-4">
|
||||
<el-table border :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="编号" prop="inspection_code" show-overflow-tooltip />
|
||||
<el-table-column label="巡视类型" prop="inspection_type_text" show-overflow-tooltip />
|
||||
<el-table-column label="单位工程" prop="check_item_name" show-overflow-tooltip />
|
||||
<el-table-column label="巡视部位" prop="inspection_position" show-overflow-tooltip />
|
||||
<el-table-column label="施工人数" prop="workers" show-overflow-tooltip />
|
||||
<el-table-column label="管理人数" prop="managers" show-overflow-tooltip />
|
||||
<el-table-column label="巡视开始时间" prop="start_time" show-overflow-tooltip />
|
||||
<el-table-column label="巡视结束时间" prop="end_time" show-overflow-tooltip />
|
||||
<el-table-column label="巡视人员" prop="inspection_user" show-overflow-tooltip />
|
||||
<el-table-column label="施工单位" prop="company_name" show-overflow-tooltip />
|
||||
<el-table-column label="巡视内容" prop="inspection_content" show-overflow-tooltip />
|
||||
<el-table-column label="设置重点关注事项" prop="is_important_text" show-overflow-tooltip />
|
||||
<el-table-column label="关注人" prop="follow_user" show-overflow-tooltip />
|
||||
<el-table-column label="检查表单选择" prop="check_item_detail_name" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="120" fixed="right">
|
||||
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目名称" prop="project_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="编号" prop="inspection_code"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="巡视类型" prop="inspection_type_text"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="单位工程" prop="check_item_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="巡视部位" prop="inspection_position"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="施工人数" prop="workers" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="管理人数" prop="managers" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="巡视开始时间" prop="start_time"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="巡视结束时间" prop="end_time"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="巡视人员" prop="inspection_user"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="施工单位" prop="company_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="巡视内容" prop="inspection_content"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="设置重点关注事项" prop="is_important_text"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="关注人" prop="follow_user"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="检查表单选择" prop="check_item_detail_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="170" fixed="right">
|
||||
<template #default="{ row }">
|
||||
<el-button v-perms="['supervision_work.supervision_inspection/edit']" type="primary" link
|
||||
@click="handleEdit(row)">
|
||||
|
@ -38,20 +38,33 @@
|
||||
<div class="mt-4">
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="所属单位" prop="company_name" show-overflow-tooltip />
|
||||
<el-table-column label="设备名称" prop="name" show-overflow-tooltip />
|
||||
<el-table-column label="资质名称1" prop="qualification_name_one" show-overflow-tooltip />
|
||||
<el-table-column label="认证机构1" prop="certification_body_one" show-overflow-tooltip />
|
||||
<el-table-column label="资质编号1" prop="qualification_number_one" show-overflow-tooltip />
|
||||
<el-table-column label="发证日期1" prop="get_date_one" show-overflow-tooltip />
|
||||
<el-table-column label="有效日期1" prop="effective_date_one" show-overflow-tooltip />
|
||||
<el-table-column label="资质1状态" prop="qualification_one_status_text" show-overflow-tooltip />
|
||||
<el-table-column label="资质名称2" prop="qualification_name_two" show-overflow-tooltip />
|
||||
<el-table-column label="认证机构2" prop="certification_body_two" show-overflow-tooltip />
|
||||
<el-table-column label="资质编号2" prop="qualification_number_two" show-overflow-tooltip />
|
||||
<el-table-column label="发证日期2" prop="get_date_two" show-overflow-tooltip />
|
||||
<el-table-column label="有效日期2" prop="effective_date_two" show-overflow-tooltip />
|
||||
<el-table-column label="资质2状态" prop="qualification_two_status_text" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="所属单位" prop="company_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="设备名称" prop="name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="资质名称1" prop="qualification_name_one"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="认证机构1" prop="certification_body_one"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="资质编号1" prop="qualification_number_one"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="发证日期1" prop="get_date_one"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="有效日期1" prop="effective_date_one"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="资质1状态" prop="qualification_one_status_text"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="资质名称2" prop="qualification_name_two"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="认证机构2" prop="certification_body_two"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="资质编号2" prop="qualification_number_two"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="发证日期2" prop="get_date_two"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="有效日期2" prop="effective_date_two"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="资质2状态" prop="qualification_two_status_text"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
<el-table-column label="创建人" prop="create_user" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="120" fixed="right">
|
||||
|
@ -58,21 +58,34 @@
|
||||
<div class="mt-4">
|
||||
<el-table border :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="序号" prop="sn" show-overflow-tooltip />
|
||||
<el-table-column label="大型机械设备及仪器具" prop="name" show-overflow-tooltip />
|
||||
<el-table-column label="使用部位" prop="use_site" show-overflow-tooltip />
|
||||
<el-table-column label="进场时间" prop="entry_time" show-overflow-tooltip />
|
||||
<el-table-column label="报审单位名称" prop="company_name" show-overflow-tooltip />
|
||||
<el-table-column label="报审日期" prop="approval_date" show-overflow-tooltip />
|
||||
<el-table-column label="报审结果" prop="approval_result" show-overflow-tooltip />
|
||||
<el-table-column label="报审表编号" prop="approval_form_code" show-overflow-tooltip />
|
||||
<el-table-column label="报审类型" prop="approval_type_text" show-overflow-tooltip />
|
||||
<el-table-column label="专监初审意见" prop="first_audit_opinion_text" show-overflow-tooltip />
|
||||
<el-table-column label="初审人" prop="first_auditor" show-overflow-tooltip />
|
||||
<el-table-column label="初审时间" prop="first_audit_time" show-overflow-tooltip />
|
||||
<el-table-column label="总监审定结论" prop="final_audit_opinion_text" show-overflow-tooltip />
|
||||
<el-table-column label="审定时间" prop="final_audit_time" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目名称" prop="project_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="序号" prop="sn" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="大型机械设备及仪器具" prop="name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="使用部位" prop="use_site" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="进场时间" prop="entry_time"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="报审单位名称" prop="company_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="报审日期" prop="approval_date"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="报审结果" prop="approval_result"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="报审表编号" prop="approval_form_code"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="报审类型" prop="approval_type_text"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="专监初审意见" prop="first_audit_opinion_text"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="初审人" prop="first_auditor"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="初审时间" prop="first_audit_time"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="总监审定结论" prop="final_audit_opinion_text"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="审定时间" prop="final_audit_time"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="170" align="center" fixed="right">
|
||||
|
||||
|
@ -63,8 +63,9 @@
|
||||
<div class="mt-4">
|
||||
<el-table border :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="材料/设备名称" prop="name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目名称" prop="project_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="材料/设备名称" prop="name" show-overflow-tooltip />
|
||||
<el-table-column label="材料/设备品牌" prop="brand" show-overflow-tooltip />
|
||||
<el-table-column label="型号" prop="model" show-overflow-tooltip />
|
||||
<el-table-column label="计数单位" prop="unit" show-overflow-tooltip />
|
||||
@ -72,7 +73,7 @@
|
||||
<el-table-column label="合同约定品牌" prop="contract_brand_text" show-overflow-tooltip />
|
||||
<el-table-column label="类型" prop="type_text" show-overflow-tooltip />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="120" fixed="right">
|
||||
<el-table-column label="操作" width="170" fixed="right">
|
||||
<template #default="{ row }">
|
||||
<el-button v-perms="['supervision_work.supervision_material_equipment_info/edit']"
|
||||
type="primary" link @click="handleEdit(row)">
|
||||
|
@ -43,7 +43,7 @@
|
||||
<el-table-column label="送检人" prop="inspector" show-overflow-tooltip />
|
||||
<el-table-column label="送检日期" prop="inspection_date" show-overflow-tooltip />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
<el-table-column label="操作" align="center" fixed="right">
|
||||
<el-table-column label="操作" align="center" fixed="right" width="200">
|
||||
<template #default="{ row }">
|
||||
<el-button v-perms="['supervision_work.supervision_material_parallel_testing/edit']"
|
||||
type="primary" link @click="handleEdit(row)">
|
||||
|
@ -37,14 +37,15 @@
|
||||
<div class="mt-4">
|
||||
<el-table border :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="会议主题" prop="theme" show-overflow-tooltip />
|
||||
<el-table-column label="会议类型" prop="type" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目名称" prop="project_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="会议主题" prop="theme" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="会议类型" prop="type" show-overflow-tooltip />
|
||||
<el-table-column label="会议时间" prop="time" show-overflow-tooltip />
|
||||
<el-table-column label="主持人" prop="emcee" show-overflow-tooltip />
|
||||
<el-table-column label="记录人" prop="recorder" show-overflow-tooltip />
|
||||
<el-table-column label="会议地点" prop="location" show-overflow-tooltip />
|
||||
<el-table-column label="与会人员" prop="attendees" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="与会人员" prop="attendees" show-overflow-tooltip />
|
||||
<el-table-column label="会议内容" prop="content" show-overflow-tooltip />
|
||||
<el-table-column label="操作" align="center" width="170" fixed="right">
|
||||
<template #default="{ row }">
|
||||
|
@ -37,10 +37,14 @@
|
||||
<div class="mt-4">
|
||||
<el-table border :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="所属单位" prop="company_name" show-overflow-tooltip />
|
||||
<el-table-column label="资质名称" prop="qualification_name" show-overflow-tooltip />
|
||||
<el-table-column label="资质编号" prop="qualification_number" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目名称" prop="project_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="所属单位" prop="company_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="资质名称" prop="qualification_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="资质编号" prop="qualification_number"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="发证日期" prop="get_date" show-overflow-tooltip />
|
||||
<el-table-column label="有效日期" prop="effective_date" show-overflow-tooltip />
|
||||
<el-table-column label="资质状态" prop="qualification_status_text" show-overflow-tooltip />
|
||||
|
@ -75,32 +75,50 @@
|
||||
<div class="mt-4">
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="项目名称" prop="project_name" show-overflow-tooltip>
|
||||
<template #default="{ row }">
|
||||
<el-table-column label="项目名称" prop="project_name" :render-header="pager.calcWidth"
|
||||
show-overflow-tooltip>
|
||||
<!-- <template #default="{ row }">
|
||||
<el-link type="primary" @click="handleDetail(row)"> {{ row.project_name }}</el-link>
|
||||
</template>
|
||||
</template> -->
|
||||
</el-table-column>
|
||||
<el-table-column label="项目编号" prop="project_code" show-overflow-tooltip />
|
||||
<el-table-column label="行业" prop="industry_text" show-overflow-tooltip />
|
||||
<el-table-column label="性质" prop="nature_text" show-overflow-tooltip />
|
||||
<el-table-column label="建设单位" prop="build_unit" show-overflow-tooltip />
|
||||
<el-table-column label="建设区域" prop="build_area_text" show-overflow-tooltip />
|
||||
<el-table-column label="项目地址" prop="address" show-overflow-tooltip />
|
||||
<el-table-column label="项目等级" prop="project_level_text" show-overflow-tooltip />
|
||||
<el-table-column label="总投资(元)" prop="total_investment" show-overflow-tooltip />
|
||||
<el-table-column label="立项日期" prop="initiation_date" show-overflow-tooltip />
|
||||
<el-table-column label="关联合同" prop="contract" show-overflow-tooltip />
|
||||
<el-table-column label="合同金额" prop="contract_amount" show-overflow-tooltip />
|
||||
<el-table-column label="合同服务内容" prop="contract_content" show-overflow-tooltip />
|
||||
<el-table-column label="项目概况" prop="project_overview" show-overflow-tooltip />
|
||||
<el-table-column label="项目要求" prop="project_requirements" show-overflow-tooltip />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
<el-table-column label="监管部门" prop="supervision_department" show-overflow-tooltip />
|
||||
<el-table-column label="实施部门" prop="implementation_department" show-overflow-tooltip />
|
||||
<el-table-column label="项目部" prop="project_department" show-overflow-tooltip />
|
||||
<el-table-column label="工程状态" prop="engineering_status_text" show-overflow-tooltip />
|
||||
<el-table-column label="项目负责人员" prop="project_manager" show-overflow-tooltip />
|
||||
<el-table-column label="甲方单位" prop="part_a_unit" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目编号" prop="project_code"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="行业" prop="industry_text"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="性质" prop="nature_text" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="建设单位" prop="build_unit"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="建设区域" prop="build_area_text"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目地址" prop="address" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目等级" prop="project_level_text"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="总投资(元)" prop="total_investment"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="立项日期" prop="initiation_date"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="关联合同" prop="contract" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="合同金额" prop="contract_amount"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="合同服务内容" prop="contract_content"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目概况" prop="project_overview"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目要求" prop="project_requirements"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="备注" prop="remark" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="监管部门" prop="supervision_department"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="实施部门" prop="implementation_department"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目部" prop="project_department"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="工程状态" prop="engineering_status_text"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目负责人员" prop="project_manager"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="甲方单位" prop="part_a_unit"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="120" fixed="right">
|
||||
<template #default="{ row }">
|
||||
<el-button v-perms="['supervision_project.supervision_project/edit']" type="primary" link
|
||||
|
@ -40,22 +40,36 @@
|
||||
<el-table-column label="项目名称" prop="project_name" show-overflow-tooltip
|
||||
:render-header="pager.calcWidth" />
|
||||
<el-table-column label="年月" prop="date" show-overflow-tooltip />
|
||||
<el-table-column label="上月计划工程进度(%)" prop="last_month_planned_progress" width="200" />
|
||||
<el-table-column label="下月计划工程进度(%)" prop="next_month_planned_progress" show-overflow-tooltip
|
||||
width="200" />
|
||||
<el-table-column label="本月累计工程进度(%)" prop="this_month_progress" show-overflow-tooltip width="200" />
|
||||
<el-table-column label="工程状态" prop="engineering_status_text" show-overflow-tooltip />
|
||||
<el-table-column label="进度描述" prop="progress_description" show-overflow-tooltip />
|
||||
<el-table-column label="存在的问题及解决措施" prop="problems_and_measure" show-overflow-tooltip width="200" />
|
||||
<el-table-column label="本月完成(元)" prop="this_month_amount" show-overflow-tooltip width="140" />
|
||||
<el-table-column label="累计完成(元)" prop="total_amount" show-overflow-tooltip width="140" />
|
||||
<el-table-column label="本月支付(元)" prop="this_month_pay" show-overflow-tooltip width="140" />
|
||||
<el-table-column label="累计支付(元)" prop="total_pay" show-overflow-tooltip width="140" />
|
||||
<el-table-column label="建设各方责任主体质量行为" prop="quality_behavior" show-overflow-tooltip width="200" />
|
||||
<el-table-column label="施工现场质量情况" prop="quality_situation" show-overflow-tooltip width="160" />
|
||||
<el-table-column label="检查及抽检情况" prop="sampling_situation" show-overflow-tooltip width="160" />
|
||||
<el-table-column label="其他质量情况" prop="other_quality_conditions" show-overflow-tooltip width="120" />
|
||||
<el-table-column label="本月安全情况" prop="safety_situation" show-overflow-tooltip width="120" />
|
||||
<el-table-column :render-header="pager.calcWidth" label="上月计划工程进度(%)"
|
||||
prop="last_month_planned_progress" />
|
||||
<el-table-column :render-header="pager.calcWidth" label="下月计划工程进度(%)" prop="next_month_planned_progress"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="本月累计工程进度(%)" prop="this_month_progress"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="工程状态" prop="engineering_status_text"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="进度描述" prop="progress_description"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="存在的问题及解决措施" prop="problems_and_measure"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="本月完成(元)" prop="this_month_amount"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="累计完成(元)" prop="total_amount"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="本月支付(元)" prop="this_month_pay"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="累计支付(元)" prop="total_pay"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="建设各方责任主体质量行为" prop="quality_behavior"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="施工现场质量情况" prop="quality_situation"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="检查及抽检情况" prop="sampling_situation"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="其他质量情况" prop="other_quality_conditions"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="本月安全情况" prop="safety_situation"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="170" align="center" fixed="right">
|
||||
<template #default="{ row }">
|
||||
|
@ -38,23 +38,37 @@
|
||||
<div class="mt-4">
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="姓名" prop="name" show-overflow-tooltip />
|
||||
<el-table-column label="所属单位" prop="company_name" show-overflow-tooltip />
|
||||
<el-table-column label="身份证" prop="id_card" show-overflow-tooltip />
|
||||
<el-table-column label="技术职称" prop="technical_title" show-overflow-tooltip />
|
||||
<el-table-column label="岗位" prop="job" show-overflow-tooltip />
|
||||
<el-table-column label="资质名称1" prop="qualification_name_one" show-overflow-tooltip />
|
||||
<el-table-column label="认证机构1" prop="certification_body_one" show-overflow-tooltip />
|
||||
<el-table-column label="资质编号1" prop="qualification_number_one" show-overflow-tooltip />
|
||||
<el-table-column label="发证日期1" prop="get_date_one" show-overflow-tooltip />
|
||||
<el-table-column label="有效日期1" prop="effective_date_one" show-overflow-tooltip />
|
||||
<el-table-column label="资质1状态" prop="qualification_one_status_text" show-overflow-tooltip />
|
||||
<el-table-column label="资质名称2" prop="qualification_name_two" show-overflow-tooltip />
|
||||
<el-table-column label="认证机构2" prop="certification_body_two" show-overflow-tooltip />
|
||||
<el-table-column label="资质编号2" prop="qualification_number_two" show-overflow-tooltip />
|
||||
<el-table-column label="发证日期2" prop="get_date_two" show-overflow-tooltip />
|
||||
<el-table-column label="有效日期2" prop="effective_date_two" show-overflow-tooltip />
|
||||
<el-table-column label="资质2状态 " prop="qualification_two_status_text" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="姓名" prop="name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="所属单位" prop="company_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="身份证" prop="id_card" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="技术职称" prop="technical_title"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="岗位" prop="job" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="资质名称1" prop="qualification_name_one"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="认证机构1" prop="certification_body_one"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="资质编号1" prop="qualification_number_one"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="发证日期1" prop="get_date_one"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="有效日期1" prop="effective_date_one"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="资质1状态" prop="qualification_one_status_text"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="资质名称2" prop="qualification_name_two"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="认证机构2" prop="certification_body_two"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="资质编号2" prop="qualification_number_two"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="发证日期2" prop="get_date_two"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="有效日期2" prop="effective_date_two"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="资质2状态 " prop="qualification_two_status_text"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
<el-table-column label="创建人" prop="create_user" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="170" fixed="right">
|
||||
|
@ -34,20 +34,31 @@
|
||||
<div class="mt-4">
|
||||
<el-table border :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="旁站编号" prop="side_station_code" show-overflow-tooltip />
|
||||
<el-table-column label="旁站类型" prop="side_station_type_text" show-overflow-tooltip />
|
||||
<el-table-column label="单位工程" prop="check_item_name" show-overflow-tooltip />
|
||||
<el-table-column label="部位" prop="position" show-overflow-tooltip />
|
||||
<el-table-column label="施工单位" prop="company_name" show-overflow-tooltip />
|
||||
<el-table-column label="旁站开始时间" prop="start_time" show-overflow-tooltip />
|
||||
<el-table-column label="旁站结束时间" prop="end_time" show-overflow-tooltip />
|
||||
<el-table-column label="施工人数" prop="workers" show-overflow-tooltip />
|
||||
<el-table-column label="管理人数" prop="managers" show-overflow-tooltip />
|
||||
<el-table-column label="现场施工情况" prop="situation" show-overflow-tooltip />
|
||||
<el-table-column label="旁站结果" prop="side_station_result_text" show-overflow-tooltip />
|
||||
<el-table-column label="旁站人员" prop="side_station_user" show-overflow-tooltip />
|
||||
<el-table-column label="检查项选择" prop="check_item_detail_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目名称" prop="project_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="旁站编号" prop="side_station_code"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="旁站类型" prop="side_station_type_text"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="单位工程" prop="check_item_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="部位" prop="position" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="施工单位" prop="company_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="旁站开始时间" prop="start_time"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="旁站结束时间" prop="end_time"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="施工人数" prop="workers" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="管理人数" prop="managers" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="现场施工情况" prop="situation"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="旁站结果" prop="side_station_result_text"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="旁站人员" prop="side_station_user"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="检查项选择" prop="check_item_detail_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="170" fixed="right">
|
||||
<template #default="{ row }">
|
||||
<el-button v-perms="['supervision_work.supervision_side_station/edit']" type="primary" link
|
||||
|
@ -37,12 +37,16 @@
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="姓名" prop="name" show-overflow-tooltip />
|
||||
<el-table-column label="所属单位" prop="company_name" show-overflow-tooltip />
|
||||
<el-table-column label="工种" prop="work_type" show-overflow-tooltip />
|
||||
<el-table-column label="身份证" prop="id_card" show-overflow-tooltip />
|
||||
<el-table-column label="资格有效期" prop="validity_period" show-overflow-tooltip />
|
||||
<el-table-column label="进场时间" prop="enter_time" show-overflow-tooltip />
|
||||
<el-table-column label="离场时间" prop="leave_time" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="所属单位" prop="company_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="工种" prop="work_type" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="身份证" prop="id_card" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="资格有效期" prop="validity_period"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="进场时间" prop="enter_time"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="离场时间" prop="leave_time"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="状态" prop="status_text" show-overflow-tooltip />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
<el-table-column label="创建人" prop="create_user" show-overflow-tooltip />
|
||||
|
@ -60,9 +60,10 @@
|
||||
<div class="mt-4">
|
||||
<el-table border :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 :render-header="pager.calcWidth" label="项目名称" prop="project_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="试验类型" prop="test_type" show-overflow-tooltip />
|
||||
<el-table-column label="编号" prop="code" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="编号" prop="code" show-overflow-tooltip />
|
||||
<el-table-column label="见证人" prop="witness" show-overflow-tooltip />
|
||||
<el-table-column label="试验部位" prop="test_site" show-overflow-tooltip />
|
||||
<el-table-column label="单位名称" prop="company_name" show-overflow-tooltip />
|
||||
|
Loading…
x
Reference in New Issue
Block a user