|
@@ -122,18 +122,18 @@
|
|
|
<SupplierChooseForm ref="supplierChooseForm" @getSupplier="getSupplier"></SupplierChooseForm>
|
|
|
<ProgramForm ref="programForm"></ProgramForm>
|
|
|
|
|
|
- <el-dialog v-model="dialogTableVisible" width="1000px"
|
|
|
- height="500px" title="关联项目">
|
|
|
+ <el-dialog v-model="dialogTableVisible" width="1100px"
|
|
|
+ height="auto" title="关联项目">
|
|
|
<el-table :data="gridData" width="auto" border="inner" height="550px">
|
|
|
<el-table-column property="name" label="项目名称" width="200" >
|
|
|
<template #default="scope">
|
|
|
<el-link type="primary" :underline="false" @click="openProject(scope.row.id)">{{scope.row.name}}</el-link>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column property="no" label="项目编号" width="200" />
|
|
|
- <el-table-column property="contractName" label="合同名称" width="200" />
|
|
|
- <el-table-column property="createById" label="创建人" width="200" />
|
|
|
- <el-table-column property="createTime" label="创建时间" width="200" />
|
|
|
+ <el-table-column property="no" label="项目编号" width="220" />
|
|
|
+ <el-table-column property="contractName" label="合同名称" width="220" />
|
|
|
+ <el-table-column property="createById" label="创建人" width="220" />
|
|
|
+ <el-table-column property="createTime" label="创建时间" width="220" />
|
|
|
</el-table>
|
|
|
</el-dialog>
|
|
|
<ProjectDia ref="projectDia" @refreshDataList="refreshList"></ProjectDia>
|