From e722b7a084a5bef5bf47ba933039ed742420b4ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Tue, 31 Jan 2023 10:41:24 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=AE=A1=E7=90=86-=E6=B3=95?= =?UTF-8?q?=E8=A7=84=E7=AC=A6=E5=90=88=E6=80=A7=E7=9C=8B=E6=9D=BF-?= =?UTF-8?q?=E5=88=97=E5=AE=BD=E5=8F=AF=E6=8B=96=E6=8B=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/views/regulationsKanban/components/addModel.vue | 3 +++ jero-web/src/views/regulationsKanban/index.vue | 3 +++ 2 files changed, 6 insertions(+) diff --git a/jero-web/src/views/regulationsKanban/components/addModel.vue b/jero-web/src/views/regulationsKanban/components/addModel.vue index ed5a9a2ef..c0f6c02d3 100644 --- a/jero-web/src/views/regulationsKanban/components/addModel.vue +++ b/jero-web/src/views/regulationsKanban/components/addModel.vue @@ -66,6 +66,7 @@ ref='table' size='middle' rowKey='id' + :components="drag(columns,'columns')" :columns='columns' :dataSource='areaTable' :pagination='false' @@ -159,10 +160,12 @@ import axios from 'axios' import Vue from 'vue' import { ACCESS_TOKEN } from '@/store/mutation-types' + import { ResizeHeader, ResizeColumnProvide } from '@/mixins/header' export default { name: 'diolagArea', components: {}, + mixins:[ResizeHeader, ResizeColumnProvide], data() { return { token: Vue.ls.get(ACCESS_TOKEN), diff --git a/jero-web/src/views/regulationsKanban/index.vue b/jero-web/src/views/regulationsKanban/index.vue index 1ce4af1f4..7bce34131 100644 --- a/jero-web/src/views/regulationsKanban/index.vue +++ b/jero-web/src/views/regulationsKanban/index.vue @@ -84,6 +84,7 @@