提交 09635936 authored 作者: 王培喜's avatar 王培喜

退回改为 退回待提交

上级 26c600a2
......@@ -129,7 +129,7 @@ export const sjcolumns: BasicColumn[] = [
resizable: true,
customRender: ({ text }) => {
//-1 待接收 0待审核 1 退回 2已提交 3待提交
return text=='-1'?'待接收':text=='0'?'待审核':text=='1'?'退回待审核':text=='2'?'已提交':text=='3'?'待提交':'';
return text=='-1'?'待接收':text=='0'?'待审核':text=='1'?'退回待提交':text=='2'?'已提交':text=='3'?'待提交':'';
},
},
];
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论