Commit 9ec58dc4 authored by JiangSN's avatar JiangSN

格式化列表字段

parent d844f97b
...@@ -202,12 +202,17 @@ export default { ...@@ -202,12 +202,17 @@ export default {
* @returns {string} * @returns {string}
*/ */
zjlxFormat(row) { zjlxFormat(row) {
//todo-sn 2021/11/2 16:46 Ash: 未完成,只是个Demo,补全代码
switch (row.zjlx) { switch (row.zjlx) {
case '01': case '01':
return "身份证"; return "身份证";
case '02': case '02':
return "军官证"; return "军官证";
case '03':
return "护照";
case '04':
return "外国人永久居住证";
case '99':
return "其他";
} }
}, },
testConnectServer() { testConnectServer() {
......
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