diff --git a/vue/src/pages/capital/list/.lowcode/configs.jsx b/vue/src/pages/capital/list/.lowcode/configs.jsx index e6b0596..3ebc2da 100644 --- a/vue/src/pages/capital/list/.lowcode/configs.jsx +++ b/vue/src/pages/capital/list/.lowcode/configs.jsx @@ -8,14 +8,14 @@ export default { header$() { return ( <> - + ) }, action$({ row }) { return ( <> - + ) diff --git a/vue/src/pages/capital/list/index.js b/vue/src/pages/capital/list/index.js deleted file mode 100644 index 58b9ffd..0000000 --- a/vue/src/pages/capital/list/index.js +++ /dev/null @@ -1,3 +0,0 @@ -export default { - 'capital/renew': () => import( /* webpackChunkName: "pages/capital/renew" */ "./renew/renew.vue") -}; \ No newline at end of file diff --git a/vue/src/pages/capital/list/renew/.lowcode/configs.jsx b/vue/src/pages/capital/list/renew/.lowcode/configs.jsx deleted file mode 100644 index 08d8bab..0000000 --- a/vue/src/pages/capital/list/renew/.lowcode/configs.jsx +++ /dev/null @@ -1,68 +0,0 @@ -export default { - title: '续费管理', - entitys: [ - { name: 'id', label: '编号' }, - { name: 'name', type: 'input', label: '名称' }, - { name: 'nick', label: '昵称' }, - { name: 'ukey', label: '密钥' }, - { name: 'createUid', type: 'input', label: '创建人' }, - { - name: 'status', - type: 'switch', - label: '状态', - url: '/app/updateStatus.do', - }, - { - name: 'config', - type: 'map', - default: {}, - fields: [ - { name: 'api', label: '接口地址', type: 'input' }, - { name: 'version', label: '资源版本', type: 'input' }, - ], - }, - ], - columns: ['id', 'createUid', 'nick', 'unionid', 'dingId', 'ukey'], - condtion: ['id', 'createUid', 'nick', 'unionid', 'dingId', 'ukey'], - slots: { - header$() { - return ( - <> - - - ) - }, - action$({ row }) { - return ( - <> - - - - - ) - }, - }, -} diff --git a/vue/src/pages/capital/list/renew/.lowcode/data b/vue/src/pages/capital/list/renew/.lowcode/data deleted file mode 100644 index 99df24f..0000000 --- a/vue/src/pages/capital/list/renew/.lowcode/data +++ /dev/null @@ -1 +0,0 @@ -{"table":"","blocks":[],"counter":6786,"basic":{"title":"续费管理","selectable":0,"showIndex":0,"compact":0,"size":"","url":"/do/select/site","actions":[]},"columns":[],"tabs":{"code":null,"defaultVal":null,"list":[],"keyword":null},"condition":[],"conditionLimit":null,"actions":[],"_id":6786} \ No newline at end of file diff --git a/vue/src/pages/capital/list/renew/renew.vue b/vue/src/pages/capital/list/renew/renew.vue deleted file mode 100644 index 60901ee..0000000 --- a/vue/src/pages/capital/list/renew/renew.vue +++ /dev/null @@ -1,16 +0,0 @@ - - - \ No newline at end of file