Explorar o código

业务配置-单号配置 弹窗标题

wangzhuo hai 1 ano
pai
achega
6b3336650d

+ 4 - 0
src/enums/column-name.js

@@ -1377,6 +1377,10 @@ const columnName = [{
     code: 310,
     name: '货运代理-账单管理-费用中心'
   },
+  {
+    code: 311,
+    name: '货运代理-业务配置-单号配置'
+  },
 ]
 export const getColumnName = (key) => {
   for (let index = 0; index < columnName.length; index++) {

+ 1 - 1
src/views/serviceConfiguration/businessbillno/index.vue

@@ -61,7 +61,7 @@
     </avue-crud>
 
     <el-dialog
-      title="提示"
+      title="详情"
       :visible.sync="dialogVisible"
       :append-to-body="true"
       width="60%">