Commit b5e7e1dd authored by 黄奎's avatar 黄奎

页面修改

parent dfe92a88
...@@ -26,9 +26,9 @@ ...@@ -26,9 +26,9 @@
<el-table-column label="操作" width="180"> <el-table-column label="操作" width="180">
<template slot-scope="scope"> <template slot-scope="scope">
<img @click="EditCustom(scope.row)" style="width:32px;height:32px;margin:0 10px" <img @click="getCategory(scope.row.Id)" style="width:32px;height:32px;margin:0 10px"
src="../../assets/img/userman/edit.png" alt=""> src="../../assets/img/userman/edit.png" alt="">
<img @click="RemoveCustom(scope.row,6)" style="width:32px;height:32px;margin:0 10px" <img @click="removeCategory(scope.row.Id)" style="width:32px;height:32px;margin:0 10px"
src="../../assets/img/userman/del.png" alt=""> src="../../assets/img/userman/del.png" alt="">
</template> </template>
</el-table-column> </el-table-column>
...@@ -58,7 +58,6 @@ ...@@ -58,7 +58,6 @@
<el-button size="small" style="margin-top:20px;padding:9px 25px;" type="primary" @click="submitform()">保存 <el-button size="small" style="margin-top:20px;padding:9px 25px;" type="primary" @click="submitform()">保存
</el-button> </el-button>
</template> </template>
</div> </div>
</template> </template>
<script> <script>
...@@ -127,6 +126,7 @@ ...@@ -127,6 +126,7 @@
this.addMsg.Name = tempObj.Name; this.addMsg.Name = tempObj.Name;
this.addMsg.Level = tempObj.Level; this.addMsg.Level = tempObj.Level;
this.addMsg.ParentId = tempObj.ParentId; this.addMsg.ParentId = tempObj.ParentId;
this.IsShowCategory=false;
} }
} else { } else {
this.Error(res.data.message); this.Error(res.data.message);
......
...@@ -26,9 +26,9 @@ ...@@ -26,9 +26,9 @@
<el-table-column label="操作" width="180"> <el-table-column label="操作" width="180">
<template slot-scope="scope"> <template slot-scope="scope">
<img @click="EditCustom(scope.row)" style="width:32px;height:32px;margin:0 10px" <img @click="getCategory(scope.row.Id)" style="width:32px;height:32px;margin:0 10px"
src="../../assets/img/userman/edit.png" alt=""> src="../../assets/img/userman/edit.png" alt="">
<img @click="RemoveCustom(scope.row,6)" style="width:32px;height:32px;margin:0 10px" <img @click="removeCategory(scope.row.Id)" style="width:32px;height:32px;margin:0 10px"
src="../../assets/img/userman/del.png" alt=""> src="../../assets/img/userman/del.png" alt="">
</template> </template>
</el-table-column> </el-table-column>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment