Commit 063ce4cb authored by 李苏's avatar 李苏 💬

change the position of fields

parent 02351d7e
...@@ -20,6 +20,16 @@ ...@@ -20,6 +20,16 @@
/* 基本配置*/ /* 基本配置*/
url: 'lxyl/zygz/usjgz', url: 'lxyl/zygz/usjgz',
tableTitle: [{ tableTitle: [{
title: "仓库",
field: "ckName",
width: 130
},
{
title: "库区",
field: "kqName",
width: 130
},
{
title: "执行顺序", title: "执行顺序",
field: "zxsx", field: "zxsx",
width: 140 width: 140
...@@ -35,15 +45,17 @@ ...@@ -35,15 +45,17 @@
} }
}, },
{ {
title: "仓库", title: "维护人",
field: "ckName", field: "whr",
width: 130 width: 140
}, },
{ {
title: "库区", title: "维护时间",
field: "kqName", field: "whsj",
width: 130 fieldType: 'ftDateTime'
}, },
{ {
title: "备注", title: "备注",
field: "bz" field: "bz"
...@@ -100,4 +112,4 @@ ...@@ -100,4 +112,4 @@
</script> </script>
<style> <style>
</style> </style>
\ No newline at end of file
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