瀏覽代碼

操作按钮和选择参数按钮部分取消

liuhaonan 2 年之前
父節點
當前提交
61206f20d0

+ 3 - 32
mybusiness/src/main/resources/templates/system/peoplemarryinfodouble/peoplemarryinfodouble.html

@@ -79,21 +79,7 @@
             columns: [{
             columns: [{
                 checkbox: true
                 checkbox: true
             },
             },
-                {
-                    field: 'id',
-                    title: '主键ID',
-                    visible: false
-                },
-                {
-                    field: 'status',
-                    title: '状态',
-                    visible: false
-                },
-                {
-                    field: 'remark',
-                    title: '注释',
-                    visible: false
-                },
+
                 {
                 {
                     field: 'nameman',
                     field: 'nameman',
                     title: '男方姓名'
                     title: '男方姓名'
@@ -111,12 +97,6 @@
                     title: '女方身份号码'
                     title: '女方身份号码'
                 },
                 },
 
 
-
-                {
-                    field: 'code',
-                    title: '返回码',
-                    visible: false
-                },
                 {
                 {
                     field: 'message',
                     field: 'message',
                     title: '返回信息',
                     title: '返回信息',
@@ -125,17 +105,8 @@
                 {
                 {
                     field: 'result',
                     field: 'result',
                     title: '结果信息'
                     title: '结果信息'
-                },
-                {
-                    title: '操作',
-                    align: 'center',
-                    formatter: function (value, row, index) {
-                        var actions = [];
-                        // actions.push('<a class="btn btn-success btn-xs ' + editFlag + '" href="javascript:void(0)" onclick="$.operate.edit(\'' + row.id + '\')"><i class="fa fa-edit"></i>编辑</a> ');
-                        // actions.push('<a class="btn btn-danger btn-xs ' + removeFlag + '" href="javascript:void(0)" onclick="$.operate.remove(\'' + row.id + '\')"><i class="fa fa-remove"></i>删除</a>');
-                        return actions.join('');
-                    }
-                }]
+                }
+              ]
         };
         };
         $.table.init(options);
         $.table.init(options);
     });
     });

+ 3 - 31
mybusiness/src/main/resources/templates/system/peoplemarryinfosingle/peoplemarryinfosingle.html

@@ -89,21 +89,6 @@
                 checkbox: true
                 checkbox: true
             },
             },
                 {
                 {
-                    field: 'id',
-                    title: '主键ID',
-                    visible: false
-                },
-                {
-                    field: 'status',
-                    title: '状态',
-                    visible: false
-                },
-                {
-                    field: 'remark',
-                    title: '注释',
-                    visible: false
-                },
-                {
                     field: 'nameman',
                     field: 'nameman',
                     title: '男方姓名'
                     title: '男方姓名'
                 },
                 },
@@ -113,28 +98,15 @@
                 },
                 },
 
 
                 {
                 {
-                    field: 'code',
-                    title: '返回码',
-                    visible: false
-                },
-                {
                     field: 'message',
                     field: 'message',
                     title: '返回信息',
                     title: '返回信息',
                 },
                 },
                 {
                 {
                     field: 'result',
                     field: 'result',
                     title: '结果信息'
                     title: '结果信息'
-                },
-                {
-                    title: '操作',
-                    align: 'center',
-                    formatter: function (value, row, index) {
-                        var actions = [];
-                        // actions.push('<a class="btn btn-success btn-xs ' + editFlag + '" href="javascript:void(0)" onclick="$.operate.edit(\'' + row.id + '\')"><i class="fa fa-edit"></i>编辑</a> ');
-                        // actions.push('<a class="btn btn-danger btn-xs ' + removeFlag + '" href="javascript:void(0)" onclick="$.operate.remove(\'' + row.id + '\')"><i class="fa fa-remove"></i>删除</a>');
-                        return actions.join('');
-                    }
-                }]
+                }
+
+            ]
         };
         };
         $.table.init(options);
         $.table.init(options);
     });
     });

+ 3 - 31
mybusiness/target/classes/templates/system/peoplemarryinfosingle/peoplemarryinfosingle.html

@@ -89,21 +89,6 @@
                 checkbox: true
                 checkbox: true
             },
             },
                 {
                 {
-                    field: 'id',
-                    title: '主键ID',
-                    visible: false
-                },
-                {
-                    field: 'status',
-                    title: '状态',
-                    visible: false
-                },
-                {
-                    field: 'remark',
-                    title: '注释',
-                    visible: false
-                },
-                {
                     field: 'nameman',
                     field: 'nameman',
                     title: '男方姓名'
                     title: '男方姓名'
                 },
                 },
@@ -113,28 +98,15 @@
                 },
                 },
 
 
                 {
                 {
-                    field: 'code',
-                    title: '返回码',
-                    visible: false
-                },
-                {
                     field: 'message',
                     field: 'message',
                     title: '返回信息',
                     title: '返回信息',
                 },
                 },
                 {
                 {
                     field: 'result',
                     field: 'result',
                     title: '结果信息'
                     title: '结果信息'
-                },
-                {
-                    title: '操作',
-                    align: 'center',
-                    formatter: function (value, row, index) {
-                        var actions = [];
-                        // actions.push('<a class="btn btn-success btn-xs ' + editFlag + '" href="javascript:void(0)" onclick="$.operate.edit(\'' + row.id + '\')"><i class="fa fa-edit"></i>编辑</a> ');
-                        // actions.push('<a class="btn btn-danger btn-xs ' + removeFlag + '" href="javascript:void(0)" onclick="$.operate.remove(\'' + row.id + '\')"><i class="fa fa-remove"></i>删除</a>');
-                        return actions.join('');
-                    }
-                }]
+                }
+
+            ]
         };
         };
         $.table.init(options);
         $.table.init(options);
     });
     });