8b709c4c by lihua

修改分类名称

1 parent 06d05c18
......@@ -47,9 +47,9 @@ const isRegisterOptions = ref<any>([
const damTypesOptions = ref<any>([
{ label: "自建", value: 1 },
{ label: "加工交付", value: 2 },
{ label: "专区", value: 3 },
{ label: "深圳专区", value: 3 },
{ label: "江苏专区", value: 4 },
{ label: "数据港", value: 5 },
{ label: "可信数据空间", value: 5 },
])
const searchItemList = ref([
{
......@@ -463,7 +463,7 @@ const handleUploadClose = (itemGuid) => {
</div>
<div class="mid-content">
<div class="left">产品来源</div>
<div class="right">{{ item.foundMode ? (item.foundMode === 1 ? '自建' : (item.foundMode == 2 ? '加工交付' : (item.foundMode == 4 ? '江苏专区' : (item.foundMode == 5 ? '数据港' : '专区')))) : '--'
<div class="right">{{ item.foundMode ? (item.foundMode === 1 ? '自建' : (item.foundMode == 2 ? '加工交付' : (item.foundMode == 4 ? '江苏专区' : (item.foundMode == 5 ? '可信数据空间' : '深圳专区')))) : '--'
}}</div>
</div>
<div class="mid-content">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!