Commit 725c26c8 by liuchenxi

update: ui

parent 77782e0f
......@@ -2,7 +2,7 @@
<el-dialog title="" width="416px" top="30vh" custom-class="cre-dialog" :visible.sync="batchDialog" center :modal-append-to-body="false" :before-close="closeBatch">
<p class="tips" slot="title">{{ operNum == 0 ? '批量失效' : operNum == 1 ? '批量删除' : '修改所属分类' }}</p>
<div class="el-message-box__status el-alert__icon el-icon-warning is-big icon"></div>
<div v-if="[0,1].includes(operNum)" class="el-message-box__status el-alert__icon el-icon-warning is-big icon"></div>
<div v-loading="loading">
<div class="batch-content">
<div v-if="operNum == 0">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment