|
@@ -67,8 +67,9 @@
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table>
|
|
</el-table>
|
|
- <span style="margin-right:10px">筛选设置</span>
|
|
|
|
- <el-button type="success" plain size="mini" @click="value.filterColumnList.push({columnId:'',viewDataType:'STRING',function:'like',value:''});">+添加筛选条件</el-button>
|
|
|
|
|
|
+ <span style="margin-right:10px">{{ value.operate == 1 ? '筛选设置' : '约束设置' }}</span>
|
|
|
|
+ <el-button type="success" plain size="mini" @click="value.filterColumnList.push({columnId:'',viewDataType:'STRING',function:'like',value:''});">{{ value.operate == 1 ? '+添加筛选条件' : '+添加约束条件' }} </el-button>
|
|
|
|
+ <span v-if="value.operate != 1" style="color:#ff0000;font-size:12px;margin-left:10px;">注:约束条件不成立时执行插入动作</span>
|
|
<el-table v-loading="loading" size="mini" :data="value.filterColumnList" border style="width: 100%;margin:10px 0;">
|
|
<el-table v-loading="loading" size="mini" :data="value.filterColumnList" border style="width: 100%;margin:10px 0;">
|
|
<el-table-column width="50" align="center">
|
|
<el-table-column width="50" align="center">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|