Compare commits

..

No commits in common. '75e532e82be9d88e481ed6c2dd5e020e155b8b9b' and 'cd4878e0b6e12883d1b621cfaf39d8bcb58e547b' have entirely different histories.

  1. 2
      src/views/safetyManagement/equipmentInspectionPoint/addInspectDailog.vue
  2. 2
      src/views/safetyManagement/equipmentInspectionPoint/index.vue

@ -61,7 +61,7 @@
</template>
<template #default="scope">
<el-form-item :prop="`tableData[${scope.$index}].insCycle`" :rules="formRules.insCycle">
<el-input-number controls-position="right" v-model="scope.row.insCycle" placeholder="请输入" style="width: 100%"></el-input-number>
<el-input v-model="scope.row.insCycle" placeholder="请输入" style="width: 100%"></el-input>
</el-form-item>
</template>
</el-table-column>

@ -166,7 +166,7 @@ export default {
span: 24,
search: false,
searchLabelWidth: 90,
type: 'number',
// type: 'number',
rules: [
{
required: true,

Loading…
Cancel
Save