applications/task-work-order/src/views/orderView/orderDataManage/supplyAdd/reasonForRejectionDialog.vue
@@ -12,7 +12,7 @@ <div class="detail-container"> <div class="detail-cell"> <span class="cell-label">拒绝原因:</span> <el-input v-model="reasonForRejection" style="width: 380px" type="textarea" placeholder="请输入" /> <el-input v-model="reasonForRejection" style="width: 380px" type="textarea" :rows="4" placeholder="请输入" /> </div> </div> <template #footer> @@ -52,7 +52,6 @@ visible.value = newVal } ) // 确认按钮点击事件 const handleConfirm = () => {