Browse Source

Merge branch 'master' into feature/vehicleRecords-index

duanxiaoduan 1 year ago
parent
commit
63ee9bf83d
2 changed files with 5 additions and 0 deletions
  1. 0 0
      dist/index.html
  2. 5 0
      src/views/custom/contractManagement/index.vue

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


+ 5 - 0
src/views/custom/contractManagement/index.vue

@@ -536,6 +536,11 @@
               <el-input v-model="scope.row.price" />
               <el-input v-model="scope.row.price" />
             </template>
             </template>
           </el-table-column>
           </el-table-column>
+          <el-table-column label="备注" min-width="110px" align="center">
+            <template slot-scope="scope">
+              <el-input v-model="scope.row.remark" type="textarea" placeholder="备注" autosize maxlength="100" show-word-limit />
+            </template>
+          </el-table-column>
           <!-- <el-table-column label="使用周期" min-width="110px" align="center" valign="middle">
           <!-- <el-table-column label="使用周期" min-width="110px" align="center" valign="middle">
               <template slot-scope="scope">
               <template slot-scope="scope">
                 <el-input v-model="scope.row.lifeCycle" />
                 <el-input v-model="scope.row.lifeCycle" />

Some files were not shown because too many files changed in this diff