@@ -545,10 +545,22 @@ let cprops = [
value: 'text',
label: '文字',
},
+ {
+ value: 'color',
+ label: '颜色',
+ },
+ value: 'background',
+ label: '背景颜色',
{
value: 'progress',
label: '进度',
+ value: 'progressColor',
+ label: '进度颜色',
value: 'showChild',
label: '状态',
@@ -557,6 +569,10 @@ let cprops = [
value: 'rotate',
label: '旋转',
+ value: 'disabled',
+ label: '禁用',
+ }
];
const getProps = (c: any) => {
@@ -270,10 +270,22 @@ const cprops = ref<any>([
@@ -282,6 +294,10 @@ const cprops = ref<any>([
]);
const operatorOptions = [
@@ -287,10 +287,22 @@ const cProps = [
@@ -299,6 +311,10 @@ const cProps = [
const valueChange = (e, c: any) => {
@@ -965,10 +965,22 @@ const cProps = [
@@ -977,6 +989,10 @@ const cProps = [
const query = reactive<{