13176889840 4 years ago
parent
commit
759323a37e
  1. 8
      epmet-oper-web/src/views/modules/customer/customize/CategoryList.vue

8
epmet-oper-web/src/views/modules/customer/customize/CategoryList.vue

@ -6,9 +6,9 @@
<span style="margin-right:10px">{{customerName}}</span> <span style="margin-right:10px">{{customerName}}</span>
<el-button type="default" <el-button type="default"
@click="diaCancel">取消返回</el-button> @click="diaCancel">取消返回</el-button>
<!-- <el-button class="" <el-button class=""
type="primary" type="primary"
@click="addShow()">{{"新增" }}</el-button> --> @click="addShow()">{{"新增" }}</el-button>
<!-- <el-input v-model="search" <!-- <el-input v-model="search"
placeholder="请输入内容"></el-input> --> placeholder="请输入内容"></el-input> -->
</div> </div>
@ -49,10 +49,10 @@
<el-button type="text" <el-button type="text"
size="small" size="small"
@click="deleteCategory(scope.row)">删除</el-button> @click="deleteCategory(scope.row)">删除</el-button>
<!-- <el-button v-if="(scope.row.children )" <el-button v-if="(scope.row.children )"
type="text" type="text"
size="small" size="small"
@click="showAddLevel2(scope.row)">{{ "新增二级分类"}}</el-button> --> @click="showAddLevel2(scope.row)">{{ "新增二级分类"}}</el-button>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>

Loading…
Cancel
Save