Commit 5396d9f5 by LiRui

fctopn页面修改

parent a335c216
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
v-model="model.fcdgrp.apl.pts.nam" v-model="model.fcdgrp.apl.pts.nam"
maxlength="40" maxlength="40"
placeholder="请输入" placeholder="请输入"
disabled
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -37,6 +38,7 @@ ...@@ -37,6 +38,7 @@
v-model="model.fcdgrp.apl.pta.nam1" v-model="model.fcdgrp.apl.pta.nam1"
maxlength="40" maxlength="40"
placeholder="请输入Externally Visible Name of Address" placeholder="请输入Externally Visible Name of Address"
disabled
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -139,7 +141,7 @@ export default { ...@@ -139,7 +141,7 @@ export default {
columns: [ columns: [
"0 1 \"INR\" 100", "0 1 \"INR\" 100",
"1 2 \"Own Reference\" 150", "1 2 \"Own Reference\" 150",
"2 3 \"收取日期\" auto 4 7", "2 3 \"收取日期\" 150 4 7",
"3 4 \"Cur\" 100", "3 4 \"Cur\" 100",
"4 5 \"Relevant Amount\" 150 2 8:1 2 5", "4 5 \"Relevant Amount\" 150 2 8:1 2 5",
"5 6 \"机构号\" 120", "5 6 \"机构号\" 120",
......
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