css
shj
2022-07-18 9f4e449a4159c9debf5520a797393bd5df2e5908
css
已修改29个文件
663 ■■■■ 文件已修改
src/assets/index.css 补丁 | 查看 | 原始文档 | blame | 历史
src/components/DailogSearch/DailogSearch.vue 17 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/DailogSearchUser/index.vue 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/equipmentDailog/Dailog.vue 23 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/equipmentDailog/DailogS.vue 19 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/equipmentDailog/categoryDailog.vue 23 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/equipmentDailog/detectDailog.vue 23 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/equipmentDailog/maintenanceDailog.vue 23 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/equipmentDailog/planDailog.vue 23 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/equipmentDailog/regionDailog.vue 23 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/equipmentDailog/repairDailog.vue 23 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/equipmentDailog/standardDailog.vue 23 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/updata/updata.vue 68 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/facilityManagement/deviceType/component/Dailog.vue 20 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/goalManagement/IncentiveRecording/component/DailogAdd.vue 19 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/goalManagement/IncentiveRecording/component/DailogSearch.vue 27 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/goalManagement/Incentivestandard/component/DailogAdd.vue 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/goalManagement/TargetBook/component/DailogAdd.vue 19 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/goalManagement/TargetBook/component/DailogSearch.vue 27 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/goalManagement/performanceAppraisal/component/DailogAq.vue 21 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/goalManagement/performanceAppraisal/component/DailogKh.vue 23 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/goalManagement/performanceAppraisal/component/DailogKhS.vue 17 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/goalManagement/performanceAppraisal/component/DailogSearch.vue 27 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/goalManagement/safetyAssessment/component/Dailog.vue 26 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/goalManagement/targetDecompositionYear/component/Dailog.vue 31 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/goalManagement/targetDecompositionYear/component/DailogAdd.vue 23 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/goalManagement/targetEscalation/component/Dailog.vue 42 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/goalManagement/targetImprovements/component/Dailogprove.vue 17 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/goalManagement/targetSettings/component/dailogAdd.vue 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/index.css
src/components/DailogSearch/DailogSearch.vue
@@ -1,5 +1,6 @@
<template>
    <el-dialog v-model="dialogVisible" title="选择安全目标指标" width="50%" draggable>
    <el-dialog v-model="dialogVisible" :fullscreen="full" title="选择安全目标指标" width="50%" draggable>
        <el-button @click="toggleFullscreen" size="small" class="pot" :icon="FullScreen"></el-button>
        <el-row>
            <el-col :span="17">
                <el-form ref="ruleFormRef" :model="ruleForm" status-icon>
@@ -74,7 +75,7 @@
</template>
<script lang="ts">
import { defineComponent, reactive, ref } from 'vue';
import { Delete } from '@element-plus/icons-vue';
import { Delete,FullScreen } from '@element-plus/icons-vue';
export default defineComponent({
    setup() {
        const dialogVisible = ref<boolean>(false);
@@ -126,6 +127,15 @@
        const radio=(event:any)=>{
            dynamicTags.value[0]=event
        }
            //全屏
        const full = ref(false);
        const toggleFullscreen = () => {
            if (full.value == false) {
                full.value = true;
            }else{
        full.value = false;
      }
        };
        return {
            dialogVisible,
            openDailog,
@@ -138,7 +148,10 @@
            handleClose,
            radio1,
            radio,
            full,
            toggleFullscreen,
            Delete,
            FullScreen
        };
    },
});
src/components/DailogSearchUser/index.vue
@@ -1,5 +1,6 @@
<template>
    <el-dialog v-model="dialogVisible" title="用户选择" width="60%" draggable>
    <el-dialog v-model="dialogVisible" :fullscreen="full" title="用户选择" width="60%" draggable>
        <el-button @click="toggleFullscreen" size="small" class="pot" :icon="FullScreen"></el-button>
        <el-row>
            <el-col :span="6">
                <div class="userTree">
@@ -62,6 +63,7 @@
</template>
<script lang="ts">
import { defineComponent, ref, reactive } from 'vue';
import { FullScreen } from '@element-plus/icons-vue';
interface Tree {
    label: string;
    children?: Tree[];
@@ -178,6 +180,15 @@
        const openDailog = () => {
            dialogVisible.value = true;
        };
            //全屏
        const full = ref(false);
        const toggleFullscreen = () => {
            if (full.value == false) {
                full.value = true;
            }else{
        full.value = false;
      }
        };
        return {
            dialogVisible,
            names,
@@ -191,7 +202,10 @@
            handleCurrentChange,
            radio1,
            dynamicTags,
            handleClose
            handleClose,
            FullScreen,
            full,
            toggleFullscreen
        };
    },
});
src/components/equipmentDailog/Dailog.vue
@@ -1,5 +1,6 @@
<template>
    <el-dialog v-model="dialogVisible" title="新建仪器仪表" width="60%">
    <el-dialog v-model="dialogVisible" :fullscreen="full" title="新建仪器仪表" width="60%">
        <el-button @click="toggleFullscreen" size="small" class="pot" :icon="FullScreen"></el-button>
        <el-form :model="form" label-width="120px" class="formType">
            <el-form-item label="装置设施名称">
                <el-input v-model="form.name" placeholder="请填写装置设施名称" />
