| | |
| | | </el-row> |
| | | |
| | | <el-form class="gd-dialog-form" v-else ref="formRef" :model="formData" :rules="rules" :disabled="dialogReadonly" |
| | | label-width="140px"> |
| | | :label-width="pxToRem(112)" |
| | | > |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <el-form-item label="标题" prop="title"> |
| | |
| | | </el-col> |
| | | <el-col :span="24"> |
| | | <el-form-item label="评价内容" prop="evaluationContent"> |
| | | <el-input class="gd-input" v-model="formData.evaluationContent" type="textarea" :rows="4" |
| | | <el-input class="gd-input-text" v-model="formData.evaluationContent" type="textarea" :rows="4" |
| | | placeholder="请输入" clearable /> |
| | | </el-form-item> |
| | | </el-col> |
| | |
| | | gdDataEvaluationDetailApi, |
| | | gdDataEvaluationSubmitApi, |
| | | } from '@/views/orderView/orderDataManage/evaluate/evaluateApi' |
| | | import { pxToRem } from '@/utils/rem' |
| | | |
| | | // 初始化表单数据 |
| | | const initForm = () => ({ |