|
|
@@ -7,7 +7,7 @@
|
|
|
<span class="dialogSpan">每隔</span>
|
|
|
<a-input-number class="commonInput real-time-select" :min="10" :max="60" :disabled="isStart" v-model:value="second"></a-input-number>
|
|
|
<span class="dialogSpan">秒刷新一次,倒计时 </span> <span class="red">{{ counter }}</span>
|
|
|
- <a-button type="button" class="operBtn ant-btn" @click="setTimerAction">{{ isStart ? '停止监控' : '开始监控' }}</a-button>
|
|
|
+ <a-button class="operBtn ant-btn" @click="setTimerAction">{{ isStart ? '停止监控' : '开始监控' }}</a-button>
|
|
|
</div>
|
|
|
</filterCustomTable>
|
|
|
</template>
|
|
|
@@ -58,7 +58,6 @@ import { initData } from '@/common/methods';
|
|
|
import { formatNumber } from '@/common/methods/format';
|
|
|
import { getBizTypeName, getLogType } from '@/common/constants/enumsName';
|
|
|
import { getPlanContractType } from '@/views/business/plan/setup';
|
|
|
-import timerUtil from '@/utils/timer/timerUtil';
|
|
|
import { isPingAnOem } from '@/common/config/projectName';
|
|
|
import { pingan_realTime_columns } from './setup';
|
|
|
import { getTableButton } from '@/common/setup/table/button';
|