From 90fd438e66d534d54b171cf34acc28e548057d01 Mon Sep 17 00:00:00 2001 From: liuxiaoxu <1793812695@qq.com> Date: Tue, 24 Sep 2024 15:33:02 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E5=B7=A5=E7=A8=8B=E7=AE=A1=E7=90=86=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=A2=E6=88=B7=E5=9F=BA=E6=9C=AC=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=92=8C=E5=AE=A2=E6=88=B7=E6=8A=A5=E4=BB=B7=E7=9A=84?= =?UTF-8?q?=E5=AE=A2=E6=88=B7=E7=8A=B6=E6=80=81=E4=B8=BA=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/system/customer/customer.html | 2 +- .../resources/templates/system/customerQuote/customerQuote.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/customer/customer.html b/ruoyi-admin/src/main/resources/templates/system/customer/customer.html index 611e974e..cff99c4d 100644 --- a/ruoyi-admin/src/main/resources/templates/system/customer/customer.html +++ b/ruoyi-admin/src/main/resources/templates/system/customer/customer.html @@ -494,7 +494,7 @@ { title: '审核状态',field: 'auditStatus', visible: false, formatter: function (value, row, index) { return $.table.selectDictLabel(auditStatusDatas, value);} }, - {title: '客户状态',field: 'useStatus', + {title: '使用状态',field: 'useStatus', formatter: function (value, row, index) {return $.table.selectDictLabel(useStatusDatas, value);}, }, {title: '客户编号',field: 'id',visible: false }, diff --git a/ruoyi-admin/src/main/resources/templates/system/customerQuote/customerQuote.html b/ruoyi-admin/src/main/resources/templates/system/customerQuote/customerQuote.html index 5c3a826e..67d83223 100644 --- a/ruoyi-admin/src/main/resources/templates/system/customerQuote/customerQuote.html +++ b/ruoyi-admin/src/main/resources/templates/system/customerQuote/customerQuote.html @@ -166,7 +166,7 @@ { title: '审核状态',field: 'auditStatus', visible: false, formatter: function (value, row, index) { return $.table.selectDictLabel(auditStatusDatas, value);} }, - {title: '客户状态',field: 'useStatus', + {title: '使用状态',field: 'useStatus', formatter: function (value, row, index) {return $.table.selectDictLabel(useStatusDatas, value);}, }, {title:'业务员',field:'businessMembers'},