shj
2022-08-16 5b0c9891328c9532865a40061275582d5d243625
修改
已修改6个文件
46 ■■■■■ 文件已修改
src/App.vue 20 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/index.css 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/DailogSearch/DailogSearch.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/equipmentDailog/Dailog.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/equipmentDailog/DailogS.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/goalManagement/performanceAppraisal/component/DailogSearch.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/App.vue
@@ -21,7 +21,7 @@
import CloseFull from '/@/layout/navBars/breadcrumb/closeFull.vue';
import { initBackEndControlRoutes } from './router/backEnd';
export default ({
export default {
    name: 'app',
    components: { LockScreen, Setings, CloseFull },
    setup() {
@@ -51,7 +51,7 @@
            setIntroduction.jsCdn();
        });
        // 页面加载时
        onMounted( () => {
        onMounted(() => {
            nextTick(() => {
                // 监听布局配置弹窗点击打开
                proxy.mittBus.on('openSetingsDrawer', () => {
@@ -96,9 +96,21 @@
            ...toRefs(state),
        };
    },
});
};
</script>
<style>
    @import '/@/assets/index.css';
@import '/@/assets/index.css';
.pot {
    position: absolute !important;
    top: 19px;
    right: 40px;
    border: none !important;
    padding: 0;
}
.pot:focus,
.pot:hover {
    background-color: #fff !important;
}
</style>
src/assets/index.css
@@ -1,10 +1,12 @@
.pot {
    position: absolute;
    top: 19px;
    right: 40px;
    border: none !important;
    padding: 0;
  position: absolute !important;
  top: 19px;
  right: 40px;
  border: none !important;
  padding: 0;
}
.pot:focus,.pot:hover{
.pot:focus,
.pot:hover {
  background-color: #fff !important;
}
src/components/DailogSearch/DailogSearch.vue
@@ -15,10 +15,10 @@
                                <el-input v-model="ruleForm.searchParams.indexNum" placeholder="目标指标编号" />
                            </el-form-item>
                        </el-col>
                        <el-col :span="6" :offset="1">
                        <el-col :span="10" :offset="1">
                            <el-form-item>
                                <el-button type="primary" @click="listApi">查询</el-button>
                                <el-button @click="resetForm">重置</el-button>
                                <el-button size="default" type="primary" @click="listApi">查询</el-button>
                                <el-button size="default" @click="resetForm">重置</el-button>
                            </el-form-item>
                        </el-col>
                    </el-row>
src/components/equipmentDailog/Dailog.vue
@@ -881,7 +881,7 @@
</script>
<style scoped>
.el-form-item {
    width: 400px;
    width: 25vw;
}
.formType:after {
    content: '';
src/components/equipmentDailog/DailogS.vue
@@ -280,7 +280,7 @@
import { goalManagementApi } from '/@/api/goalManagement';
import {deepClone} from '/@/utils/other'
export default defineComponent({
    components: { categoryDailog, RegionsDialog, DailogSearchUser, maintenanceDailog, detectDailog, repairDailog, standardDailog },
    components: { categoryDailog,Plus, RegionsDialog, DailogSearchUser, maintenanceDailog, detectDailog, repairDailog, standardDailog },
    setup(props, { emit }) {
        const dialogVisible = ref(false);
        const form = ref({
src/views/goalManagement/performanceAppraisal/component/DailogSearch.vue
@@ -15,7 +15,7 @@
                        <el-input v-model="ruleForm.checkPass" placeholder="目标指标编号" />
                    </el-form-item>
                </el-col> -->
                        <el-col :span="6" :offset="1">
                        <el-col :span="11" :offset="1">
                            <el-form-item>
                                <el-button size="default" type="primary" @click="listApi()">查询</el-button>
                                <el-button size="default" @click="reset">重置</el-button>