From fde5baa42edde78016a03ad5d4cad053646e47c0 Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Tue, 28 Dec 2021 10:18:18 +0800 Subject: [PATCH] refactor: update dashboard tool --- src/views/dashboard/Edit.vue | 50 ++------------------- src/views/dashboard/panel/Tool.vue | 70 ++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+), 47 deletions(-) create mode 100644 src/views/dashboard/panel/Tool.vue diff --git a/src/views/dashboard/Edit.vue b/src/views/dashboard/Edit.vue index 056041f2..40a15f5a 100644 --- a/src/views/dashboard/Edit.vue +++ b/src/views/dashboard/Edit.vue @@ -13,33 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->