明树Git Lab

Commit 95b23eac authored by zhanghan's avatar zhanghan

11

parent 24f14f78
Pipeline #111983 passed with stage
in 18 seconds
......@@ -75,11 +75,7 @@ let tableColumns = ref([
label: "项目名称",
showOverflowTooltip: true,
},
{
prop: "projectForeignName",
label: "项目外文名称",
showOverflowTooltip: true,
},
{
prop: "sbdw",
label: "申报单位",
......
......@@ -121,7 +121,7 @@
<el-input-number
v-model="jcFormData.dwzj"
:min="0"
:max="99999999999.99999999"
:max="99999999999.99"
controls-position="right"
>
<template #suffix>
......@@ -211,7 +211,7 @@
<el-input
v-model="scope.row.je"
:min="0"
:max="99999999999.99999999"
:max="99999999999.99"
controls-position="right"
/>
</template>
......@@ -299,7 +299,7 @@
<el-input-number
v-model="jcFormData.zbjbl"
:min="0"
:max="99999999999.99999999"
:max="99999999999.99"
controls-position="right"
>
<template #suffix>
......@@ -310,16 +310,17 @@
</el-col>
<el-col :span="8">
<el-form-item label="金额" prop="zbjje">
<el-input
<el-input-number
v-model="jcFormData.zbjje"
:min="0"
:max="99999999999.99999999"
:max="99999999999.99"
:precision="2"
controls-position="right"
>
<template #suffix>
<span>亿元</span>
</template>
</el-input>
</el-input-number>
</el-form-item>
</el-col>
<el-col :span="8">
......@@ -339,7 +340,7 @@
<el-input-number
v-model="jcFormData.dkbl"
:min="0"
:max="99999999999.99999999"
:max="99999999999.99"
controls-position="right"
>
<template #suffix>
......@@ -350,16 +351,17 @@
</el-col>
<el-col :span="8">
<el-form-item label="金额" prop="dkbje">
<el-input
<el-input-number
v-model="jcFormData.dkbje"
:min="0"
:max="99999999999.99999999"
:max="99999999999.99"
:precision="2"
controls-position="right"
>
<template #suffix>
<span>亿元</span>
</template>
</el-input>
</el-input-number>
</el-form-item>
</el-col>
<el-col :span="8">
......@@ -372,7 +374,7 @@
<el-input-number
v-model="jcFormData.dkqx"
:min="0"
:max="99999999999.99999999"
:max="99999999999.99"
controls-position="right"
>
<template #suffix>
......@@ -386,7 +388,7 @@
<el-input-number
v-model="jcFormData.dkll"
:min="0"
:max="99999999999.99999999"
:max="99999999999.99"
controls-position="right"
>
<template #suffix>
......@@ -637,7 +639,7 @@
<el-input-number
v-model="jcFormData.qtzcwnbsyl"
:min="0"
:max="99999999999.99999999"
:max="99999999999.99"
controls-position="right"
>
<template #suffix>
......@@ -655,7 +657,7 @@
<el-input-number
v-model="jcFormData.zbjcwnbsyl"
:min="0"
:max="99999999999.99999999"
:max="99999999999.99"
controls-position="right"
>
<template #suffix>
......@@ -687,7 +689,7 @@
<el-input-number
v-model="jcFormData.cwjxz"
:min="0"
:max="99999999999.99999999"
:max="99999999999.99"
controls-position="right"
>
<template #suffix>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment