|
|
@@ -61,13 +61,6 @@ const activeTab = ref<'overview' | 'execution' | 'source-dept' | 'handle-dept'>(
|
|
|
|
|
|
<template>
|
|
|
<div class="oe-dashboard">
|
|
|
- <header class="oe-dashboard__header">
|
|
|
- <div class="oe-dashboard__title">
|
|
|
- <h1 class="oe-dashboard__title-main">SO 订单执行档案总览</h1>
|
|
|
- <p class="oe-dashboard__title-sub">基于订单全流程维度的客户订单执行监控</p>
|
|
|
- </div>
|
|
|
- </header>
|
|
|
-
|
|
|
<el-alert
|
|
|
v-if="loadError"
|
|
|
class="oe-dashboard__error"
|