模板下载
diff --git a/src/components/DetailComponent/ApprovalDetail.vue b/src/components/DetailComponent/ApprovalDetail.vue
index 8ca653c..8630253 100644
--- a/src/components/DetailComponent/ApprovalDetail.vue
+++ b/src/components/DetailComponent/ApprovalDetail.vue
@@ -302,7 +302,7 @@ const schema = computed(() => {
component: () => (
{
- props.formData.actualNewPatent ? props.formData.actualNewPatent : {'--'}
+ props.formData.actualNewPatent ? props.formData.actualNewPatent :props.formData.actualNewPatent==0?0: {'--'}
}
)
@@ -317,7 +317,7 @@ const schema = computed(() => {
component: () => (
{
- props.formData.actualSoftwareCopyright ? props.formData.actualSoftwareCopyright : {'--'}
+ props.formData.actualSoftwareCopyright ? props.formData.actualSoftwareCopyright : props.formData.actualSoftwareCopyright==0?0: {'--'}
}
)
@@ -332,7 +332,7 @@ const schema = computed(() => {
component: () => (
{
- props.formData.actualTechnicalNorms ? props.formData.actualTechnicalNorms : {'--'}
+ props.formData.actualTechnicalNorms ? props.formData.actualTechnicalNorms : props.formData.actualTechnicalNorms==0?0:{'--'}
}
)
@@ -347,7 +347,7 @@ const schema = computed(() => {
component: () => (
{
- props.formData.actualNewProduct ? props.formData.actualNewProduct : {'--'}
+ props.formData.actualNewProduct ? props.formData.actualNewProduct : props.formData.actualNewProduct==0?0:{'--'}
}
)
@@ -362,7 +362,7 @@ const schema = computed(() => {
component: () => (
{
- props.formData.actualNewProcess ? props.formData.actualNewProcess : {'--'}
+ props.formData.actualNewProcess ? props.formData.actualNewProcess : props.formData.actualNewProcess==0?0: {'--'}
}
)
@@ -377,7 +377,7 @@ const schema = computed(() => {
component: () => (
{
- props.formData.actualNewDevice ? props.formData.actualNewDevice : {'--'}
+ props.formData.actualNewDevice ? props.formData.actualNewDevice :props.formData.actualNewDevice==0?0: {'--'}
}
)
@@ -392,7 +392,7 @@ const schema = computed(() => {
component: () => (
{
- props.formData.actualNewMaterials ? props.formData.actualNewMaterials : {'--'}
+ props.formData.actualNewMaterials ? props.formData.actualNewMaterials : props.formData.actualNewMaterials==0?0: {'--'}
}
)
@@ -407,7 +407,7 @@ const schema = computed(() => {
component: () => (
{
- props.formData.actualComputerSoftware ? props.formData.actualComputerSoftware : {'--'}
+ props.formData.actualComputerSoftware ? props.formData.actualComputerSoftware : props.formData.actualComputerSoftware==0?0:{'--'}
}
)
@@ -422,7 +422,7 @@ const schema = computed(() => {
component: () => (
{
- props.formData.actualThesis ? props.formData.actualThesis : {'--'}
+ props.formData.actualThesis ? props.formData.actualThesis : props.formData.actualThesis==0?0:{'--'}
}
)
@@ -437,7 +437,7 @@ const schema = computed(() => {
component: () => (
{
- props.formData.actualResearchReport ? props.formData.actualResearchReport : {'--'}
+ props.formData.actualResearchReport ? props.formData.actualResearchReport : props.formData.actualResearchReport==0?0: {'--'}
}
)
@@ -452,7 +452,7 @@ const schema = computed(() => {
component: () => (
{
- props.formData.actualTrademark ? props.formData.actualTrademark : {'--'}
+ props.formData.actualTrademark ? props.formData.actualTrademark :props.formData.actualTrademark==0?0: {'--'}
}
)
@@ -467,7 +467,7 @@ const schema = computed(() => {
component: () => (
{
- props.formData.actualOther ? props.formData.actualOther : {'--'}
+ props.formData.actualOther ? props.formData.actualOther : props.formData.actualOther==0?0: {'--'}
}
)
diff --git a/src/components/DetailComponent/ProjectApply.vue b/src/components/DetailComponent/ProjectApply.vue
index 32faf70..a3914b2 100644
--- a/src/components/DetailComponent/ProjectApply.vue
+++ b/src/components/DetailComponent/ProjectApply.vue
@@ -140,7 +140,7 @@
@cancelOrClear="optionalChargeLeaderPickerCancel"/>