snow 2 jaren geleden
bovenliggende
commit
8d8e4cba2a

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/0.js


+ 0 - 2
src/views/serviceParam/paymentChannelManage/addEditRate.vue

@@ -130,8 +130,6 @@ export default {
             channel_name
           } = this.sitem
 
-          console.log(this.sitem)
-
           this.ruleForm = {
             id,
             companyNo: companyNo || '',

+ 6 - 5
src/views/serviceParam/searchSort/index.vue

@@ -207,11 +207,12 @@ export default {
       },
       // 表格 - 列参数
       columns: [
-        // {
-        //   prop: "id",
-        //   label: "ID",
-        //   width: "80px",
-        // },
+        {
+          prop: "id",
+          label: "ID",
+          width: "80px",
+          align:'center'
+        },
         {
           prop: "cat_name",
           label: "分类名称",

+ 6 - 4
src/views/serviceParam/terrace/index.vue

@@ -273,10 +273,12 @@ export default {
       },
       // 表格 - 列参数
       columns: [
-        // {
-        //   prop: "id",
-        //   label: "ID",
-        // },
+        {
+          prop: "id",
+          label: "ID",
+          width:'80px',
+          align:'center'
+        },
         {
           prop: "platform_code",
           label: "平台编号",

Some files were not shown because too many files changed in this diff