Commit acccf97c by wusiyi

fix: 字段名修改

parent 00ff1ac5
...@@ -51,14 +51,14 @@ ...@@ -51,14 +51,14 @@
type="success" type="success"
@click="batchRegister" @click="batchRegister"
> >
批量注册 批量注册跟踪
</el-button> </el-button>
<el-button <el-button
v-if="nodeId !== -1 && nodeId !== 0 && nodeId !== 11" v-if="nodeId !== -1 && nodeId !== 0 && nodeId !== 11"
type="warning" type="warning"
@click="batchPushOrder" @click="batchPushOrder"
> >
批量同步 批量同步跟踪
</el-button> </el-button>
</el-form-item> </el-form-item>
</el-form> </el-form>
......
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