Преглед на файлове

Merge branch 'xinyan' into dev

xinyan преди 6 месеца
родител
ревизия
89ecd4ec82

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

@@ -115,7 +115,7 @@ onMounted(() => {
 				<!--<el-tag style="margin-left: 5px" type="primary">-->
 				<!--	{{ rowData.sku }}-->
 				<!--</el-tag>-->
-				<el-check-tag checked style="margin-left: 5px">{{ rowData.sku }}</el-check-tag>
+				<el-check-tag checked style="pointer-events: none;margin-left: 5px">{{ rowData.sku }}</el-check-tag>
 			</div>
 		</template>
 		<div class="m-4">

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

@@ -313,7 +313,7 @@ onMounted(() => {
 				<!--SKU-->
 				<div v-if="selectedKind" class="sku-text">
 					<!--<span>SKU:</span>-->
-					<el-check-tag checked>SKU:{{ sku }}</el-check-tag>
+					<el-check-tag checked style="pointer-events: none;">SKU:{{ sku }}</el-check-tag>
 					<el-divider ref="dividerContainer" style="margin: 10px 0 12px 0;" />
 
 				</div>

+ 1 - 1
src/views/sku-manage/product-attribute/component/ShowDetailDrawer.vue

@@ -40,7 +40,7 @@ onMounted(() => {
 			<template #title>
 				<div>
 					<span style="font-size: 16px; font-weight: bold">查看:</span>
-					<el-check-tag checked style="margin-left: 5px">{{ rowData.name }}</el-check-tag>
+					<el-check-tag checked style="pointer-events: none;margin-left: 5px">{{ rowData.name }}</el-check-tag>
 				</div>
 			</template>
 			<div class="p-5">

+ 1 - 1
src/views/sku-manage/product-attribute/component/manage-enum/component/ShowEnumDrawer.vue

@@ -41,7 +41,7 @@ onMounted(() => {
 			<template #title>
 				<div>
 					<span style="font-size: 16px; font-weight: bold">查看:</span>
-					<el-check-tag checked style="margin-left: 5px">{{ editData.label }}</el-check-tag>
+					<el-check-tag checked style="pointer-events: none;margin-left: 5px">{{ editData.label }}</el-check-tag>
 				</div>
 			</template>
 			<div class="p-5">

+ 1 - 1
src/views/sku-manage/product-attribute/component/manage-enum/index.vue

@@ -133,7 +133,7 @@ onMounted(() => {
 			<template #title>
 				<div>
 					<span style="font-size: 16px; font-weight: bold">属性枚举:</span>
-					<el-check-tag checked style="margin-left: 5px">{{ rowData.name }}</el-check-tag>
+					<el-check-tag checked style="pointer-events: none;margin-left: 5px">{{ rowData.name }}</el-check-tag>
 				</div>
 			</template>
 			<div class="p-5 w-full whitespace-nowrap">