| 文件名从 src/views/tpm/Machine.vue 修改 |
| | |
| | | <!-- |
| | | * @Date: 2024-04-27 20:04:34 |
| | | * @LastEditors: Sneed |
| | | * @LastEditTime: 2024-04-27 20:38:52 |
| | | * @LastEditTime: 2024-04-27 21:44:31 |
| | | * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/tpm/Machine.vue |
| | | --> |
| | | <template> |
| | |
| | | search() { |
| | | this.$refs.table.reload(this.params) |
| | | }, |
| | | table_add() { }, |
| | | table_add() { |
| | | this.$router.push(`/tpm/machine/create?type=create`); |
| | | }, |
| | | batchDel() { }, |
| | | } |
| | | } |
| | |
| | | import pmsPng from '@/assets/pms.png' |
| | | // import Dialog from './Dialog.vue' |
| | | import MachineGroup from './MachineGroup.vue' |
| | | import Machine from './Machine.vue' |
| | | import Machine from './MachineTab.vue' |
| | | export default { |
| | | name: 'system', |
| | | components: { |
| 对比新文件 |
| | |
| | | <!-- |
| | | * @Date: 2024-04-27 21:44:20 |
| | | * @LastEditors: Sneed |
| | | * @LastEditTime: 2024-04-27 21:45:27 |
| | | * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/tpm/machine/create.vue |
| | | --> |
| | | <template> |
| | | <el-main> |
| | | <el-card shadow="never"> |
| | | 鏂板 |
| | | </el-card> |
| | | </el-main> |
| | | </template> |
| | | |
| | | <script> |
| | | export default { |
| | | |
| | | } |
| | | </script> |
| | | |
| | | <style lang="scss" scoped></style> |