客户管理功能

This commit is contained in:
JinLu.Yin
2022-05-06 21:59:31 +08:00
parent 31ef9edb48
commit 5f1324779d
7 changed files with 627 additions and 5 deletions

View File

@@ -88,7 +88,7 @@
<el-table v-loading="loading" :data="ruleList" @selection-change="handleSelectionChange">
<el-table-column type="selection" width="55" align="center" />
<el-table-column label="规则编号" align="center" prop="ruleCode" >
<el-table-column label="规则编号" align="center" width="150px" prop="ruleCode" >
<template slot-scope="scope">
<router-link :to="'/system/autocodePart/index/' + scope.row.ruleId" class="link-type">
<span>{{ scope.row.ruleCode }}</span>