删除统一样式

修复安全体系管理
dev
wangpeng 2024-04-09 16:07:52 +08:00
parent 02d7364a6e
commit ba03a2fa12
53 changed files with 83 additions and 108 deletions

View File

@ -1,23 +0,0 @@
import { post } from "./axios";
export const getRealTimeList = (params) => post("/map/getRealTimeList", params); // 获取在线人员列表
export const getFenceList = (params) => post("/map/getFenceList", params); // 获取围栏列表
export const getPersonnelTrajectories = (params) =>
post("/map/getPersonnelTrajectories", params); // 获取拥有历史轨迹的全部角色
export const getCharacterTrajectories = (params) =>
post("/map/getCharacterTrajectories", params); // 获取轨迹
export const getUserByCardNo = (params) =>
post("/user/getUserByCardNo", params);
export const getEightWorks = (params) => post("/map/getEightWorks", params);
export const getHotworkList = (params) => post("/map/getHotworkList", params);
export const getEightWorksByType = (params) =>
post("/map/getEightWorksByType", params);
export const getCameraList = (params) => post("/map/getCameraList", params);
export const getConfinedspaceWorkList = (params) =>
post("/map/getConfinedspaceWorkList", params);
export const getHighWorkList = (params) => post("/map/getHighWorkList", params);

View File

@ -86,7 +86,7 @@
<el-table-column label="操作" width="80">
<template #default="{ row }">
<el-button
type="primary"
type="danger"
text
link
@click="fnDelete(row.ARCHIVES_REVIEW_RECORD_ID)"

View File

@ -68,7 +68,7 @@
查看
</el-button>
<el-button
type="primary"
type="danger"
text
link
@click="fnDelete(row.REVIEW_USER_ID)"

View File

@ -44,7 +44,7 @@
查看
</el-button>
<el-button
type="primary"
type="danger"
text
link
@click="fnDelete(row.USERSIGNID)"

View File

@ -68,9 +68,9 @@
<el-table-column label="操作" width="120">
<template #default="{ row }">
<el-button
type="danger"
text
link
type="primary"
@click="deleteItem(row.WAYBILLREGISTRATION_ID)"
>
删除

View File

@ -72,7 +72,7 @@
</el-button>
<el-button
v-if="buttonJurisdiction.del"
type="primary"
type="danger"
text
link
@click="fnDelete(row.DEPARTMENT_ID, row.NAME)"

View File

@ -78,7 +78,7 @@
</el-button>
<el-button
v-if="buttonJurisdiction.del"
type="primary"
type="danger"
text
link
@click="

View File

@ -87,7 +87,7 @@
修改
</el-button>
<el-button
type="primary"
type="danger"
text
link
@click="fnDelete(row.QUALIFICATIONS_ID)"

View File

@ -165,7 +165,7 @@
) >= 0
)
"
type="primary"
type="danger"
text
link
@click="fnDelete(row.USER_ID, row.NAME)"

View File

@ -95,7 +95,7 @@
</el-button>
<el-button
v-if="buttonJurisdiction.del"
type="primary"
type="danger"
text
link
@click="fnDelete(row.CHECKRECORD_ID)"

View File

@ -112,7 +112,7 @@
</el-button>
<el-button
v-if="buttonJurisdiction.del"
type="primary"
type="danger"
text
link
@click="fnDelete(row.LIST_TYPE, row.CHECKRECORD_ID)"

View File

@ -110,7 +110,7 @@
修改
</el-button>
<el-button
type="primary"
type="danger"
:disabled="data.canDoCheck"
text
link

View File

@ -102,7 +102,7 @@
修改
</el-button>
<el-button
type="primary"
type="danger"
text
link
@click="fnDeleteOtherHidden(row.HIDDEN_ID)"

View File

@ -138,7 +138,7 @@
</el-button>
<el-button
v-if="buttonJurisdiction.del"
type="primary"
type="danger"
text
link
@click="fnDelete(row.HIDDEN_ID, row.LIST_TYPE)"

View File

@ -23,8 +23,8 @@
<el-col :span="6">
<el-form-item label="有效状态" prop="VALIDSTATUS">
<el-select v-model="searchForm.VALIDSTATUS" clearable>
<el-option label="正常" :value="1" />
<el-option label="未生效" :value="0" />
<el-option label="有效" :value="1" />
<el-option label="效" :value="0" />
</el-select>
</el-form-item>
</el-col>
@ -62,8 +62,8 @@
</el-table-column>
<el-table-column label="有效状态" prop="VALIDSTATUS">
<template #default="{ row }">
<el-tag v-if="row.VALIDSTATUS === '1'"></el-tag>
<el-tag v-else></el-tag>
<el-tag v-if="row.VALIDSTATUS === '1'"></el-tag>
<el-tag v-else></el-tag>
</template>
</el-table-column>
<!-- <el-table-column prop="CORP_NAME" label="经营企业" width="150" />

