Commit 15af77f0 by zhao_shaonan

标注状态字段bzztMs改为bzzt

parent 5d31d07c
......@@ -351,7 +351,7 @@
v-show="
item.id == 'ajzb'
? scope.row.ifAjbc == '1' ||
scope.row.bzztMs == '1'
scope.row.bzzt == '1'
? true
: false
: true
......@@ -507,7 +507,7 @@
v-show="
item.id == 'ajzb'
? scope.row.ifAjbc == '1' ||
scope.row.bzztMs == '1'
scope.row.bzzt == '1'
? true
: false
: true
......
......@@ -290,7 +290,7 @@
:key="item.id"
v-show="
item.id == 'ajzb'
? scope.row.ifAjbc == '1' || scope.row.bzztMs == '1'
? scope.row.ifAjbc == '1' || scope.row.bzzt == '1'
? true
: false
: true
......
......@@ -474,7 +474,7 @@
:key="item.id"
v-show="
item.id == 'ajzb'
? scope.row.ifAjbc == '1' || scope.row.bzztMs == '1'
? scope.row.ifAjbc == '1' || scope.row.bzzt == '1'
? true
: false
: true
......@@ -618,7 +618,7 @@
:key="item.id"
v-show="
item.id == 'ajzb'
? scope.row.ifAjbc == '1' || scope.row.bzztMs == '1'
? scope.row.ifAjbc == '1' || scope.row.bzzt == '1'
? true
: false
: true
......
......@@ -86,7 +86,7 @@ let jccxFormData = {
ajzlb: "",
ajxzlb: "",
xalbdmbcms: "",
bzztMs: "",
bzzt: "",
zhrq: "",
zhddXzqhdm: "",
zhddDzmc: "",
......@@ -623,7 +623,7 @@ let jccxAjxxDefaultFormField = {
},
{
name: "标注状态",
id: "bzztMs",
id: "bzzt",
type: "radio",
value: "",
placeholder: "请选择",
......@@ -855,7 +855,7 @@ let jccxAjxxFormField = {
},
{
name: "标注状态",
id: "bzztMs",
id: "bzzt",
type: "radio",
value: "",
placeholder: "请选择",
......
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