石广澎
2023-12-01 9cb389b74302ce6b0a2333328922e7c462234a56
admin-web/src/views/foundation/classification/index.vue
@@ -114,9 +114,9 @@
        },
        // 列信息
        columns: [
          { title: '分类名称', field: 'categoryName', align: 'center' },
          { title: '类别', field: 'classification', align: 'left' },
          { title: '显示顺序', field: 'orderNumber', align: 'center', width: '80px' },
          { title: '分类名称', field: 'categoryName', align: 'left', minWidth: 140 },
          { title: '类别', field: 'classification', align: 'center', width: 100 },
          { title: '显示顺序', field: 'orderNumber', align: 'center', width: 100 },
          {
            field: 'states',
            title: '状态',
@@ -149,7 +149,7 @@
        // 操作信息
        operation: {
          show: true, // 显示操作列
          width: '150', // 列宽
          width: '160', // 列宽
          attr: [
            {
              title: '编辑',
@@ -207,8 +207,6 @@
    // 左侧树初始化
    initTreeData() {
      getTree().then((res) => {
        console.log(res, 'restree');
        console.log(this.importSetting, 'this.importSetting');
        const content = res || [];
        // this.treeDataList.splice(0, this.treeDataList.length)
        this.treeDataList = content;
@@ -264,7 +262,6 @@
      this.editSetting.show = true;
    },
    nodeClick(param) {
      console.log(param, 'param');
      param = param || {};
      this.p = Object.assign(
        {},