安全在线教育平台
zhouwx
6 days ago fc22e03451c7357bd105a509badb49d0292f2511
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>