Parcourir la source

初始化项目

朱永杰 il y a 1 an
Parent
commit
65d0c26d0a
2 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 0
      .idea/vcs.xml
  2. 0 1
      src/views/cow/cowSellMessage/index.vue

+ 3 - 0
.idea/vcs.xml

@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
+  <component name="GitSharedSettings">
+    <option name="synchronizeBranchProtectionRules" value="false" />
+  </component>
   <component name="VcsDirectoryMappings">
     <mapping directory="" vcs="Git" />
   </component>

+ 0 - 1
src/views/cow/cowSellMessage/index.vue

@@ -4,7 +4,6 @@
       <el-form inline :model="searchData">
         <el-form-item label="牛只类型">
           <el-input v-model="searchData.type"></el-input>
-          <el-input v-model="searchData.type"></el-input>
         </el-form-item>
         <el-form-item>
           <el-button type="primary">查询</el-button>