Commit e2982eb8 by gao_yingdong

Update bshcb.vue

parent 7b85172d
......@@ -50,6 +50,7 @@ export default {
draw: 1,
start: 1,
length: 10,
sfwqgxs: '',
// larqQssj: util.timeStampTurnTime(
// new Date(new Date().getFullYear() + "-01-01 00:00:00")
// ),
......@@ -192,19 +193,18 @@ export default {
placeholder: "请输入",
col: "3",
},
// {
// name: "是否为全国线索",
// id: "qgxs",
// type: "radio",
// value: "",
// placeholder: "",
// col: "3",
// radioData: [
// { label: "所有", val: "" },
// { label: "否", val: "0" },
// { label: "是", val: "1" },
// ],
// },
{
name: "是否全国线索",
id: "sfwqgxs",
type: "radio",
value: "",
placeholder: "",
col: "3",
radioData: [
{ label: "否", val: "0" },
{ label: "是", val: "1" },
],
},
{
name: "标识号类型",
id: "bshlx",
......
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