|
@@ -233,13 +233,12 @@
|
|
|
<el-input
|
|
<el-input
|
|
|
v-if="['lonKey', 'latKey'].includes(rulesItem)"
|
|
v-if="['lonKey', 'latKey'].includes(rulesItem)"
|
|
|
v-model="taskColumn.from.c_source_data[rulesItem]"
|
|
v-model="taskColumn.from.c_source_data[rulesItem]"
|
|
|
|
|
+ placeholder="当文件为xlsx时必填"
|
|
|
/>
|
|
/>
|
|
|
<el-select
|
|
<el-select
|
|
|
v-if="['outFileType', 'inPrj', 'outPrj'].includes(rulesItem)"
|
|
v-if="['outFileType', 'inPrj', 'outPrj'].includes(rulesItem)"
|
|
|
v-model="taskColumn.from.c_source_data[rulesItem]"
|
|
v-model="taskColumn.from.c_source_data[rulesItem]"
|
|
|
- placeholder="请选择"
|
|
|
|
|
- +
|
|
|
|
|
- rulesItem
|
|
|
|
|
|
|
+ :placeholder="'请选择' + rulesItem"
|
|
|
>
|
|
>
|
|
|
<el-option
|
|
<el-option
|
|
|
v-for="item in taskColumn.selectOptions[rulesItem]"
|
|
v-for="item in taskColumn.selectOptions[rulesItem]"
|