修改bug

This commit is contained in:
‘937886381’
2023-07-07 16:32:42 +08:00
parent 9d688408cd
commit fca971fa37
9 changed files with 95 additions and 35 deletions

View File

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2023-01-04 10:29:40
* @LastEditors: zhp
* @LastEditTime: 2023-06-30 16:39:46
* @LastEditTime: 2023-07-07 13:51:05
* @Description:
-->
<template>
@@ -50,13 +50,18 @@ const tableBtn = [
type: "synchronous",
btnName: "同步",
showParam: {
type: "&",
type: "|",
data: [
{
type: "equal",
name: "controlCodeId",
value:null,
},
{
type: "equal",
name: "controlCodeId",
value: '0',
},
],
},
},
@@ -71,6 +76,11 @@ const tableBtn = [
name: "controlCodeId",
value: null,
},
{
type: "unequal",
name: "controlCodeId",
value: '0',
},
],
},
},