fix: 产品上架编辑
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -2365,7 +2365,7 @@ const rejectDialogBtnClick = (btn, info) => { | ... | @@ -2365,7 +2365,7 @@ const rejectDialogBtnClick = (btn, info) => { |
| 2365 | }}</el-button> | 2365 | }}</el-button> |
| 2366 | </div> | 2366 | </div> |
| 2367 | </div> | 2367 | </div> |
| 2368 | <el-dialog v-model="dialogVisible" :title="dialogTitle" width="550px" :close-on-click-modal="false" > | 2368 | <el-dialog v-model="dialogVisible" :title="dialogTitle" width="550px" :close-on-click-modal="false"> |
| 2369 | <Form ref="passListingFormRef" :itemList="passFormInfo.items" :rules="passFormInfo.rules" /> | 2369 | <Form ref="passListingFormRef" :itemList="passFormInfo.items" :rules="passFormInfo.rules" /> |
| 2370 | <el-input type="textarea" :rows="3" maxlength="100" v-model="approveSuggest" resize="none" | 2370 | <el-input type="textarea" :rows="3" maxlength="100" v-model="approveSuggest" resize="none" |
| 2371 | :placeholder="dynamicPlaceholder" /> | 2371 | :placeholder="dynamicPlaceholder" /> | ... | ... |
-
Please register or sign in to post a comment