| | |
| | | style="border: 1px solid #dfe6ec; border-collapse: collapse" |
| | | colspan="3" |
| | | > |
| | | <textarea |
| | | <el-input |
| | | type="textarea" |
| | | autosize |
| | | placeholder="请输入内容" |
| | | v-model="changedate[index].remark" |
| | | v-on:input="change" |
| | | style="width: 100%" |
| | | > |
| | | </el-input> |
| | | <!-- <textarea |
| | | placeholder="请输入内容" |
| | | :autosize="{ minRows: 2 }" |
| | | style="width: 100%; height: 240px; resize: none" |
| | | v-model="changedate[index].remark" |
| | | v-on:input="change" |
| | | ></textarea> |
| | | ></textarea> --> |
| | | </td> |
| | | </tr> |
| | | </table> |
| | |
| | | </el-form-item> |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footers"> |
| | | <el-button |
| | | type="primary" |
| | | size="mini" |
| | | @click.stop="guanbi" |
| | | >取消</el-button |
| | | > |
| | | <el-button |
| | | v-if="tjproject == '0'" |
| | | type="primary" |
| | |
| | | position: relative; |
| | | top: 7px; |
| | | right: 4px; |
| | | color: rgb(24,144,255); |
| | | } |
| | | } |
| | | </style> |