zx 1 년 전
부모
커밋
b6fb7fe8b3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet-workshop/src/views/product/list.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet-workshop/src/views/product/list.vue

@@ -244,7 +244,7 @@
                     </el-table-column>
                     <el-table-column prop="workingTime" label="单件工时"  width="180">
                         <template slot-scope="scope">
-                            <el-input v-model="scope.row.workingTime"   clearable maxlength="11" placeholder="请输入">小时</el-input>
+                            <el-input v-model="scope.row.workingTime"   clearable maxlength="11" placeholder="请输入"></el-input>
                         </template>
                     </el-table-column>
                     <el-table-column prop="unitPrice" label="单件工价"  width="180">