Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
fa620d00
authored
2020-12-16 15:51:19 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
批量层去掉提示内容
1 parent
d9aa457f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
src/components/plc/plC.vue
src/components/plc/plC.vue
View file @
fa620d0
...
...
@@ -12,31 +12,31 @@
<tr>
<td>
层建筑面积(㎡)
</td>
<td>
<el-input
v-model=
"qlcData.cjzmj"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null"
placeholder="层建筑面积(㎡)"
>
</el-input>
<el-input
v-model=
"qlcData.cjzmj"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null" >
</el-input>
</td>
<td>
层套内建筑面积(㎡)
</td>
<td>
<el-input
v-model=
"qlcData.ctnjzmj"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null"
placeholder="层套内建筑面积(㎡)"
>
</el-input>
<el-input
v-model=
"qlcData.ctnjzmj"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null" >
</el-input>
</td>
</tr>
<tr>
<td>
层阳台面积(㎡)
</td>
<td>
<el-input
v-model=
"qlcData.cytmj"
class=
""
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null"
placeholder="层阳台面积(㎡)"
>
</el-input>
<el-input
v-model=
"qlcData.cytmj"
class=
""
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null" >
</el-input>
</td>
<td>
层半墙面积(㎡)
</td>
<td>
<el-input
v-model=
"qlcData.cbqmj"
class=
""
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null"
placeholder="层半墙面积(㎡)"
>
</el-input>
<el-input
v-model=
"qlcData.cbqmj"
class=
""
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null" >
</el-input>
</td>
</tr>
<tr>
<td>
层共有建筑面积(㎡)
</td>
<td>
<el-input
v-model=
"qlcData.cgyjzmj"
class=
""
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null"
placeholder="层共有建筑面积(㎡)"
>
</el-input>
<el-input
v-model=
"qlcData.cgyjzmj"
class=
""
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null" >
</el-input>
</td>
<td>
层分摊建筑面积(㎡)
...
...
Please
register
or
sign in
to post a comment