Parcourir la source

Merge branch 'master' of http://116.204.116.5:3000/zzw/cbjsxt-front-master

shiyanyu il y a 1 mois
Parent
commit
6baa6e21d4

Fichier diff supprimé car celui-ci est trop grand
+ 62 - 1025
src/views/costAudit/auditInfo/auditManage/costAudit.vue


+ 15 - 2
src/views/costAudit/baseInfo/auditReviewDocManage/index.vue

@@ -436,15 +436,28 @@
                     </template>
                   </el-table-column>
                   <el-table-column
+                    prop="whereName"
+                    label="条件名"
+                    align="center"
+                  >
+                    <template slot-scope="scope">
+                      <el-input
+                        v-model="scope.row.whereName"
+                        clearable
+                        placeholder="请输入条件名"
+                      ></el-input>
+                    </template>
+                  </el-table-column>
+                  <el-table-column
                     prop="whereValue"
-                    label="条件"
+                    label="条件"
                     align="center"
                   >
                     <template slot-scope="scope">
                       <el-input
                         v-model="scope.row.whereValue"
                         clearable
-                        placeholder="请输入条件"
+                        placeholder="请输入条件"
                       ></el-input>
                     </template>
                   </el-table-column>

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff