|
|
@@ -252,7 +252,7 @@ const tab = ref<'表格' | '看板'>('表格')
|
|
|
|
|
|
const currentTab = ref<'表格' | '看板'>('表格')
|
|
|
|
|
|
-const deptName = ref('瑞恒兴域')
|
|
|
+const deptName = ref('A公司')
|
|
|
|
|
|
const direction = ref<'left' | 'right'>('right')
|
|
|
|
|
|
@@ -688,7 +688,8 @@ const { ZmTable, ZmTableColumn } = useTableComponents()
|
|
|
>看板
|
|
|
</el-button>
|
|
|
</el-button-group>
|
|
|
- <h3 class="text-xl font-medium">{{ `${deptName}-${tab}` }}</h3>
|
|
|
+ <!-- <h3 class="text-xl font-medium">{{ `${deptName}-${tab}` }}</h3> -->
|
|
|
+ <h3 class="text-xl font-medium">{{ `A公司-${tab}` }}</h3>
|
|
|
<el-button size="default" type="primary" @click="exportAll">导出</el-button>
|
|
|
</div>
|
|
|
<div class="flex-1 relative">
|