View File

@ -23,8 +23,8 @@
<el-col :span="6">
<el-form-item label="有效状态" prop="VALIDSTATUS">
<el-select v-model="searchForm.VALIDSTATUS" clearable>
<el-option label="正常" :value="1" />
<el-option label="未生效" :value="0" />
<el-option label="有效" :value="1" />
<el-option label="效" :value="0" />
</el-select>
</el-form-item>
</el-col>
@ -61,8 +61,8 @@
</el-table-column>
<el-table-column label="有效状态" prop="VALIDSTATUS">
<template #default="{ row }">
<el-tag v-if="row.VALIDSTATUS === '1'"></el-tag>
<el-tag v-else-if="row.VALIDSTATUS === '0'">未生</el-tag>
<el-tag v-if="row.VALIDSTATUS === '1'"></el-tag>
<el-tag v-else-if="row.VALIDSTATUS === '0'"></el-tag>
</template>
</el-table-column>
<!-- <el-table-column prop="CORP_NAME" label="经营企业" width="150" />

View File

@ -163,12 +163,7 @@
>
编辑
</el-button>
<el-button
type="primary"
text
link
@click="fnDelete(row.BEIDOU_ID)"
>
<el-button type="danger" text link @click="fnDelete(row.BEIDOU_ID)">
删除
</el-button>
<el-button

View File

@ -199,12 +199,7 @@
>
编辑
</el-button>
<el-button
type="primary"
text
link
@click="fnDelete(row.INSURE_ID)"
>
<el-button type="danger" text link @click="fnDelete(row.INSURE_ID)">
删除
</el-button>
<el-button

View File

@ -171,7 +171,7 @@
编辑
</el-button>
<el-button
type="primary"
type="danger"
text
link
@click="fnDelete(row.MAINTENANCE_ID)"

View File

@ -188,7 +188,7 @@
编辑
</el-button>
<el-button
type="primary"
type="danger"
text
link
@click="fnDelete(row.OPERATIONS_ID)"

View File

@ -118,7 +118,7 @@
</el-button>
<el-button
v-if="buttonJurisdiction.del"
type="primary"
type="danger"
text
link
@click="fnDelete(row.SCRAP_ID)"

View File

@ -82,7 +82,7 @@
</el-button>
<el-button
v-if="buttonJurisdiction.del"
type="primary"
type="danger"
text
link
@click="fnDelete(row.NOTICECORP_ID)"

View File

@ -27,8 +27,8 @@
<el-col :span="6">
<el-form-item label="有效状态" prop="VALIDSTATUS">
<el-select v-model="searchForm.VALIDSTATUS" clearable>
<el-option label="正常" :value="1" />
<el-option label="未生效" :value="0" />
<el-option label="有效" :value="1" />
<el-option label="效" :value="0" />
</el-select>
</el-form-item>
</el-col>
@ -66,8 +66,8 @@
</el-table-column>
<el-table-column label="有效状态" prop="VALIDSTATUS" width="100">
<template #default="{ row }">
<el-tag v-if="row.VALIDSTATUS === '1'"></el-tag>
<el-tag v-else></el-tag>
<el-tag v-if="row.VALIDSTATUS === '1'"></el-tag>
<el-tag v-else></el-tag>
</template>
</el-table-column>
<!-- <el-table-column prop="CORP_NAME" label="经营企业" width="220" />

View File

@ -82,7 +82,7 @@
</el-button>
<el-button
v-if="buttonJurisdiction.del"
type="primary"
type="danger"
text
link
@click="fnDelete(row.SAFETYPRODUCTION_ID)"

View File

@ -67,7 +67,7 @@
</el-button>
<el-button
v-if="buttonJurisdiction.del"
type="primary"
type="danger"
text
link
@click="fnDelete(row.PROTECTIVEEQUIPMENT_ID)"

View File

@ -60,7 +60,7 @@
</el-button>
<el-button
v-if="buttonJurisdiction.del"
type="primary"
type="danger"
text
link
@click="fnDelete(row.FIREFIGHTINGMAINTAIN_ID)"

View File

@ -108,7 +108,7 @@
</el-button>
<el-button
v-if="buttonJurisdiction.del"
type="primary"
type="danger"
text
link
@click="fnDelete(row.FIREFIGHTINGFACILITY_ID)"

View File

@ -96,7 +96,7 @@
<el-button
text
link
type="primary"
type="danger"
@click="deleteItem(row.MANAGEMENTAGREEMENT_ID)"
>
删除

