吉安感知网项目-前端
shuishen
2026-02-03 89380e6260a75d1d3b94de687ebcc2f50d50659d
applications/task-work-order/src/views/orderView/orderDataManage/supplyAdd/FormDiaLog.vue
@@ -8,7 +8,7 @@
      :close-on-click-modal="false"
   >
      <div class="detail-container" v-if="dialogReadonly">
         <el-row class="detail-row-view">
         <el-row class="detail-row-view supplyAddLabel">
            <el-col :span="12">
               <div class="label">需求名称</div>
               <div class="val">{{ formData.demandName }}</div>
@@ -67,7 +67,7 @@
         :model="formData"
         :rules="rules"
         :disabled="dialogReadonly"
         label-width="190px"
         :label-width="pxToRem(190)"
      >
         <el-row>
            <el-col :span="12">
@@ -245,6 +245,7 @@
   gdSupplyDemandDetailApi,
   gdSupplyDemandSubmitApi,
} from '@/views/orderView/orderDataManage/supplyAdd/supplyAddApi'
import { pxToRem } from '@/utils/rem'
// 初始化表单数据
const initForm = () => ({
@@ -401,3 +402,10 @@
defineExpose({ open })
</script>
<style scoped lang="scss">
.supplyAddLabel {
   .label {
      width: 120px !important;
   }
}
</style>