Prechádzať zdrojové kódy

art(company-sku):发布按钮提示禁用

xinyan 6 mesiacov pred
rodič
commit
312097b5a1

+ 1 - 1
src/views/sku-manage/company-sku/component/DataTableSlot.vue

@@ -56,7 +56,7 @@ function showDetail() {
 					<template #reference>
 						<!--div不可以删除,否则会导致popconfirm的弹出框消失-->
 						<div>
-							<el-tooltip :enterable="false" :show-arrow="false" content="发布" hide-after="0" placement="top" popper-class="custom-btn-tooltip-2">
+							<el-tooltip :enterable="false" :show-arrow="false" content="发布" hide-after="0" placement="top" popper-class="custom-btn-tooltip-2" :disabled="row.status === 3">
 								<PermissionButton :color="'#6466F1'" circle plain :disabled="row.status === 3">
 									<el-icon>
 										<Position />