gaoshp
2024-04-11 8d5afbe60caa4e951881466c5ec5ccc4f1b4ab0d
编辑
已修改2个文件
8 ■■■■ 文件已修改
src/views/console/system/component-classification.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/console/system/interfaceConfig.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/console/system/component-classification.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2024-04-09 22:18:47
 * @LastEditors: Sneed
 * @LastEditTime: 2024-04-10 20:41:19
 * @LastEditTime: 2024-04-11 21:36:58
 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/console/system/component-classification.vue
 * 分类维护
-->
@@ -199,7 +199,7 @@
        table_edit(row) {
            this.row = { ...row }
            console.log(this.row)
            this.dialogTitle = '新增'
            this.dialogTitle = '编辑'
            this.dialogVisible = true
        },
        table_del(row) {
src/views/console/system/interfaceConfig.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2024-04-09 22:18:47
 * @LastEditors: Sneed
 * @LastEditTime: 2024-04-11 21:34:08
 * @LastEditTime: 2024-04-11 21:36:49
 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/console/system/interfaceConfig.vue
 * 看板接口
-->
@@ -182,7 +182,7 @@
        table_edit(row) {
            this.row = { ...row }
            console.log(this.row)
            this.dialogTitle = '新增'
            this.dialogTitle = '编辑'
            this.dialogVisible = true
        },
        table_del(row) {