@@ -269,7 +269,7 @@ const config = computed(() => {
},
renderHTML(row) {
return [
- row.status == 10
+ row.status == 10 && !(row.wlnStorageCode === "T007" && row.wlnStatus === 1)
? {
attrs: {
label: "上传设计稿",