@@ -297,7 +298,7 @@
</template>
<script lang="ts">
import { defineComponent, ref, reactive } from 'vue';
import { Search } from '@element-plus/icons-vue';
import { Search, FullScreen } from '@element-plus/icons-vue';
import categoryDailog from './categoryDailog.vue';
import regionDailog from './regionDailog.vue';
import maintenanceDailog from './maintenanceDailog.vue';
@@ -321,10 +322,10 @@
            resource: '',
            desc: '',
        });
        const Dailogtype=ref(false)
        const Dailogtype = ref(false);
        const openDailog = (type:boolean) => {
            dialogVisible.value = true;
            Dailogtype.value=type
            Dailogtype.value = type;
        };
        const activeName = ref('first');
        const tableData = [
@@ -407,6 +408,15 @@
                () => false
            );
        };
        //全屏
        const full = ref(false);
        const toggleFullscreen = () => {
            if (full.value == false) {
                full.value = true;
            } else {
                full.value = false;
            }
        };
        return {
            dialogVisible,
            Dailogtype,
@@ -433,7 +443,10 @@
            handleRemove,
            handlePreview,
            handleExceed,
            beforeRemove
            beforeRemove,
            full,
            toggleFullscreen,
            FullScreen,
        };
    },
});
src/components/equipmentDailog/DailogS.vue
@@ -1,5 +1,6 @@
<template>
    <el-dialog v-model="dialogVisible" title="新建仪器仪表" width="60%">
    <el-dialog :fullscreen="full" v-model="dialogVisible" title="新建仪器仪表" width="60%">
            <el-button @click="toggleFullscreen" size="small" class="pot" :icon="FullScreen"></el-button>
        <el-form :model="form" label-width="130px">
            <el-row>
                <el-col :span="11">
@@ -248,7 +249,7 @@
</template>
<script lang="ts">
import { defineComponent, ref, reactive } from 'vue';
import { Search,Plus } from '@element-plus/icons-vue';
import { Search,Plus,FullScreen } from '@element-plus/icons-vue';
import categoryDailog from './categoryDailog.vue';
import planDailog from './planDailog.vue';
import maintenanceDailog from './maintenanceDailog.vue';
@@ -375,6 +376,15 @@
            }
            return true;
        };
            //全屏
        const full = ref(false);
        const toggleFullscreen = () => {
            if (full.value == false) {
                full.value = true;
            }else{
        full.value = false;
      }
        };
        return {
            dialogVisible,
            Dailogtype,
@@ -405,7 +415,10 @@
            imageUrl,
            handleAvatarSuccess,
            beforeAvatarUpload,
            Plus
            Plus,
                full,
            toggleFullscreen,
            FullScreen,
        };
    },
});
src/components/equipmentDailog/categoryDailog.vue
@@ -1,5 +1,6 @@
<template>
    <el-dialog v-model="dialogVisible" title="选择类型/类别外键"  width="50%" draggable>
    <el-dialog v-model="dialogVisible" :fullscreen="full" title="选择类型/类别外键" width="50%" draggable>
        <el-button @click="toggleFullscreen" size="small" class="pot" :icon="FullScreen"></el-button>
        <el-row>
            <el-col :span="17">
                <el-form ref="ruleFormRef" :model="ruleForm" status-icon>
@@ -72,7 +73,7 @@
</template>
<script lang="ts">
import { defineComponent, reactive, ref } from 'vue';
import { Delete } from '@element-plus/icons-vue';
import { Delete, FullScreen } from '@element-plus/icons-vue';
export default defineComponent({
    setup() {
        const dialogVisible = ref<boolean>(false);
@@ -118,12 +119,21 @@
        const dynamicTags = ref(['2016-05-03']);
        const handleClose = (tag: string) => {
            dynamicTags.value.splice(dynamicTags.value.indexOf(tag), 1);
            radio1.value=""
            radio1.value = '';
        };
        const radio1=ref('2016-05-03')
        const radio1 = ref('2016-05-03');
        const radio=(event:any)=>{
            dynamicTags.value[0]=event
            dynamicTags.value[0] = event;
        };
        //全屏
        const full = ref(false);
        const toggleFullscreen = () => {
            if (full.value == false) {
                full.value = true;
            } else {
                full.value = false;
        }
        };
        return {
            dialogVisible,
            openDailog,
@@ -137,6 +147,9 @@
            radio1,
            radio,
            Delete,
            full,
            toggleFullscreen,
            FullScreen,
        };
    },
});
src/components/equipmentDailog/detectDailog.vue
@@ -1,5 +1,6 @@
<template>
    <el-dialog v-model="dialogVisible" title="新建设备检测" width="50%" draggable>
    <el-dialog v-model="dialogVisible" :fullscreen="full" title="新建设备检测" width="50%" draggable>
        <el-button @click="toggleFullscreen" size="small" class="pot" :icon="FullScreen"></el-button>
        <el-form :model="form" label-width="120px">
            <el-row>
                <el-col :span="11">
@@ -56,8 +57,8 @@
</template>
<script lang="ts">
import { defineComponent, ref, reactive } from 'vue';
import { Search } from '@element-plus/icons-vue';
import DailogSearchUser from '/@/components/DailogSearchUser/index.vue'
import { Search, FullScreen } from '@element-plus/icons-vue';
import DailogSearchUser from '/@/components/DailogSearchUser/index.vue';
export default defineComponent({
    components:{DailogSearchUser},
    setup() {
@@ -77,10 +78,19 @@
            dialogVisible.value = true;
        };
        // 开启用户弹窗
        const Show=ref()
        const Show = ref();
        const openUser=()=>{
          Show.value.openDailog()
            Show.value.openDailog();
        };
        //全屏
        const full = ref(false);
        const toggleFullscreen = () => {
            if (full.value == false) {
                full.value = true;
            } else {
                full.value = false;
        }
        };
        return {
            form,
            dialogVisible,
@@ -88,6 +98,9 @@
            Show,
            openUser,
            Search,
            full,
            toggleFullscreen,
            FullScreen,
        };
    },
});
src/components/equipmentDailog/maintenanceDailog.vue
@@ -1,5 +1,6 @@
<template>
    <el-dialog v-model="dialogVisible" title="新建仪器仪表" width="50%" draggable>
    <el-dialog :fullscreen="full" v-model="dialogVisible" title="新建仪器仪表" width="50%" draggable>
        <el-button @click="toggleFullscreen" size="small" class="pot" :icon="FullScreen"></el-button>
        <el-form :model="form" label-width="120px">
            <el-row>
                <el-col :span="11">
