fix产品上架
Showing
1 changed file
with
1 additions
and
5 deletions
| ... | @@ -2358,18 +2358,14 @@ const rejectDialogBtnClick = (btn, info) => { | ... | @@ -2358,18 +2358,14 @@ const rejectDialogBtnClick = (btn, info) => { |
| 2358 | <div class="tool_btns" v-if="detailType == 'add' || detailType == 'edit' || detailType == 'redit'"> | 2358 | <div class="tool_btns" v-if="detailType == 'add' || detailType == 'edit' || detailType == 'redit'"> |
| 2359 | <div class="btns"> | 2359 | <div class="btns"> |
| 2360 | <el-button @click="btnClick({ value: 'cancel' })">返回</el-button> | 2360 | <el-button @click="btnClick({ value: 'cancel' })">返回</el-button> |
| 2361 | <!-- <el-button @click="btnClick({ value: 'draft' })" | ||
| 2362 | v-if="route.query.type == 'add' || route.query.type == 'edit'">保存草稿</el-button> --> | 2361 | v-if="route.query.type == 'add' || route.query.type == 'edit'">保存草稿</el-button> --> |
| 2363 | <el-button type="primary" @click="btnClick({ value: 'submit' })">提交流程</el-button> | 2362 | <el-button type="primary" @click="btnClick({ value: 'submit' })">提交流程</el-button> |
| 2364 | </div> | ||
| 2365 | </div> | ||
| 2366 | <div class="tool_btns" v-else-if="detailType == 'detail'"> | ||
| 2367 | <div class="btns"> | 2363 | <div class="btns"> |
| 2368 | <el-button v-for="btn in toolBtns" :type="btn.type" :plain="btn.plain" @click="btnClick(btn)">{{ btn.label | 2364 | <el-button v-for="btn in toolBtns" :type="btn.type" :plain="btn.plain" @click="btnClick(btn)">{{ btn.label |
| 2369 | }}</el-button> | 2365 | }}</el-button> |
| 2370 | </div> | 2366 | </div> |
| 2371 | </div> | 2367 | </div> |
| 2372 | <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" > |
| 2373 | <Form ref="passListingFormRef" :itemList="passFormInfo.items" :rules="passFormInfo.rules" /> | 2369 | <Form ref="passListingFormRef" :itemList="passFormInfo.items" :rules="passFormInfo.rules" /> |
| 2374 | <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" |
| 2375 | :placeholder="dynamicPlaceholder" /> | 2371 | :placeholder="dynamicPlaceholder" /> | ... | ... |
-
Please register or sign in to post a comment