|
@@ -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">
|