@@ -43,8 +44,8 @@
</template>
<script lang="ts">
import { defineComponent, ref, reactive } from 'vue';
import { Search } from '@element-plus/icons-vue';
import DailogSearchUser from '/@/components/DailogSearchUser/index.vue'
import { Search, FullScreen } from '@element-plus/icons-vue';
import DailogSearchUser from '/@/components/DailogSearchUser/index.vue';
export default defineComponent({
    components:{DailogSearchUser},
    setup() {
@@ -64,10 +65,19 @@
            dialogVisible.value = true;
        };
        // 开启用户弹窗
        const Show=ref()
        const Show = ref();
        const openUser=()=>{
          Show.value.openDailog()
            Show.value.openDailog();
        };
        //全屏
        const full = ref(false);
        const toggleFullscreen = () => {
            if (full.value == false) {
                full.value = true;
            } else {
                full.value = false;
        }
        };
        return {
            form,
            dialogVisible,
@@ -75,6 +85,9 @@
            Show,
            openUser,
            Search,
            full,
            toggleFullscreen,
            FullScreen,
        };
    },
});
src/components/equipmentDailog/planDailog.vue
@@ -1,5 +1,6 @@
<template>
    <el-dialog v-model="dialogVisible" title="选择所属重大危险源单元"  width="50%" draggable>
    <el-dialog v-model="dialogVisible" :fullscreen="full" title="选择所属重大危险源单元" width="50%" draggable>
        <el-button @click="toggleFullscreen" size="small" class="pot" :icon="FullScreen"></el-button>
        <el-row>
            <el-col :span="17">
                <el-form ref="ruleFormRef" :model="ruleForm" status-icon>
@@ -67,7 +68,7 @@
</template>
<script lang="ts">
import { defineComponent, reactive, ref } from 'vue';
import { Delete } from '@element-plus/icons-vue';
import { Delete, FullScreen } from '@element-plus/icons-vue';
export default defineComponent({
    setup() {
        const dialogVisible = ref<boolean>(false);
@@ -113,12 +114,21 @@
        const dynamicTags = ref(['2016-05-03']);
        const handleClose = (tag: string) => {
            dynamicTags.value.splice(dynamicTags.value.indexOf(tag), 1);
            radio1.value=""
            radio1.value = '';
        };
        const radio1=ref('2016-05-03')
        const radio1 = ref('2016-05-03');
        const radio=(event:any)=>{
            dynamicTags.value[0]=event
            dynamicTags.value[0] = event;
        };
        //全屏
        const full = ref(false);
        const toggleFullscreen = () => {
            if (full.value == false) {
                full.value = true;
            } else {
                full.value = false;
        }
        };
        return {
            dialogVisible,
            openDailog,
@@ -132,6 +142,9 @@
            radio1,
            radio,
            Delete,
            full,
            toggleFullscreen,
            FullScreen,
        };
    },
});
src/components/equipmentDailog/regionDailog.vue
@@ -1,5 +1,6 @@
<template>
    <el-dialog v-model="dialogVisible" title="选择区域名称"  width="50%" draggable>
    <el-dialog v-model="dialogVisible" :fullscreen="full" title="选择区域名称" width="50%" draggable>
        <el-button @click="toggleFullscreen" size="small" class="pot" :icon="FullScreen"></el-button>
        <el-row>
            <el-col :span="17">
                <el-form ref="ruleFormRef" :model="ruleForm" status-icon>
@@ -67,7 +68,7 @@
</template>
<script lang="ts">
import { defineComponent, reactive, ref } from 'vue';
import { Delete } from '@element-plus/icons-vue';
import { Delete, FullScreen } from '@element-plus/icons-vue';
export default defineComponent({
    setup() {
        const dialogVisible = ref<boolean>(false);
@@ -113,12 +114,21 @@
        const dynamicTags = ref(['2016-05-03']);
        const handleClose = (tag: string) => {
            dynamicTags.value.splice(dynamicTags.value.indexOf(tag), 1);
            radio1.value=""
            radio1.value = '';
        };
        const radio1=ref('2016-05-03')
        const radio1 = ref('2016-05-03');
        const radio=(event:any)=>{
            dynamicTags.value[0]=event
            dynamicTags.value[0] = event;
        };
        //全屏
        const full = ref(false);
        const toggleFullscreen = () => {
            if (full.value == false) {
                full.value = true;
            } else {
                full.value = false;
        }
        };
        return {
            dialogVisible,
            openDailog,
@@ -132,6 +142,9 @@
            radio1,
            radio,
            Delete,
            full,
            toggleFullscreen,
            FullScreen,
        };
    },
});
src/components/equipmentDailog/repairDailog.vue
@@ -1,5 +1,6 @@
<template>
    <el-dialog v-model="dialogVisible" title="新建设备维修" width="50%" draggable>
    <el-dialog v-model="dialogVisible" :fullscreen="full" title="新建设备维修" width="50%" draggable>
        <el-button @click="toggleFullscreen" size="small" class="pot" :icon="FullScreen"></el-button>
        <el-form :model="form" label-width="120px">
            <el-row>
                <el-col :span="11">
@@ -65,8 +66,8 @@
</template>
<script lang="ts">
import { defineComponent, ref, reactive } from 'vue';
import { Search } from '@element-plus/icons-vue';
import DailogSearchUser from '/@/components/DailogSearchUser/index.vue'
import { Search, FullScreen } from '@element-plus/icons-vue';
import DailogSearchUser from '/@/components/DailogSearchUser/index.vue';
export default defineComponent({
    components:{DailogSearchUser},
    setup() {
@@ -86,10 +87,19 @@
            dialogVisible.value = true;
        };
        // 开启用户弹窗
        const Show=ref()
        const Show = ref();
        const openUser=()=>{
          Show.value.openDailog()
            Show.value.openDailog();
        };
        //全屏
        const full = ref(false);
        const toggleFullscreen = () => {
            if (full.value == false) {
                full.value = true;
            } else {
                full.value = false;
        }
        };
        return {
            form,
            dialogVisible,
@@ -97,6 +107,9 @@
            Show,
            openUser,
            Search,
            full,
            toggleFullscreen,
            FullScreen,
        };
    },
});
src/components/equipmentDailog/standardDailog.vue
@@ -1,5 +1,6 @@
<template>
    <el-dialog v-model="dialogVisible" title="新建检查标准设置" width="50%" draggable>
    <el-dialog v-model="dialogVisible" :fullscreen="full" title="新建检查标准设置" width="50%" draggable>
        <el-button @click="toggleFullscreen" size="small" class="pot" :icon="FullScreen"></el-button>
        <el-form :model="form" label-width="120px">
            <el-row>
                <el-col :span="11">
