feat(mes): 迁移生产报工 antd/ele 并补齐任务选择器

pull/879/MERGE
YunaiV 2026-05-26 22:27:27 +08:00
parent 685ada8475
commit e80e5203a4
1 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,9 @@
:disabled="isHeaderReadonly" :disabled="isHeaderReadonly"
> >
<template #append> <template #append>
<el-button @click="generateCode"> </el-button> <el-button :disabled="isHeaderReadonly" @click="generateCode">
生成
</el-button>
</template> </template>
</el-input> </el-input>
</el-form-item> </el-form-item>