View File

@ -104,7 +104,7 @@
</el-button>
<el-button
v-if="buttonJurisdiction.del"
type="primary"
type="danger"
text
link
@click="fnDelete(row.PRODUCTIONFACILITY_ID)"

View File

@ -63,7 +63,7 @@
</el-button>
<el-button
v-if="buttonJurisdiction.del"
type="primary"
type="danger"
text
link
@click="fnDelete(row.MAINTAIN_ID)"

View File

@ -99,7 +99,7 @@
</el-button>
<el-button
v-if="buttonJurisdiction.del"
type="primary"
type="danger"
text
link
@click="fnDelete(row.REPORTEDINCIDENT_ID)"

View File

@ -88,7 +88,7 @@
</el-button>
<el-button
v-if="buttonJurisdiction.del"
type="primary"
type="danger"
text
link
@click="fnDelete(row.IDENTIFICATIONPARTS_ID)"

View File

@ -137,7 +137,7 @@
</el-button>
<el-button
v-if="buttonJurisdiction.del"
type="primary"
type="danger"
text
link
@click="fnDelete(row.RISKPOINT_ID)"

View File

@ -97,7 +97,7 @@
</el-button>
<el-button
v-if="buttonJurisdiction.del"
type="primary"
type="danger"
text
link
@click="fnDelete(row.RISKUNIT_ID)"

View File

@ -64,7 +64,7 @@
</el-button>
<el-button
v-show="buttonJurisdiction.del"
type="primary"
type="danger"
text
link
@click="fnDelete(row.RISKWARNING_ID)"

View File

@ -23,8 +23,8 @@
<el-col :span="6">
<el-form-item label="有效状态" prop="VALIDSTATUS">
<el-select v-model="searchForm.VALIDSTATUS" clearable>
<el-option label="正常" :value="1" />
<el-option label="未生效" :value="0" />
<el-option label="有效" :value="0" />
<el-option label="失效" :value="1" />
</el-select>
</el-form-item>
</el-col>
@ -61,8 +61,8 @@
</el-table-column>
<el-table-column label="有效状态" prop="VALIDSTATUS">
<template #default="{ row }">
<el-tag v-if="row.VALIDSTATUS === '1'"></el-tag>
<el-tag v-else-if="row.VALIDSTATUS === '0'">未生</el-tag>
<el-tag v-if="row.VALIDSTATUS === '1'"></el-tag>
<el-tag v-else-if="row.VALIDSTATUS === '0'"></el-tag>
</template>
</el-table-column>
<!-- <el-table-column prop="CORP_NAME" label="经营企业" width="150" />-->

View File

@ -90,7 +90,7 @@
<el-button
text
link
type="primary"
type="danger"
@click="deleteItem(row.ACTIVITIES_ID)"
>
删除

View File

@ -85,7 +85,7 @@
<el-button
text
link
type="primary"
type="danger"
@click="deleteItem(row.MANUAL_ID)"
>
删除

View File

@ -23,8 +23,8 @@
<el-col :span="6">
<el-form-item label="有效状态" prop="VALIDSTATUS">
<el-select v-model="searchForm.VALIDSTATUS" clearable>
<el-option label="正常" value="1" />
<el-option label="未生效" value="2" />
<el-option label="有效" value="1" />
<el-option label="效" value="2" />
</el-select>
</el-form-item>
</el-col>
@ -61,8 +61,8 @@
</el-table-column>
<el-table-column label="有效状态" prop="VALIDSTATUS">
<template #default="{ row }">
<el-tag v-if="row.VALIDSTATUS === '1'"></el-tag>
<el-tag v-else-if="row.VALIDSTATUS === '2'">未生</el-tag>
<el-tag v-if="row.VALIDSTATUS === '1'"></el-tag>
<el-tag v-else-if="row.VALIDSTATUS === '2'"></el-tag>
</template>
</el-table-column>
<!-- <el-table-column prop="CORP_NAME" label="经营企业" width="150" />-->

View File

@ -27,8 +27,8 @@
<el-col :span="6">
<el-form-item label="有效状态" prop="VALIDSTATUS">
<el-select v-model="searchForm.VALIDSTATUS" clearable>
<el-option label="正常" :value="1" />
<el-option label="未生效" :value="0" />
<el-option label="有效" :value="1" />
<el-option label="效" :value="0" />
</el-select>
</el-form-item>
</el-col>
@ -70,8 +70,8 @@
</el-table-column>
<el-table-column label="有效状态" prop="VALIDSTATUS">
<template #default="{ row }">
<el-tag v-if="row.VALIDSTATUS === '1'"></el-tag>
<el-tag v-else></el-tag>
<el-tag v-if="row.VALIDSTATUS === '1'"></el-tag>
<el-tag v-else></el-tag>
</template>
</el-table-column>
<!-- <el-table-column prop="CORP_NAME" label="经营企业" width="150" />