@@ -50,8 +51,8 @@
</template>
<script lang="ts">
import { defineComponent, ref, reactive } from 'vue';
import { Search } from '@element-plus/icons-vue';
import DailogSearchUser from '/@/components/DailogSearchUser/index.vue'
import { Search, FullScreen } from '@element-plus/icons-vue';
import DailogSearchUser from '/@/components/DailogSearchUser/index.vue';
export default defineComponent({
    components:{DailogSearchUser},
    setup() {
@@ -71,10 +72,19 @@
            dialogVisible.value = true;
        };
        // 开启用户弹窗
        const Show=ref()
        const Show = ref();
        const openUser=()=>{
          Show.value.openDailog()
            Show.value.openDailog();
        };
        //全屏
        const full = ref(false);
        const toggleFullscreen = () => {
            if (full.value == false) {
                full.value = true;
            } else {
                full.value = false;
        }
        };
        return {
            form,
            dialogVisible,
@@ -82,6 +92,9 @@
            Show,
            openUser,
            Search,
            full,
            toggleFullscreen,
            FullScreen,
        };
    },
});
src/components/updata/updata.vue
@@ -1,10 +1,6 @@
<template>
  <el-dialog
    v-model="dialogVisible"
    title="导入Excel"
    width="50%"
    draggable
  >
    <el-dialog v-model="dialogVisible" title="导入Excel" width="50%" :fullscreen="full" draggable>
        <el-button @click="toggleFullscreen" size="small" class="pot" :icon="FullScreen"></el-button>
    <el-upload
      v-model:file-list="fileList"
      class="upload-demo"
@@ -19,64 +15,61 @@
    <el-button>下载模板</el-button>
      <el-button type="primary">点击上传</el-button>
      <template #tip>
        <div class="el-upload__tip">
          只允许导入“xls”或“xlsx”格式文件!
        </div>
                <div class="el-upload__tip">只允许导入“xls”或“xlsx”格式文件!</div>
      </template>
    </el-upload>
  </el-dialog>
