修改分类名称
Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -47,9 +47,9 @@ const isRegisterOptions = ref<any>([ | ... | @@ -47,9 +47,9 @@ const isRegisterOptions = ref<any>([ |
| 47 | const damTypesOptions = ref<any>([ | 47 | const damTypesOptions = ref<any>([ |
| 48 | { label: "自建", value: 1 }, | 48 | { label: "自建", value: 1 }, |
| 49 | { label: "加工交付", value: 2 }, | 49 | { label: "加工交付", value: 2 }, |
| 50 | { label: "专区", value: 3 }, | 50 | { label: "深圳专区", value: 3 }, |
| 51 | { label: "江苏专区", value: 4 }, | 51 | { label: "江苏专区", value: 4 }, |
| 52 | { label: "数据港", value: 5 }, | 52 | { label: "可信数据空间", value: 5 }, |
| 53 | ]) | 53 | ]) |
| 54 | const searchItemList = ref([ | 54 | const searchItemList = ref([ |
| 55 | { | 55 | { |
| ... | @@ -463,7 +463,7 @@ const handleUploadClose = (itemGuid) => { | ... | @@ -463,7 +463,7 @@ const handleUploadClose = (itemGuid) => { |
| 463 | </div> | 463 | </div> |
| 464 | <div class="mid-content"> | 464 | <div class="mid-content"> |
| 465 | <div class="left">产品来源</div> | 465 | <div class="left">产品来源</div> |
| 466 | <div class="right">{{ item.foundMode ? (item.foundMode === 1 ? '自建' : (item.foundMode == 2 ? '加工交付' : (item.foundMode == 4 ? '江苏专区' : (item.foundMode == 5 ? '数据港' : '专区')))) : '--' | 466 | <div class="right">{{ item.foundMode ? (item.foundMode === 1 ? '自建' : (item.foundMode == 2 ? '加工交付' : (item.foundMode == 4 ? '江苏专区' : (item.foundMode == 5 ? '可信数据空间' : '深圳专区')))) : '--' |
| 467 | }}</div> | 467 | }}</div> |
| 468 | </div> | 468 | </div> |
| 469 | <div class="mid-content"> | 469 | <div class="mid-content"> | ... | ... |
-
Please register or sign in to post a comment