src/views/onlineEducation/systemManage/company/components/companyDialog.vue
@@ -42,6 +42,7 @@ :disabled="title === '编辑'" placeholder="请输入总课时" v-model.trim="state.form.totalPeriod" maxlength="10" @input="state.form.totalPeriod = state.form.totalPeriod.replace(/[^0-9]/g,'')"> <template #append >分钟</template> </el-input>