</template>
<script lang="ts">
import { ref,toRefs, reactive,defineComponent,computed } from "vue";
import { ElMessage, ElMessageBox } from "element-plus";
import type { UploadProps, UploadUserFile } from "element-plus";
import { ref, toRefs, reactive, defineComponent, computed } from 'vue';
import { ElMessage, ElMessageBox } from 'element-plus';
import type { UploadProps, UploadUserFile } from 'element-plus';
import { FullScreen } from '@element-plus/icons-vue';
export default defineComponent({
  setup() {
    let dialogVisible =ref<boolean>(false)
        let dialogVisible = ref<boolean>(false);
    const fileList = ref<UploadUserFile[]>([
      {
        name: "element-plus-logo.svg",
        url: "https://element-plus.org/images/element-plus-logo.svg",
                name: 'element-plus-logo.svg',
                url: 'https://element-plus.org/images/element-plus-logo.svg',
      },
      {
        name: "element-plus-logo2.svg",
        url: "https://element-plus.org/images/element-plus-logo.svg",
                name: 'element-plus-logo2.svg',
                url: 'https://element-plus.org/images/element-plus-logo.svg',
      },
    ]);
    const handleRemove: UploadProps["onRemove"] = (file, uploadFiles) => {
        const handleRemove: UploadProps['onRemove'] = (file, uploadFiles) => {
      console.log(file, uploadFiles);
    };
    const handlePreview: UploadProps["onPreview"] = (uploadFile) => {
        const handlePreview: UploadProps['onPreview'] = (uploadFile) => {
      console.log(uploadFile);
    };
    const handleExceed: UploadProps["onExceed"] = (files, uploadFiles) => {
      ElMessage.warning(
        `The limit is 3, you selected ${
          files.length
        } files this time, add up to ${
          files.length + uploadFiles.length
        } totally`
      );
        const handleExceed: UploadProps['onExceed'] = (files, uploadFiles) => {
            ElMessage.warning(`The limit is 3, you selected ${files.length} files this time, add up to ${files.length + uploadFiles.length} totally`);
    };
    const beforeRemove: UploadProps["beforeRemove"] = (
      uploadFile,
      uploadFiles
    ) => {
      return ElMessageBox.confirm(
        `Cancel the transfert of ${uploadFile.name} ?`
      ).then(
        const beforeRemove: UploadProps['beforeRemove'] = (uploadFile, uploadFiles) => {
            return ElMessageBox.confirm(`Cancel the transfert of ${uploadFile.name} ?`).then(
        () => true,
        () => false
      );
    };
   // 打开弹窗
            const openDialog = (type:string,value:any,projectList: any,projectId:string) => {
        dialogVisible.value=true
            dialogVisible.value = true;
        };
        //全屏
        const full = ref(false);
        const toggleFullscreen = () => {
            if (full.value == false) {
                full.value = true;
            }else{
        full.value = false;
      }
        };
    return {
      dialogVisible,
      fileList,
@@ -84,7 +77,10 @@
      handlePreview,
      handleExceed,
      beforeRemove,
      openDialog
            openDialog,
      full,
      toggleFullscreen,
      FullScreen
    };
  },
});
src/views/facilityManagement/deviceType/component/Dailog.vue
@@ -1,5 +1,6 @@
<template>
    <el-dialog v-model="dialogVisible" title="新建设备设施类型管理" width="50%" draggable>
    <el-dialog v-model="dialogVisible" :fullscreen="full" title="新建设备设施类型管理" width="50%" draggable>
        <el-button @click="toggleFullscreen" size="small" class="pot" :icon="FullScreen"></el-button>
         <el-form :model="form" label-width="120px">
        <el-row>
            <el-col :span="11">
@@ -42,17 +43,30 @@
</template>
<script lang="ts">
import { defineComponent, ref } from 'vue';
import { FullScreen } from '@element-plus/icons-vue';
export default defineComponent({
    setup() {
        const dialogVisible = ref(false);
        const form = ref({});
        const openDailog=()=>{
            dialogVisible.value=true
            dialogVisible.value = true;
        };
        //全屏
        const full = ref(false);
        const toggleFullscreen = () => {
            if (full.value == false) {
                full.value = true;
            } else {
                full.value = false;
        }
        };
        return {
            dialogVisible,
            form,
            openDailog
            openDailog,
            full,
            toggleFullscreen,
            FullScreen,
        };
    },
});
src/views/goalManagement/IncentiveRecording/component/DailogAdd.vue
@@ -1,5 +1,6 @@
<template>
    <el-dialog v-model="dialogVisible" title="新建奖惩记录" width="50%" draggable>
    <el-dialog v-model="dialogVisible" :fullscreen="full" title="新建奖惩记录" width="50%" draggable>
        <el-button @click="toggleFullscreen" size="small" class="pot" :icon="FullScreen"></el-button>
        <el-form :model="form" label-width="120px">
            <el-row>
                <el-col :span="24">
@@ -58,9 +59,9 @@
</template>
<script lang="ts">
import { defineComponent, ref, reactive } from 'vue';
import { Search } from '@element-plus/icons-vue';
import { Search, FullScreen } from '@element-plus/icons-vue';
import DailogSearch from './DailogSearch.vue';
import DailogSearchUser from '/@/components/DailogSearchUser/index.vue'
import DailogSearchUser from '/@/components/DailogSearchUser/index.vue';
export default defineComponent({
    components: { DailogSearch,DailogSearchUser },
    setup() {
@@ -91,6 +92,15 @@
        const daiInpts = () => {
            Show.value.openDailog();
        };
        //全屏
        const full = ref(false);
        const toggleFullscreen = () => {
            if (full.value == false) {
                full.value = true;
            } else {
                full.value = false;
            }
        };
        return {
            form,
            dialogVisible,
@@ -101,6 +111,9 @@
            Show,
            daiInpts,
            Search,
            full,
            toggleFullscreen,
            FullScreen,
        };
    },
});
src/views/goalManagement/IncentiveRecording/component/DailogSearch.vue
@@ -1,5 +1,6 @@
<template>
    <el-dialog v-model="dialogVisible" title="奖惩类型" width="50%" draggable>
    <el-dialog v-model="dialogVisible" :fullscreen="full" title="奖惩类型" width="50%" draggable>
        <el-button @click="toggleFullscreen" size="small" class="pot" :icon="FullScreen"></el-button>
        <el-row>
            <el-col :span="17">
        <el-form ref="ruleFormRef" :model="ruleForm" status-icon>
@@ -44,7 +45,15 @@
        />
        </el-col>
        <el-col :span="7">
            <el-tag v-for="tag in dynamicTags" :key="tag" class="mx-1" style="margin:5px" closable :disable-transitions="false" @close="handleClose(tag)">
                <el-tag
                    v-for="tag in dynamicTags"
                    :key="tag"
                    class="mx-1"
                    style="margin: 5px"
                    closable
                    :disable-transitions="false"
                    @close="handleClose(tag)"
                >
                    {{ tag }}
                </el-tag>
        </el-col>
@@ -59,7 +68,7 @@
</template>
<script lang="ts">
import { defineComponent, reactive, ref } from 'vue';
import { Delete } from '@element-plus/icons-vue';
import { Delete, FullScreen } from '@element-plus/icons-vue';
export default defineComponent({
    setup() {
        const dialogVisible = ref<boolean>(false);
@@ -106,6 +115,15 @@
        const handleClose = (tag: string) => {
            dynamicTags.value.splice(dynamicTags.value.indexOf(tag), 1);
        };
        //全屏
        const full = ref(false);
        const toggleFullscreen = () => {
            if (full.value == false) {
                full.value = true;
            } else {
                full.value = false;
            }
        };
        return {
            dialogVisible,
            openDailog,
@@ -117,6 +135,9 @@
            dynamicTags,
            handleClose,
            Delete,
            full,
            toggleFullscreen,
            FullScreen,
        };
    },
});
src/views/goalManagement/Incentivestandard/component/DailogAdd.vue
@@ -1,5 +1,6 @@
<template>
    <el-dialog v-model="dialogVisible" title="新建奖惩标准设定" width="50%" draggable>
    <el-dialog v-model="dialogVisible" :fullscreen="full" title="新建奖惩标准设定" width="50%" draggable>
        <el-button @click="toggleFullscreen" size="small" class="pot" :icon="FullScreen"></el-button>
        <el-form :model="form" label-width="120px">
            <el-row>
                <el-col :span="11">
@@ -46,7 +47,7 @@
</template>
<script lang="ts">
import { defineComponent, ref, reactive } from 'vue';
import { Search } from '@element-plus/icons-vue';
import { Search, FullScreen } from '@element-plus/icons-vue';
export default defineComponent({
    setup() {
        const dialogVisible = ref<boolean>(false);
@@ -65,7 +66,15 @@
        };
        // 导航
        const activeName = ref('1');
        // 表格
        //全屏
        const full = ref(false);
        const toggleFullscreen = () => {
            if (full.value == false) {
                full.value = true;
            } else {
                full.value = false;
            }
        };
        return {
            form,
@@ -73,6 +82,9 @@
            openDailog,
            activeName,
            Search,
            full,
            toggleFullscreen,
            FullScreen,
        };
    },
});
src/views/goalManagement/TargetBook/component/DailogAdd.vue
@@ -1,5 +1,6 @@
<template>
    <el-dialog v-model="dialogVisible" title="新建目标责任书" width="50%" draggable>
    <el-dialog v-model="dialogVisible" :fullscreen="full" title="新建目标责任书" width="50%" draggable>
        <el-button @click="toggleFullscreen" size="small" class="pot" :icon="FullScreen"></el-button>
        <el-form :model="form" label-width="120px">
            <el-row>
                <el-col :span="24">
@@ -58,7 +59,7 @@
</template>
<script lang="ts">
import { defineComponent, ref, reactive } from 'vue';
import { Search } from '@element-plus/icons-vue';
import { Search, FullScreen } from '@element-plus/icons-vue';
import DailogSearch from './DailogSearch.vue';
import { ElMessage, ElMessageBox } from 'element-plus';
import type { UploadProps, UploadUserFile } from 'element-plus';
@@ -118,6 +119,15 @@
                () => false
            );
        };
        //全屏
        const full = ref(false);
        const toggleFullscreen = () => {
            if (full.value == false) {
                full.value = true;
            } else {
                full.value = false;
            }
        };
        return {
            form,
            dialogVisible,
@@ -130,7 +140,10 @@
            handleRemove,
            handlePreview,
            handleExceed,
            beforeRemove
            beforeRemove,
            full,
            toggleFullscreen,
            FullScreen,
        };
    },
});
src/views/goalManagement/TargetBook/component/DailogSearch.vue
@@ -1,5 +1,6 @@
<template>
    <el-dialog v-model="dialogVisible" title="选择岗位" width="50%" draggable>
    <el-dialog v-model="dialogVisible" :fullscreen="full" title="选择岗位" width="50%" draggable>
        <el-button @click="toggleFullscreen" size="small" class="pot" :icon="FullScreen"></el-button>
        <el-row>
            <el-col :span="17">
        <el-form ref="ruleFormRef" :model="ruleForm" status-icon>
