Browse Source

客商管理-数据字典相关字段改为显示value

jingbb 2 months ago
parent
commit
bd13ab5f36

+ 2 - 2
src/views/cuspCode/DeadlineReminder/deadlindeReminderList.vue

@@ -181,13 +181,13 @@
     {
       title: '国家(country)',
       key: 'country',
-      dataIndex: 'country',
+      dataIndex: 'country_dictText',
       align: 'center',
     },
     {
       title: '付款条件(payment terms)',
       key: 'paymentTerms',
-      dataIndex: 'paymentTerms',
+      dataIndex: 'paymentTerms_dictText',
       align: 'center',
       // customRender:function (t, r, index) {
       //   if(t.text==1){

+ 2 - 2
src/views/cuspCode/SupplierProfile/CuspSupplierProfile.data.ts

@@ -57,12 +57,12 @@ export const columns: BasicColumn[] = [
   {
     title: '币种(currency)',
     align: 'center',
-    dataIndex: 'currency',
+    dataIndex: 'currency_dictText',
   },
   {
     title: '付款条件(payment terms)',
     align: 'center',
-    dataIndex: 'paymentTerms',
+    dataIndex: 'paymentTerms_dictText',
     width: 200,
   },
   {