|
@@ -41,7 +41,7 @@
|
|
<el-option v-for="i in technologyList" :key="i._id" :label="i.label" :value="i.value"></el-option>
|
|
<el-option v-for="i in technologyList" :key="i._id" :label="i.label" :value="i.value"></el-option>
|
|
</template>
|
|
</template>
|
|
<template #area>
|
|
<template #area>
|
|
- <el-cascader v-model="form.area" :props="{ value: 'label', label: 'label' }" :options="cityList" @change="handleChange" style="width: 100%" />
|
|
|
|
|
|
+ <el-cascader v-model="form.area" :props="{ value: 'label', label: 'label' }" :options="cityList" style="width: 100%" />
|
|
</template>
|
|
</template>
|
|
<template #file>
|
|
<template #file>
|
|
<custom-upload model="file" :list="form.file" :limit="1" url="/files/web/template/upload" @change="onUpload"></custom-upload>
|
|
<custom-upload model="file" :list="form.file" :limit="1" url="/files/web/template/upload" @change="onUpload"></custom-upload>
|