@@ -42,7 +43,15 @@
        />
        </el-col>
        <el-col :span="7">
            <el-tag v-for="tag in dynamicTags" :key="tag" class="mx-1" style="margin:5px" closable :disable-transitions="false" @close="handleClose(tag)">
                <el-tag
                    v-for="tag in dynamicTags"
                    :key="tag"
                    class="mx-1"
                    style="margin: 5px"
                    closable
                    :disable-transitions="false"
                    @close="handleClose(tag)"
                >
                    {{ tag }}
                </el-tag>
        </el-col>
@@ -57,7 +66,7 @@
</template>
<script lang="ts">
import { defineComponent, reactive, ref } from 'vue';
import { Delete } from '@element-plus/icons-vue';
import { Delete, FullScreen } from '@element-plus/icons-vue';
export default defineComponent({
    setup() {
        const dialogVisible = ref<boolean>(false);
@@ -104,6 +113,15 @@
        const handleClose = (tag: string) => {
            dynamicTags.value.splice(dynamicTags.value.indexOf(tag), 1);
        };
        //全屏
        const full = ref(false);
        const toggleFullscreen = () => {
            if (full.value == false) {
                full.value = true;
            } else {
                full.value = false;
            }
        };
        return {
            dialogVisible,
            openDailog,
@@ -115,6 +133,9 @@
            dynamicTags,
            handleClose,
            Delete,
            full,
            toggleFullscreen,
            FullScreen,
        };
    },
});
src/views/goalManagement/performanceAppraisal/component/DailogAq.vue
@@ -1,5 +1,6 @@
<template>
    <el-dialog v-model="dialogVisible" title="新建安全考核管理" width="50%" draggable>
    <el-dialog v-model="dialogVisible" :fullscreen="full" title="新建安全考核管理" width="50%" draggable>
        <el-button @click="toggleFullscreen" size="small" class="pot" :icon="FullScreen"></el-button>
        <el-form :model="form" label-width="120px">
            <el-row>
                <el-col :span="11">
@@ -125,8 +126,8 @@
</template>
<script lang="ts">
import { defineComponent, ref, reactive } from 'vue';
import { Search } from '@element-plus/icons-vue';
import DailogSearch from './DailogSearch.vue'
import { Search, FullScreen } from '@element-plus/icons-vue';
import DailogSearch from './DailogSearch.vue';
import DailogSearchUser from '/@/components/DailogSearchUser/index.vue';
import { ElMessage, ElMessageBox } from 'element-plus';
@@ -213,6 +214,15 @@
                () => false
            );
        };
        //全屏
        const full = ref(false);
        const toggleFullscreen = () => {
            if (full.value == false) {
                full.value = true;
            } else {
                full.value = false;
            }
        };
        return {
            form,
            dialogVisible,
@@ -228,7 +238,10 @@
            handleRemove,
            handlePreview,
            handleExceed,
            beforeRemove
            beforeRemove,
            full,
            toggleFullscreen,
            FullScreen,
        };
    },
});
src/views/goalManagement/performanceAppraisal/component/DailogKh.vue
@@ -1,5 +1,6 @@
<template>
    <el-dialog v-model="dialogVisible" title="新建考核标准设定" width="60%" draggable>
    <el-dialog v-model="dialogVisible" :fullscreen="full" title="新建考核标准设定" width="60%" draggable>
        <el-button @click="toggleFullscreen" size="small" class="pot" :icon="FullScreen"></el-button>
        <el-form :model="form" label-width="120px">
            <el-row>
                <el-col :span="11">
@@ -88,8 +89,8 @@
</template>
<script lang="ts">
import { defineComponent, ref, reactive } from 'vue';
import { Search } from '@element-plus/icons-vue';
import DailogKhS from './DailogKhS.vue'
import { Search, FullScreen } from '@element-plus/icons-vue';
import DailogKhS from './DailogKhS.vue';
export default defineComponent({
    components: { DailogKhS },
    setup() {
@@ -104,10 +105,10 @@
            resource: '',
            desc: '',
        });
        const clickType=ref()
        const clickType = ref();
        const openDailog = (type: boolean) => {
            dialogVisible.value = true;
            clickType.value=type
            clickType.value = type;
        };
        // 导航
        const activeName = ref('1');
@@ -144,6 +145,15 @@
        const daiInpt = () => {
            Shows.value.openDailog();
        };
        //全屏
        const full = ref(false);
        const toggleFullscreen = () => {
            if (full.value == false) {
                full.value = true;
            } else {
                full.value = false;
            }
        };
        return {
            form,
            dialogVisible,
@@ -156,6 +166,9 @@
            clickType,
            daiInpt,
            Search,
            full,
            toggleFullscreen,
            FullScreen,
        };
    },
});
src/views/goalManagement/performanceAppraisal/component/DailogKhS.vue
@@ -1,5 +1,6 @@
<template>
    <el-dialog v-model="dialogVisible" title="新建考核项目" width="50%" draggable>
    <el-dialog v-model="dialogVisible" :fullscreen="full" title="新建考核项目" width="50%" draggable>
        <el-button @click="toggleFullscreen" size="small" class="pot" :icon="FullScreen"></el-button>
        <el-form :model="form" label-width="120px">
            <el-row>
                <el-col :span="24">
