Browse Source

销售报价单-字段显示文字修改

jingbb 2 months ago
parent
commit
08eba6c530
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/saleCode/quotation/quotationForm.data.ts

+ 2 - 2
src/views/saleCode/quotation/quotationForm.data.ts

@@ -82,9 +82,9 @@ export const columns: BasicColumn[] = [
     dataIndex: 'status',
     customRender:function (t, r, index) {
       if(t.text==1){
-        return '已确认'
+        return '已提交'
       }else if(t.text==0){
-        return '未确认'
+        return '未提交'
       }
     }
    },