| | |
| | | "@types/lodash": "*" |
| | | } |
| | | }, |
| | | "@types/marked": { |
| | | "version": "4.0.6", |
| | | "resolved": "https://registry.npmmirror.com/@types/marked/-/marked-4.0.6.tgz", |
| | | "integrity": "sha512-ITAVUzsnVbhy5afxhs4PPPbrv2hKVEDH5BhhaQNQlVG0UNu+9A18XSdYr53nBdHZ0ADEQLl+ciOjXbs7eHdiQQ==" |
| | | }, |
| | | "@types/node": { |
| | | "version": "17.0.39", |
| | | "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.39.tgz", |
| | |
| | | "vue-grid-layout": "^3.0.0-beta1", |
| | | "vue-i18n": "^9.1.10", |
| | | "vue-router": "^4.0.15", |
| | | "xlsx": "^0.18.5" |
| | | "xlsx": "^0.18.5" |
| | | }, |
| | | "devDependencies": { |
| | | "@types/node": "^17.0.39", |
| | |
| | | import { ElMessageBox, ElMessage, ElButton, ElInput, TabsPaneContext } from 'element-plus'; |
| | | import { accidentManagementSystemApi } from '/@/api/accidentManagementSystem'; |
| | | export default defineComponent({ |
| | | components: {}, |
| | | components: {MdEditor}, |
| | | setup(props, { emit }) { |
| | | const ruleFormRef = ref<FormInstance>(); |
| | | const dialogVisible = ref<boolean>(false); |