|
@@ -168,6 +168,7 @@
|
|
</template>
|
|
</template>
|
|
<el-table :data="taskList" v-loading="taskLoading">
|
|
<el-table :data="taskList" v-loading="taskLoading">
|
|
<el-table-column label="井号" align="center" prop="wellName" />
|
|
<el-table-column label="井号" align="center" prop="wellName" />
|
|
|
|
+ <!--
|
|
<el-table-column :label="t('project.wellType')" align="center" prop="wellType" min-width="70">
|
|
<el-table-column :label="t('project.wellType')" align="center" prop="wellType" min-width="70">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
<dict-tag :type="DICT_TYPE.PMS_PROJECT_WELL_TYPE" :value="scope.row.wellType" />
|
|
<dict-tag :type="DICT_TYPE.PMS_PROJECT_WELL_TYPE" :value="scope.row.wellType" />
|
|
@@ -177,7 +178,7 @@
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
<dict-tag :type="DICT_TYPE.PMS_PROJECT_WELL_CATEGORY" :value="scope.row.wellCategory" />
|
|
<dict-tag :type="DICT_TYPE.PMS_PROJECT_WELL_CATEGORY" :value="scope.row.wellCategory" />
|
|
</template>
|
|
</template>
|
|
- </el-table-column>
|
|
|
|
|
|
+ </el-table-column> -->
|
|
<el-table-column :label="t('project.status')" align="center" prop="status" min-width="70">
|
|
<el-table-column :label="t('project.status')" align="center" prop="status" min-width="70">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
<el-link type="primary" @click="openTimelineDialog(scope.row)">
|
|
<el-link type="primary" @click="openTimelineDialog(scope.row)">
|