From 3f1a0f246e1de207b6764f7003af4715103a7d93 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 27 Jul 2021 10:58:57 +0800
Subject: [PATCH] 表格样式  主题默认蓝色

---
 src/views/dispatch/dispatchChildoperable.vue |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/views/dispatch/dispatchChildoperable.vue b/src/views/dispatch/dispatchChildoperable.vue
index 1637016..d830e57 100644
--- a/src/views/dispatch/dispatchChildoperable.vue
+++ b/src/views/dispatch/dispatchChildoperable.vue
@@ -158,7 +158,7 @@
         // addBtn: false,
         // menuWidth: 160,
         align: "center",
-        // selection: true,
+        selection: true,
         column: [
           // 派遣服务公司登记
           // {
@@ -231,6 +231,11 @@
             labelWidth: 120,
             searchLabelWidth: 120,
             // overHidden: true
+            dicUrl: "/api/blade-user/page-security",
+            props: {
+              label: "name",
+              value: "id",
+            },
             rules: [
               {
                 required: true,

--
Gitblit v1.9.3