Commit c47fd95a by zhuzhequan

feat:podus订单 按钮样式修改

parent c82b1ccc
...@@ -1813,26 +1813,12 @@ ...@@ -1813,26 +1813,12 @@
</el-link> </el-link>
<el-icon <el-icon
v-if="row.prnDownloadStatus" v-if="row.prnDownloadStatus"
style="right: -2px" class="download-icon"
class="check-icon" style="position:relative;right: 7px"
> >
<CircleCheckFilled /> <CircleCheckFilled />
</el-icon> </el-icon>
<span class="operate-item">
<ElButton
:disabled="!row.url && !row.tiffUrl"
link
title="下载PNG或TIFF"
type="primary"
@click="handleDownload(row)"
>
下载
</ElButton>
<el-icon v-if="row.downloadStatus" class="check-icon"
><CircleCheckFilled
/></el-icon>
</span>
<!-- <span class="operate-item"> <!-- <span class="operate-item">
<ElButton <ElButton
:disabled="!row.tiffUrl" :disabled="!row.tiffUrl"
...@@ -1870,24 +1856,29 @@ ...@@ -1870,24 +1856,29 @@
/></el-icon> /></el-icon>
</span> </span>
<span class="operate-item"> <span class="operate-item">
<ElButton <ElButton
:disabled="row.productNum > 50" :disabled="!row.url && !row.tiffUrl"
link link
title="重新排版" type="primary"
type="warning" @click="handleDownload(row)"
:loading="reComposingLoadingMap[row.id]"
@click="showArrange(1, row)"
> >
重排 下载素材
</ElButton> </ElButton>
<el-icon v-if="row.downloadStatus" class="download-icon"
><CircleCheckFilled
/></el-icon>
</span> </span>
<span class="operate-item"> <span class="operate-item">
<ElButton <ElButton
:disabled="row.productNum > 50"
link link
type="danger" title="重新排版"
@click="handleBatchDelete('single', row.id)" type="warning"
:loading="reComposingLoadingMap[row.id]"
@click="showArrange(1, row)"
> >
删除 重排
</ElButton> </ElButton>
</span> </span>
</div> </div>
...@@ -6958,7 +6949,9 @@ const printNormal = async () => { ...@@ -6958,7 +6949,9 @@ const printNormal = async () => {
.operate-item { .operate-item {
position: relative; position: relative;
} }
.download-icon{
color: var(--el-color-success);
}
.check-icon { .check-icon {
color: var(--el-color-success); color: var(--el-color-success);
position: absolute; position: absolute;
......
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