@@ -50,7 +51,7 @@
</template>
<script lang="ts">
import { defineComponent, ref, reactive } from 'vue';
import { Search } from '@element-plus/icons-vue';
import { Search, FullScreen } from '@element-plus/icons-vue';
// import DailogAdd from './DailogAdd.vue'
// import DailogSearch from '../../../../components/DailogSearch/DailogSearch.vue'
export default defineComponent({
@@ -105,6 +106,15 @@
        const daiInpt = () => {
            Shows.value.openDailog();
        };
        //全屏
        const full = ref(false);
        const toggleFullscreen = () => {
            if (full.value == false) {
                full.value = true;
            } else {
                full.value = false;
            }
        };
        return {
            form,
            dialogVisible,
@@ -116,6 +126,9 @@
            Shows,
            daiInpt,
            Search,
            full,
            toggleFullscreen,
            FullScreen,
        };
    },
});
src/views/goalManagement/performanceAppraisal/component/DailogSearch.vue
@@ -1,5 +1,6 @@
<template>
    <el-dialog v-model="dialogVisible" title="选择安全目标指标" width="50%" draggable>
    <el-dialog v-model="dialogVisible" :fullscreen="full" title="选择安全目标指标" width="50%" draggable>
        <el-button @click="toggleFullscreen" size="small" class="pot" :icon="FullScreen"></el-button>
        <el-row>
            <el-col :span="17">
        <el-form ref="ruleFormRef" :model="ruleForm" status-icon>
@@ -45,7 +46,15 @@
        />
        </el-col>
        <el-col :span="7">
            <el-tag v-for="tag in dynamicTags" :key="tag" class="mx-1" style="margin:5px" closable :disable-transitions="false" @close="handleClose(tag)">
                <el-tag
                    v-for="tag in dynamicTags"
                    :key="tag"
                    class="mx-1"
                    style="margin: 5px"
                    closable
                    :disable-transitions="false"
                    @close="handleClose(tag)"
                >
                    {{ tag }}
                </el-tag>
        </el-col>
@@ -60,7 +69,7 @@
</template>
<script lang="ts">
import { defineComponent, reactive, ref } from 'vue';
import { Delete } from '@element-plus/icons-vue';
import { Delete, FullScreen } from '@element-plus/icons-vue';
export default defineComponent({
    setup() {
        const dialogVisible = ref<boolean>(false);
@@ -107,6 +116,15 @@
        const handleClose = (tag: string) => {
            dynamicTags.value.splice(dynamicTags.value.indexOf(tag), 1);
        };
        //全屏
        const full = ref(false);
        const toggleFullscreen = () => {
            if (full.value == false) {
                full.value = true;
            } else {
                full.value = false;
            }
        };
        return {
            dialogVisible,
            openDailog,
@@ -118,6 +136,9 @@
            dynamicTags,
            handleClose,
            Delete,
            full,
            toggleFullscreen,
            FullScreen,
        };
    },
});
src/views/goalManagement/safetyAssessment/component/Dailog.vue
@@ -1,5 +1,6 @@
<template>
    <el-dialog v-model="dialogVisible" title="目标分解" width="70%" draggable>
    <el-dialog v-model="dialogVisible" :fullscreen="full" title="目标分解" width="70%" draggable>
        <el-button @click="toggleFullscreen" size="small" class="pot" :icon="FullScreen"></el-button>
        <el-form :model="form" label-width="120px">
            <el-row>
                <el-col :span="11">
@@ -29,8 +30,7 @@
            </el-row>
        </el-form>
        <el-tabs v-model="activeName" class="demo-tabs" @tab-click="handleClick">
            <el-tab-pane label="目标指标分解" name="1">
            </el-tab-pane>
            <el-tab-pane label="目标指标分解" name="1"> </el-tab-pane>
        </el-tabs>
        <el-table :data="tableData" style="width: 100%">
            <el-table-column align="center" type="index" label="序号" width="70" />
@@ -60,8 +60,8 @@
</template>
<script lang="ts">
import { defineComponent, ref, reactive } from 'vue';
import { Search } from '@element-plus/icons-vue';
import DailogSearch from '../../../../components/DailogSearch/DailogSearch.vue'
import { Search, FullScreen } from '@element-plus/icons-vue';
import DailogSearch from '../../../../components/DailogSearch/DailogSearch.vue';
export default defineComponent({
    components:{DailogSearch},
    setup() {
@@ -105,10 +105,19 @@
            },
        ];
        // 安全目标指标弹窗
        const Shows=ref()
        const Shows = ref();
        const daiInpt=()=>{
            Shows.value.openDailog()
            Shows.value.openDailog();
        };
        //全屏
        const full = ref(false);
        const toggleFullscreen = () => {
            if (full.value == false) {
                full.value = true;
            } else {
                full.value = false;
        }
        };
        return {
            form,
            dialogVisible,
@@ -118,6 +127,9 @@
            Shows,
            daiInpt,
            Search,
            full,
            toggleFullscreen,
            FullScreen,
        };
    },
});
src/views/goalManagement/targetDecompositionYear/component/Dailog.vue
@@ -1,5 +1,6 @@
<template>
    <el-dialog v-model="dialogVisible" title="目标分解" width="50%" draggable>
    <el-dialog v-model="dialogVisible" :fullscreen="full" title="目标分解" width="50%" draggable>
        <el-button @click="toggleFullscreen" size="small" class="pot" :icon="FullScreen"></el-button>
        <el-form :model="form" label-width="120px">
            <el-row>
                <el-col :span="11">
@@ -57,9 +58,9 @@
</template>
<script lang="ts">
import { defineComponent, ref, reactive } from 'vue';
import { Search } from '@element-plus/icons-vue';
import DailogAdd from './DailogAdd.vue'
import DailogSearch from '../../../../components/DailogSearch/DailogSearch.vue'
import { Search, FullScreen } from '@element-plus/icons-vue';
import DailogAdd from './DailogAdd.vue';
import DailogSearch from '../../../../components/DailogSearch/DailogSearch.vue';
export default defineComponent({
    components:{DailogAdd,DailogSearch},
    setup() {
@@ -103,15 +104,24 @@
            },
        ];
        // 新增弹窗
        const Show=ref()
        const Show = ref();
        const daiAdd=()=>{
            Show.value.openDailog()
        }
            Show.value.openDailog();
        };
        // 安全目标指标弹窗
        const Shows=ref()
        const Shows = ref();
        const daiInpt=()=>{
            Shows.value.openDailog()
            Shows.value.openDailog();
        };
        //全屏
        const full = ref(false);
        const toggleFullscreen = () => {
            if (full.value == false) {
                full.value = true;
            } else {
                full.value = false;
        }
        };
        return {
            form,
            dialogVisible,
@@ -123,6 +133,9 @@
            Shows,
            daiInpt,
            Search,
            full,
            toggleFullscreen,
            FullScreen,
        };
    },
});
src/views/goalManagement/targetDecompositionYear/component/DailogAdd.vue
@@ -1,5 +1,6 @@
<template>
    <el-dialog v-model="dialogVisible" title="新建目标指标分解" width="50%" draggable>
    <el-dialog v-model="dialogVisible" :fullscreen="full" title="新建目标指标分解" width="50%" draggable>
        <el-button @click="toggleFullscreen" size="small" class="pot" :icon="FullScreen"></el-button>
        <el-form :model="form" label-width="120px">
            <el-row>
                <el-col :span="11">
@@ -54,8 +55,8 @@
</template>
<script lang="ts">
import { defineComponent, ref, reactive } from 'vue';
import { Search } from '@element-plus/icons-vue';
import DailogSearchUser from '../../../../components/DailogSearchUser/index.vue'
import { Search, FullScreen } from '@element-plus/icons-vue';
import DailogSearchUser from '../../../../components/DailogSearchUser/index.vue';
export default defineComponent({
    components:{DailogSearchUser},
    setup() {
@@ -75,10 +76,19 @@
            dialogVisible.value = true;
        };
        // 开启用户弹窗
        const Show=ref()
        const Show = ref();
        const openUser=()=>{
          Show.value.openDailog()
            Show.value.openDailog();
        };
        //全屏
        const full = ref(false);
        const toggleFullscreen = () => {
            if (full.value == false) {
                full.value = true;
            } else {
                full.value = false;
        }
        };
        return {
            form,
            dialogVisible,
@@ -86,6 +96,9 @@
            Show,
            openUser,
            Search,
            full,
            toggleFullscreen,
            FullScreen,
        };
    },
});
src/views/goalManagement/targetEscalation/component/Dailog.vue
@@ -1,10 +1,6 @@
<template>
     <el-dialog
    v-model="dialogVisible"
    title="记录"
    width="50%"
    draggable
  >
    <el-dialog v-model="dialogVisible" :fullscreen="full" title="记录" width="50%" draggable>
        <el-button @click="toggleFullscreen" size="small" class="pot" :icon="FullScreen"></el-button>
   <el-table :data="tableData" style="width: 100%">
    <el-table-column align="center" label="序号" type="index" width="80"/>
    <el-table-column align="center" prop="date" label="责任部门"/>
@@ -18,29 +14,39 @@
    <template #footer>
      <span class="dialog-footer">
        <el-button @click="dialogVisible = false">关闭</el-button>
        <el-button type="primary" @click="dialogVisible = false"
          >确定</el-button
        >
                <el-button type="primary" @click="dialogVisible = false">确定</el-button>
      </span>
    </template>
  </el-dialog>
</template>
<script lang="ts">
import { defineComponent,reactive,ref} from 'vue'
import { defineComponent, reactive, ref } from 'vue';
import { FullScreen } from '@element-plus/icons-vue';
export default defineComponent({
    setup() {
        const dialogVisible = ref(false)
        const tableData=ref()
        const dialogVisible = ref(false);
        const tableData = ref();
        const openDailog=(data:any)=>{
            dialogVisible.value=true
            tableData.value=data
            dialogVisible.value = true;
            tableData.value = data;
        };
        //全屏
        const full = ref(false);
        const toggleFullscreen = () => {
            if (full.value == false) {
                full.value = true;
            } else {
                full.value = false;
        }
        };
        return{
        dialogVisible,
        tableData,
        openDailog
        }
            openDailog,
            full,
            toggleFullscreen,
            FullScreen,
        };
    },
})
});
</script>
src/views/goalManagement/targetImprovements/component/Dailogprove.vue
@@ -1,5 +1,6 @@
<template>
    <el-dialog v-model="dialogVisible" title="Tips" width="50%" :before-close="handleClose">
    <el-dialog v-model="dialogVisible" :fullscreen="full" title="Tips" width="50%" :before-close="handleClose">
        <el-button @click="toggleFullscreen" size="small" class="pot" :icon="FullScreen"></el-button>
        <el-form :model="form" label-width="120px">
            <el-row>
                <el-col :span="11">
@@ -57,7 +58,7 @@
</template>
<script lang="ts">
import { defineComponent, ref, reactive } from 'vue';
import { Plus, Delete, Upload, Download, Refresh, View, Search } from '@element-plus/icons-vue';
import { Plus, Delete, Upload, Download, Refresh, View, Search, FullScreen } from '@element-plus/icons-vue';
export default defineComponent({
    setup() {
        const dialogVisible = ref(false);
@@ -75,12 +76,24 @@
            dialogVisible.value = true;
        };
        const activeName = ref('first');
        //全屏
        const full = ref(false);
        const toggleFullscreen = () => {
            if (full.value == false) {
                full.value = true;
            } else {
                full.value = false;
            }
        };
        return {
            dialogVisible,
            form,
            openDailog,
            activeName,
            Search,
            full,
            toggleFullscreen,
            FullScreen,
        };
    },
});
src/views/goalManagement/targetSettings/component/dailogAdd.vue