diff --git a/ruoyi-admin/src/main/resources/templates/project/info/add.html b/ruoyi-admin/src/main/resources/templates/project/info/add.html index f6e0cd7a..0a61e875 100644 --- a/ruoyi-admin/src/main/resources/templates/project/info/add.html +++ b/ruoyi-admin/src/main/resources/templates/project/info/add.html @@ -95,9 +95,9 @@ label { margin-bottom: 0 !important; } - [name="bgProperty"], #industryTypeBox select { - pointer-events: none; - } + /*[name="bgProperty"], #industryTypeBox select {*/ + /* pointer-events: none;*/ + /*}*/
@@ -118,7 +118,7 @@ BG + @@ -593,7 +593,7 @@ str += ` ` }) $('#industryTypeBox').html(` - ${str} diff --git a/ruoyi-admin/src/main/resources/templates/project/info/edit.html b/ruoyi-admin/src/main/resources/templates/project/info/edit.html index 4f7302e7..e4495abf 100644 --- a/ruoyi-admin/src/main/resources/templates/project/info/edit.html +++ b/ruoyi-admin/src/main/resources/templates/project/info/edit.html @@ -103,9 +103,9 @@ .white-bg{ padding: 0px 50px; } - [name="bgProperty"], #industryTypeBox select { - pointer-events: none; - } + /*[name="bgProperty"], #industryTypeBox select {*/ + /* pointer-events: none;*/ + /*}*/
@@ -133,7 +133,7 @@ @@ -513,9 +513,9 @@ $('[name="customerName"]').val(rows[0].customerName); $('[name="customerUserName"]').val(rows[0].contactPerson); $('[name="customerPhone"]').val(rows[0].contactPhone); - $('[name="bgProperty"]').val(rows[0].bgProperty); - changeBg() - $('[name="industryType"]').val(rows[0].industryType); + // $('[name="bgProperty"]').val(rows[0].bgProperty); + // changeBg() + // $('[name="industryType"]').val(rows[0].industryType); $.modal.close(index); } @@ -657,7 +657,7 @@ str += ` ` }) $('#industryTypeBox').html(` - ${str} @@ -669,7 +669,7 @@ str += ` ` }) $('#industryTypeBox').html(` - ${str} diff --git a/ruoyi-admin/src/main/resources/templates/project/order/add.html b/ruoyi-admin/src/main/resources/templates/project/order/add.html index 671944d6..36cb6aa6 100644 --- a/ruoyi-admin/src/main/resources/templates/project/order/add.html +++ b/ruoyi-admin/src/main/resources/templates/project/order/add.html @@ -79,9 +79,9 @@ position: relative; } - [name="bgProperty"], #industryTypeBox select { - pointer-events: none; - } + /*[name="bgProperty"], #industryTypeBox select {*/ + /* pointer-events: none;*/ + /*}*/ #projectNameBox { margin-left: 20px; @@ -137,19 +137,19 @@ - BG* + BG - 行业* + 行业 @@ -665,7 +665,7 @@ str += ` ` }) $('#industryTypeBox').html(` - ${str} @@ -677,7 +677,7 @@ str += ` ` }) $('#industryTypeBox').html(` - ${str} diff --git a/ruoyi-admin/src/main/resources/templates/project/order/edit.html b/ruoyi-admin/src/main/resources/templates/project/order/edit.html index 27d109eb..21210ca7 100644 --- a/ruoyi-admin/src/main/resources/templates/project/order/edit.html +++ b/ruoyi-admin/src/main/resources/templates/project/order/edit.html @@ -73,9 +73,9 @@ position: relative; } - [name="bgProperty"], #industryTypeBox select { - pointer-events: none; - } + /*[name="bgProperty"], #industryTypeBox select {*/ + /* pointer-events: none;*/ + /*}*/ #projectNameBox { margin-left: 20px; @@ -138,8 +138,8 @@ BG - @@ -701,7 +701,7 @@ str += ` ` }) $('#industryTypeBox').html(` - ${str} @@ -713,7 +713,7 @@ str += ` ` }) $('#industryTypeBox').html(` - ${str} diff --git a/ruoyi-admin/src/main/resources/templates/system/customer/info.html b/ruoyi-admin/src/main/resources/templates/system/customer/info.html index 8cba5749..a242e5de 100644 --- a/ruoyi-admin/src/main/resources/templates/system/customer/info.html +++ b/ruoyi-admin/src/main/resources/templates/system/customer/info.html @@ -7,6 +7,9 @@ .select-list li p, .select-list li label:not(.radio-box){ width: 95px; } + .bootstrap-table table { + table-layout: fixed; + }
@@ -68,12 +71,13 @@ 导出
-
+
+