Riku
2025-06-09 2547159bbd781c8e1a41ecc939385396c85f9766
src/views/inspection/JointEnforcement.vue
@@ -1,6 +1,9 @@
<template>
  <div class="border-r-small" style="height: 200px">
  <div class="border-r-small">
    <div class="font-large">联合执法</div>
    <el-scrollbar height="300px">
      <el-calendar v-model="value" />
    </el-scrollbar>
  </div>
</template>
@@ -8,7 +11,7 @@
export default {
  data() {
    return {
      tasks: []
      value: new Date()
    }
  },
  watch: {},