From 8b5bfdeb201b2653fb648f742b6d4ff5ff05ff6c Mon Sep 17 00:00:00 2001 From: lixiangyu <lixiangyu@xalxzn.com> Date: 星期三, 27 八月 2025 17:59:29 +0800 Subject: [PATCH] refactor(刀具管理): 重构刀具管理相关组件结构 --- src/views/cms/CuttingList.vue | 78 +++++++++++++++++++------------------- 1 files changed, 39 insertions(+), 39 deletions(-) diff --git a/src/views/cms/CuttingList.vue b/src/views/cms/CuttingList.vue index d042b3b..fe759dc 100644 --- a/src/views/cms/CuttingList.vue +++ b/src/views/cms/CuttingList.vue @@ -1,43 +1,43 @@ -<template > - <a-card :bordered="false" :body-style="{ padding: '0 24px 24px 24px' }"> - <a-tabs default-active-key="1"> - <a-tab-pane key="1" tab="鍒�鍏蜂俊鎭�"> - <cutting-tool-list ref="cuttingToolList"></cutting-tool-list> - </a-tab-pane> - <a-tab-pane key="2" tab="鍒�鍏峰簱瀛�"> - <cutting-inventory-list ref="cuttingInventoryList"></cutting-inventory-list> - </a-tab-pane> - <a-tab-pane key="3" tab="鍒�鍏烽瀹氬鍛�"> - <rated-life-list ref="RatedLifeList"></rated-life-list> - </a-tab-pane> - </a-tabs> - </a-card> -</template> +<!--<template >--> +<!-- <a-card :bordered="false" :body-style="{ padding: '0 24px 24px 24px' }">--> +<!-- <a-tabs default-active-key="1">--> +<!-- <a-tab-pane key="1" tab="鍒�鍏蜂俊鎭�">--> +<!-- <cutting-tool-list ref="cuttingToolList"></cutting-tool-list>--> +<!-- </a-tab-pane>--> +<!-- <a-tab-pane key="2" tab="鍒�鍏峰簱瀛�">--> +<!-- <cutting-inventory-list ref="cuttingInventoryList"></cutting-inventory-list>--> +<!-- </a-tab-pane>--> +<!-- <a-tab-pane key="3" tab="鍒�鍏烽瀹氬鍛�">--> +<!-- <rated-life-list ref="RatedLifeList"></rated-life-list>--> +<!-- </a-tab-pane>--> +<!-- </a-tabs>--> +<!-- </a-card>--> +<!--</template>--> -<script> -import CuttingToolList from './CuttingToolList' -import CuttingInventoryList from './CuttingInventoryList' -import RatedLifeList from './RatedLifeList.vue' +<!--<script>--> +<!--import CuttingToolList from './CuttingToolList'--> +<!--import CuttingInventoryList from './CuttingInventoryList'--> +<!--import RatedLifeList from './RatedLifeList.vue'--> -export default { - name: '鍒�鍏峰彴璐�', - components: { - CuttingToolList, - CuttingInventoryList, - RatedLifeList, - }, - data() { - return {} - }, - methods: { - callback(key) { - console.log('鍒囨崲鍒伴〉绛�:', key) - } - } -} -</script> +<!--export default {--> +<!-- name: '鍒�鍏峰彴璐�',--> +<!-- components: {--> +<!-- CuttingToolList,--> +<!-- CuttingInventoryList,--> +<!-- RatedLifeList,--> +<!-- },--> +<!-- data() {--> +<!-- return {}--> +<!-- },--> +<!-- methods: {--> +<!-- callback(key) {--> +<!-- console.log('鍒囨崲鍒伴〉绛�:', key)--> +<!-- }--> +<!-- }--> +<!--}--> +<!--</script>--> -<style scoped> -@import '~@assets/less/common.less'; +<!--<style scoped>--> +<!--@import '~@assets/less/common.less';--> -</style> +<!--</style>--> -- Gitblit v1.9.3