소스 검색

Merge remote-tracking branch 'origin/master'

zzw 1 개월 전
부모
커밋
7fb25a2e8b
2개의 변경된 파일77개의 추가작업 그리고 1027개의 파일을 삭제
  1. 62 1025
      src/views/costAudit/auditInfo/auditManage/costAudit.vue
  2. 15 2
      src/views/costAudit/baseInfo/auditReviewDocManage/index.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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>

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.