3 커밋 8e74f92491 ... f791f63992

작성자 SHA1 메시지 날짜
  朱永杰 f791f63992 初始化项目 1 년 전
  朱永杰 65d0c26d0a 初始化项目 1 년 전
  朱永杰 4c44525989 初始化项目 1 년 전
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .idea/vcs.xml
  2. 1 0
      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>

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

@@ -4,6 +4,7 @@
       <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>