|  | @@ -12,7 +12,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'upload', 'vue'], fun
 | 
	
		
			
				|  |  |      //使用基础 Vue 构造器,创建一个“子类”。参数是一个包含组件选项的对象
 | 
	
		
			
				|  |  |      var specComponent = Vue.extend({
 | 
	
		
			
				|  |  |          template: '<div>' +
 | 
	
		
			
				|  |  | -            '        <div class="form-group">\n' +
 | 
	
		
			
				|  |  | +            '        <div class="form-group" style="display: none">\n' +
 | 
	
		
			
				|  |  |              '            <label class="control-label col-xs-12 col-sm-2">' + __('use_spec') + '</label>\n' +
 | 
	
		
			
				|  |  |              '            <div class="col-xs-12 col-sm-8">\n' +
 | 
	
		
			
				|  |  |              '                <input type="radio" name="row[use_spec]" value="0" v-model="use_spec"/>否\n' +
 | 
	
	
		
			
				|  | @@ -602,7 +602,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'upload', 'vue'], fun
 | 
	
		
			
				|  |  |                      [
 | 
	
		
			
				|  |  |                          {checkbox: true},
 | 
	
		
			
				|  |  |                          {field: 'id', title: __('Id')},
 | 
	
		
			
				|  |  | -                        {field: 'category_id', title: __('Category_id'), visible: false},
 | 
	
		
			
				|  |  | +                        /*{field: 'category_id', title: __('Category_id'), visible: false},
 | 
	
		
			
				|  |  |                          {
 | 
	
		
			
				|  |  |                              field: 'category', title: __('Category name'), formatter: function (value, row, index) {
 | 
	
		
			
				|  |  |                                  if (value) {
 | 
	
	
		
			
				|  | @@ -614,8 +614,9 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'upload', 'vue'], fun
 | 
	
		
			
				|  |  |                                  }
 | 
	
		
			
				|  |  |                                  return value;
 | 
	
		
			
				|  |  |                              }
 | 
	
		
			
				|  |  | -                        },
 | 
	
		
			
				|  |  | +                        },*/
 | 
	
		
			
				|  |  |                          {field: 'title', title: __('Title')},
 | 
	
		
			
				|  |  | +                        {field: 'guige', title: __('Guige')},
 | 
	
		
			
				|  |  |                          {
 | 
	
		
			
				|  |  |                              field: 'image',
 | 
	
		
			
				|  |  |                              title: __('Image'),
 | 
	
	
		
			
				|  | @@ -669,13 +670,13 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'upload', 'vue'], fun
 | 
	
		
			
				|  |  |                                      extend: 'data-toggle="tooltip"',
 | 
	
		
			
				|  |  |                                      icon: 'fa fa-commenting'
 | 
	
		
			
				|  |  |                                  },
 | 
	
		
			
				|  |  | -                                {
 | 
	
		
			
				|  |  | +                                /*{
 | 
	
		
			
				|  |  |                                      name: 'copy',
 | 
	
		
			
				|  |  |                                      text: __('Copy'),
 | 
	
		
			
				|  |  |                                      classname: 'btn btn-xs btn-info btn-copy',
 | 
	
		
			
				|  |  |                                      extend: 'data-toggle="tooltip"',
 | 
	
		
			
				|  |  |                                      icon: 'fa fa-copy'
 | 
	
		
			
				|  |  | -                                }
 | 
	
		
			
				|  |  | +                                }*/
 | 
	
		
			
				|  |  |                              ]
 | 
	
		
			
				|  |  |                          }
 | 
	
		
			
				|  |  |                      ]
 |