View File

@ -23,8 +23,8 @@
<el-col :span="6">
<el-form-item label="有效状态" prop="VALIDSTATUS">
<el-select v-model="searchForm.VALIDSTATUS" clearable>
<el-option label="正常" :value="1" />
<el-option label="未生效" :value="0" />
<el-option label="有效" :value="1" />
<el-option label="效" :value="0" />
</el-select>
</el-form-item>
</el-col>
@ -66,8 +66,8 @@
</el-table-column>
<el-table-column label="有效状态" prop="VALIDSTATUS">
<template #default="{ row }">
<el-tag v-if="row.VALIDSTATUS === '1'"></el-tag>
<el-tag v-else></el-tag>
<el-tag v-if="row.VALIDSTATUS === '1'"></el-tag>
<el-tag v-else></el-tag>
</template>
</el-table-column>
<!-- <el-table-column prop="CORP_NAME" label="经营企业" width="150" />

View File

@ -52,7 +52,7 @@
<template #default="{ row }">
<el-button
v-if="buttonJurisdiction.del && row.UNAME !== 'init'"
type="primary"
type="danger"
text
link
@click="fnDelete(row.MFOLDER_ID, row.FILEPATH)"

View File

@ -171,7 +171,7 @@
</el-button>
<el-button
v-if="buttonJurisdiction.del"
type="primary"
type="danger"
text
link
@click="fnDelete(row.BUS_TEXT_LIBRARY_ID)"

View File

@ -79,7 +79,7 @@
</el-button>
<el-button
v-if="!isEdit"
type="primary"
type="danger"
text
link
@click="fnDelete(row.CLASSCURRICULUM_ID)"

View File

@ -209,7 +209,7 @@
</el-button>
<el-button
v-if="row.STATE === '1' && row.STUDYRECORDCNT === 0"
type="primary"
type="danger"
text
link
@click="fnDelete(row.CLASS_ID)"

View File

@ -144,7 +144,10 @@
</div>
<div class="tr">
<el-button @click="fnAddOrEdit(item, index)">编辑</el-button>
<el-button @click="fnDelete(item.PAPER_QUESTION_ID, index)">
<el-button
type="danger"
@click="fnDelete(item.PAPER_QUESTION_ID, index)"
>
删除
</el-button>
</div>

View File

@ -127,7 +127,7 @@
</el-button>
<el-button
v-if="row.SOURCETYPE === '2' || row.PAPERUSERCOUNT === 0"
type="primary"
type="danger"
text
link
@click="fnDelete(row.STAGEEXAMPAPERINPUT_ID)"

View File

@ -119,7 +119,10 @@
</div>
<div class="tr">
<el-button @click="fnAddOrEdit(item, index)">编辑</el-button>
<el-button @click="fnDelete(item.PAPER_QUESTION_ID, index)">
<el-button
type="danger"
@click="fnDelete(item.PAPER_QUESTION_ID, index)"
>
删除
</el-button>
</div>

View File

@ -75,7 +75,9 @@
"
>编辑</el-button
>
<el-button type="text" @click="fnDelete(row.STAGEEXAMPAPERINPUT_ID)"
<el-button
type="danger"
@click="fnDelete(row.STAGEEXAMPAPERINPUT_ID)"
>删除</el-button
>
<el-button

View File

@ -127,7 +127,7 @@
</div>
<div>
<el-button
type="primary"
type="danger"
@click="fnDeleteChapter(index, item, 'first')"
>
删除
@ -192,7 +192,7 @@
</div>
<div>
<el-button
type="primary"
type="danger"
@click="fnDeleteChapter(index1, item, 'second')"
>
删除

View File

@ -126,7 +126,7 @@
</div>
<div>
<el-button
type="primary"
type="danger"
@click="fnDeleteChapter(index, item, 'first')"
>
删除
@ -184,7 +184,7 @@
</div>
<div>
<el-button
type="primary"
type="danger"
@click="fnDeleteChapter(index1, item, 'second')"
>
删除

View File

@ -137,7 +137,7 @@
</el-button>
<el-button
v-if="row.IS_CORP_CREATE === 1"
type="primary"
type="danger"
text
link
@click="fnDelete(row.CURRICULUM_ID)"

View File

@ -76,7 +76,7 @@
</el-button>
<el-button
v-if="buttonJurisdiction.del"
type="primary"
type="danger"
text
link
@click="fnDelete(row.SHIFTWORKRULES_ID)"