吉安感知网项目-前端
张含笑
2026-01-23 e00634f7b354613b55b6d69922adcbedb396f016
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 = () => {