File tree Expand file tree Collapse file tree 9 files changed +22
-15
lines changed
server/resource/template/fe Expand file tree Collapse file tree 9 files changed +22
-15
lines changed Original file line number Diff line number Diff line change @@ -258,3 +258,7 @@ swag init
258258## 9. 捐赠
259259
260260如果你觉得这个项目对你有帮助,你可以请作者喝饮料 :tropical_drink :
261+
262+ ## 10. 商用注意事项
263+
264+ 如果您将此项目用于商业用途,请遵守apatch2.0协议并保留作者技术支持声明。
Original file line number Diff line number Diff line change @@ -263,3 +263,6 @@ backend code file: model\dnModel\api.go
263263
264264If you find this project useful, you can buy author a glass of juice :tropical_drink :
265265
266+ ## 10. Commercial considerations
267+
268+ If you use this project for commercial purposes, please comply with the apatch2.0 agreement and retain the author's technical support statement.
Original file line number Diff line number Diff line change 3232 <el-button size =" mini" type =" text" @click =" scope.row.visible = false" >取消</el-button >
3333 <el-button type =" primary" size =" mini" @click =" delete{ { .StructName} } (scope.row)" >确定</el-button >
3434 </div >
35- <el-button type =" text " size =" mini" slot =" reference" >删除</el-button >
35+ <el-button type =" danger " icon = " el-icon-delete " size =" mini" slot =" reference" >删除</el-button >
3636 </el-popover >
3737 </template >
3838 </el-table-column >
Original file line number Diff line number Diff line change 3131 <el-button size =" mini" type =" text" @click =" scope.row.visible = false" >取消</el-button >
3232 <el-button type =" primary" size =" mini" @click =" deleteCustomer(scope.row)" >确定</el-button >
3333 </div >
34- <el-button type =" text " size =" mini" slot =" reference" >删除</el-button >
34+ <el-button type =" danger " icon = " el-icon-delete " size =" mini" slot =" reference" >删除</el-button >
3535 </el-popover >
3636 </template >
3737 </el-table-column >
Original file line number Diff line number Diff line change 5151
5252 <el-table-column fixed =" right" label =" 操作" width =" 200" >
5353 <template slot-scope="scope">
54- <el-button @click =" editApi(scope.row)" size =" small" type =" text " >编辑</el-button >
55- <el-button @click =" deleteApi(scope.row)" size =" small" type =" text " >删除</el-button >
54+ <el-button @click =" editApi(scope.row)" size =" small" type =" primary " icon = " el-icon-edit " >编辑</el-button >
55+ <el-button @click =" deleteApi(scope.row)" size =" small" type =" danger " icon = " el-icon-delete " >删除</el-button >
5656 </template >
5757 </el-table-column >
5858 </el-table >
Original file line number Diff line number Diff line change 1515 <el-table-column label =" 角色名称" min-width =" 180" prop =" authorityName" ></el-table-column >
1616 <el-table-column fixed =" right" label =" 操作" width =" 460" >
1717 <template slot-scope="scope">
18- <el-button @click =" opdendrawer(scope.row)" size =" small" type =" text " >设置权限</el-button >
19- <el-button @click =" addAuthority(scope.row.authorityId)" size =" small" type =" text " >新增子角色</el-button >
20- <el-button @click =" copyAuthority(scope.row)" size =" small" type =" text " >拷贝角色 </el-button >
21- <el-button @click =" editAuthority(scope.row)" size =" small" type =" text " >编辑角色 </el-button >
22- <el-button @click =" deleteAuth(scope.row)" size =" small" type =" text " >删除角色 </el-button >
18+ <el-button @click =" opdendrawer(scope.row)" size =" small" type =" primary " >设置权限</el-button >
19+ <el-button @click =" addAuthority(scope.row.authorityId)" size =" small" type =" primary " icon = " el-icon-plus " >新增子角色</el-button >
20+ <el-button @click =" copyAuthority(scope.row)" size =" small" type =" primary " icon = " el-icon-copy-document " >拷贝 </el-button >
21+ <el-button @click =" editAuthority(scope.row)" size =" small" type =" primary " icon = " el-icon-edit " >编辑 </el-button >
22+ <el-button @click =" deleteAuth(scope.row)" size =" small" type =" danger " icon = " el-icon-delete " >删除 </el-button >
2323
2424 </template >
2525 </el-table-column >
Original file line number Diff line number Diff line change 3030 </el-table-column >
3131 <el-table-column fixed =" right" label =" 操作" width =" 300" >
3232 <template slot-scope="scope">
33- <el-button @click =" deleteMenu (scope.row.ID)" size =" small" type =" text " >删除菜单 </el-button >
34- <el-button @click =" editMenu(scope.row.ID)" size =" small" type =" text " >编辑菜单 </el-button >
35- <el-button @click =" addMenu (scope.row.ID)" size =" small" type =" text " >添加子菜单 </el-button >
33+ <el-button @click =" addMenu (scope.row.ID)" size =" small" type =" primary " icon = " el-icon-edit " >添加子菜单 </el-button >
34+ <el-button @click =" editMenu(scope.row.ID)" size =" small" type =" primary " icon = " el-icon-edit " >编辑 </el-button >
35+ <el-button @click =" deleteMenu (scope.row.ID)" size =" small" type =" danger " icon = " el-icon-delete " >删除 </el-button >
3636 </template >
3737 </el-table-column >
3838 </el-table >
Original file line number Diff line number Diff line change 3434 <el-button size =" mini" type =" text" @click =" scope.row.visible = false" >取消</el-button >
3535 <el-button type =" primary" size =" mini" @click =" deleteUser(scope.row)" >确定</el-button >
3636 </div >
37- <el-button type =" text " size =" small" slot =" reference" >删除</el-button >
37+ <el-button type =" danger " icon = " el-icon-delete " size =" small" slot =" reference" >删除</el-button >
3838 </el-popover >
3939 </template >
4040 </el-table-column >
Original file line number Diff line number Diff line change 3232 </el-table-column >
3333 <el-table-column label =" 操作" width =" 250" >
3434 <template slot-scope="scope">
35- <el-button size =" mini" type =" text " @click =" editAndAddField(scope.row)" >编辑</el-button >
35+ <el-button size =" mini" type =" primary " icon = " el-icon-edit " @click =" editAndAddField(scope.row)" >编辑</el-button >
3636 <el-button size =" mini" type =" text" :disabled =" scope.$index == 0" @click =" moveUpField(scope.$index)" >上移</el-button >
3737 <el-button size =" mini" type =" text" :disabled =" (scope.$index + 1) == form.fields.length" @click =" moveDownField(scope.$index)" >下移</el-button >
3838 <el-popover placement =" top" v-model =" scope.row.visible" >
4141 <el-button size =" mini" type =" text" @click =" scope.row.visible = false" >取消</el-button >
4242 <el-button type =" primary" size =" mini" @click =" deleteField(scope.$index)" >确定</el-button >
4343 </div >
44- <el-button size =" mini" type =" text " slot =" reference" >删除</el-button >
44+ <el-button size =" mini" type =" danger " icon = " el-icon-delete " slot =" reference" >删除</el-button >
4545 </el-popover >
4646 </template >
4747 </el-table-column >
You can’t perform that action at this time.
0 commit comments