Lijy преди 1 година
родител
ревизия
d3a6f87bc7
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      fhKeeper/formulahousekeeper/timesheet/src/views/workReport/weeklyCustomization.vue

+ 2 - 2
fhKeeper/formulahousekeeper/timesheet/src/views/workReport/weeklyCustomization.vue

@@ -37,8 +37,8 @@
                     </el-table-column>
                     <el-table-column prop="content" label="工作内容" width="300">
                         <template slot-scope="scope">
-                            <el-input size="small" type="textarea" :rows="1" v-model="scope.row.content"
-                                :disabled="scope.row.state == 1 || scope.row.state == 0 || !scope.row.canFill"></el-input>
+                            <el-input size="small" type="textarea" :rows="2" v-model="scope.row.content"
+                                :disabled="scope.row.state == 1 || scope.row.state == 0 || !scope.row.canFill" resize="none"></el-input>
                         </template>
                     </el-table-column>
                     <el-table-column prop="workingTime" label="时间(小时)" width="160">