Browse Source

2026-07-20

异常规则配置
master
fengyuan_yang 1 week ago
parent
commit
c48aa626dc
  1. 2
      src/views/modules/todo/todoCenter.vue
  2. 2
      src/views/modules/yieldReport/com_separate_roll.vue

2
src/views/modules/todo/todoCenter.vue

@ -166,7 +166,7 @@
:title="detailDialogTitle"
:close-on-click-modal="false"
:visible.sync="detailDialogVisible"
width="820px"
width="830px"
class="todo-cache-detail-dialog"
append-to-body>
<div v-loading="detailDialogLoading">

2
src/views/modules/yieldReport/com_separate_roll.vue

@ -1,6 +1,6 @@
<template>
<div class="customer-css">
<el-dialog :title="titleCon" v-drag v-bind="$attrs" v-on="$listeners" width="820px" style="height: 680px;" class="customer-dialog" :show-close="!exceptionRuleLocked" @close="onDialogClosed">
<el-dialog :title="titleCon" v-drag v-bind="$attrs" v-on="$listeners" width="830px" style="height: 680px;" class="customer-dialog" :show-close="!exceptionRuleLocked" @close="onDialogClosed">
<el-form :inline="true" label-position="top" style="height: auto;">
<!-- 时间和固定载具 -->
<el-row style="margin-top: -10px;">

Loading…
Cancel
Save