|
@@ -148,7 +148,14 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column label="数据填充">
|
|
|
<template slot-scope="scope">
|
|
|
- <span>{{ scope.row.data }}</span>
|
|
|
+ <div>
|
|
|
+ <span v-if="scope.row.rule===1">*输入生成编号时包含的固定字符</span>
|
|
|
+ <span v-if="scope.row.rule===2">*自动获取当前合同段编号</span>
|
|
|
+ <span v-if="scope.row.rule===3">*自动获取各试验参数掩码</span>
|
|
|
+ <span v-if="scope.row.rule===4">*自动获取当前年份</span>
|
|
|
+ <span v-if="scope.row.rule===5">*自动获取当前月份</span>
|
|
|
+ <span v-if="scope.row.rule===6">*{{ scope.row.data }}</span>
|
|
|
+ </div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="是否自增">
|