Commit d46be883 by wangna

cup静态交易修改

parent e25c892d
......@@ -19,11 +19,11 @@
<c-input v-model="model.txt" placeholder="请输入币种名称"> </c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<!-- <c-col :span="24">
<el-form-item label="版本号" prop="ver">
<c-input v-model="model.ver" placeholder="请输入版本号"> </c-input>
</el-form-item>
</c-col>
</c-col> -->
</c-col>
</div>
</template>
......
......@@ -102,7 +102,7 @@ export default {
{ label: "币种号码", prop: "cod", width: "auto" },
{ label: "币种数字号码", prop: "numcod", width: "auto" },
{ label: "币种名称", prop: "txt", width: "auto" },
{ label: "版本号", prop: "ver", width: "auto" },
// { label: "版本号", prop: "ver", width: "auto" },
],
};
},
......
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