|
|
|
@ -97,11 +97,9 @@
|
|
|
|
|
<el-form-item class="btnClass"> |
|
|
|
|
<el-button @click="handleQuery"><Icon icon="ep:search" class="mr-5px" /> 搜索</el-button> |
|
|
|
|
<el-button @click="resetQuery"><Icon icon="ep:refresh" class="mr-5px" /> 重置</el-button> |
|
|
|
|
<el-button type="primary" plain @click=" |
|
|
|
|
push({ |
|
|
|
|
path: 'update' |
|
|
|
|
}) |
|
|
|
|
"> |
|
|
|
|
<el-button type="primary" plain v-hasPermi="['system:enterprise:create']" |
|
|
|
|
@click="push({ path: 'update' }) |
|
|
|
|
"> |
|
|
|
|
<Icon icon="ep:plus" class="mr-5px" @click=" |
|
|
|
|
push({ |
|
|
|
|
path: 'update', |
|
|
|
@ -111,7 +109,7 @@
|
|
|
|
|
}) |
|
|
|
|
" /> 新增 |
|
|
|
|
</el-button> |
|
|
|
|
<el-button type="success" plain @click="handleExport" :loading="exportLoading"> |
|
|
|
|
<el-button type="success" plain @click="handleExport" :loading="exportLoading" v-hasPermi="['system:enterprise:export']"> |
|
|
|
|
<Icon icon="ep:download" class="mr-5px" /> 导出 |
|
|
|
|
</el-button> |
|
|
|
|
</el-form-item> |
|
|
|
@ -121,38 +119,33 @@
|
|
|
|
|
<!-- 列表 --> |
|
|
|
|
<ContentWrap> |
|
|
|
|
<el-table v-loading="loading" :data="list" :stripe="true" :show-overflow-tooltip="true" :cell-style="{'text-align': 'left'}"> |
|
|
|
|
<el-table-column label="企业名称" align="center" fixed="left" prop="enterprisesName" /> |
|
|
|
|
<el-table-column label="专管员" align="center" prop="inviterName" fixed="left" /> |
|
|
|
|
<el-table-column label="企业类型" align="center" prop="type" fixed="left" > |
|
|
|
|
<template #default="scope"> |
|
|
|
|
<dict-tag :type="DICT_TYPE.ENTERPRISES_TYPE" :value="scope.row.type" /> |
|
|
|
|
</template> |
|
|
|
|
</el-table-column> |
|
|
|
|
<el-table-column label="企业所属区域" align="center" prop="region" fixed="left"> |
|
|
|
|
<el-table-column label="企业名称" align="left" fixed="left" prop="enterprisesName" width="200" /> |
|
|
|
|
<el-table-column label="专管员" align="left" prop="inviterName" fixed="left" /> |
|
|
|
|
<el-table-column label="企业所属区域" align="left" prop="region" fixed="left"> |
|
|
|
|
<template #default="scope"> |
|
|
|
|
<dict-tag :type="DICT_TYPE.ENTERPRISES_AREA" :value="scope.row.region" /> |
|
|
|
|
</template> |
|
|
|
|
</el-table-column> |
|
|
|
|
|
|
|
|
|
<el-table-column label="企业地址" align="center" prop="address" /> |
|
|
|
|
<el-table-column label="环保负责人姓名" align="center" prop="contactName" /> |
|
|
|
|
<el-table-column label="企业地址" align="left" prop="address" /> |
|
|
|
|
<el-table-column label="负责人姓名" align="left" prop="contactName" /> |
|
|
|
|
<el-table-column |
|
|
|
|
label="企业环保负责人联系电话" |
|
|
|
|
label="联系电话" |
|
|
|
|
align="center" |
|
|
|
|
prop="environmentalContactPhone" |
|
|
|
|
/> |
|
|
|
|
<el-table-column label="企业注册号" align="center" prop="registrationNumber" /> |
|
|
|
|
<el-table-column label="企业图文介绍" align="center" prop="introduction" /> |
|
|
|
|
<el-table-column label="企业注册号" align="left" prop="registrationNumber" /> |
|
|
|
|
<el-table-column label="企业图文介绍" align="left" prop="introduction" /> |
|
|
|
|
<!-- <el-table-column label="企业成立时间" align="center" prop="establishmentDate" /> |
|
|
|
|
<el-table-column label="企业经纬度" align="center" prop="gpsLocation" />--> |
|
|
|
|
<el-table-column |
|
|
|
|
label="创建时间" |
|
|
|
|
align="center" |
|
|
|
|
align="left" |
|
|
|
|
prop="createTime" |
|
|
|
|
:formatter="dateFormatter" |
|
|
|
|
width="180px" |
|
|
|
|
/> |
|
|
|
|
<el-table-column label="操作" align="center" min-width="120px"> |
|
|
|
|
<el-table-column label="操作" align="left" min-width="120px"> |
|
|
|
|
<template #default="scope"> |
|
|
|
|
|
|
|
|
|
<el-button |
|
|
|
@ -166,11 +159,11 @@
|
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
" |
|
|
|
|
v-hasPermi="['system:task-info:update']" |
|
|
|
|
v-hasPermi="['system:enterprise:update']" |
|
|
|
|
> |
|
|
|
|
详情 |
|
|
|
|
</el-button> |
|
|
|
|
<el-button link type="danger" @click="handleDelete(scope.row.id)"> 删除 </el-button> |
|
|
|
|
<el-button link type="danger" @click="handleDelete(scope.row.id)" v-hasPermi="['system:enterprise:delete']"> 删除 </el-button> |
|
|
|
|
<!-- |
|
|
|
|
<el-button link type="danger" @click="detailformRef(scope.row.id)"> 详情 </el-button> --> |
|
|
|
|
|
|
|
|
|