5802acd8 by lihua

fix: 产品上架编辑

1 parent 21edcb54
...@@ -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" />
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!