Преглед на файлове

fix: 政策批量修改机型

zh преди 2 години
родител
ревизия
c1bb61a47b
променени са 1 файла, в които са добавени 7 реда и са изтрити 1 реда
  1. 7 1
      src/views/sales_policy/components/replaceRecordForm.vue

+ 7 - 1
src/views/sales_policy/components/replaceRecordForm.vue

@@ -184,7 +184,7 @@ export default {
     },
     policyColumns() {
       return [
-      
+
         {
           columnAttributes: {
             label: '政策编码',
@@ -237,6 +237,12 @@ export default {
         },
         {
           columnAttributes: {
+            label: '制单人',
+            prop: 'createBy'
+          }
+        },
+        {
+          columnAttributes: {
             label: '操作',
             prop: ''
           },