JX.Li 1 year ago
parent
commit
d25aae1d4a
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/gas/pressureRegulatingBox/index.vue

+ 3 - 3
src/views/gas/pressureRegulatingBox/index.vue

@@ -198,17 +198,17 @@
         <el-row>
           <el-col :span="8">
             <el-form-item label="性质" prop="nature">
-                <input v-model="form.nature"></input>
+                <el-input v-model="form.nature"></el-input>
             </el-form-item>
           </el-col>
           <el-col :span="8">
             <el-form-item label="类型" prop="type">
-              <input v-model="form.type"></input>
+              <el-input v-model="form.type"></el-input>
             </el-form-item>
           </el-col>
           <el-col :span="8">
             <el-form-item label="路数" prop="numberOfRoutes">
-              <input v-model="form.numberOfRoutes"></input>
+              <el-input v-model="form.numberOfRoutes"></el-input>
             </el-form-item>
           </el-col>
         </el-row>