|
@@ -29,9 +29,9 @@
|
|
|
<e-dialog :dialog="dialog" @toClose="toClose">
|
|
|
<template v-slot:info>
|
|
|
<data-form :span="24" :fields="fieldsForm" :rules="fieldRules" v-model="fieldform" labelWidth="150px" @save="onSubmit">
|
|
|
- <!-- <template #is_use>
|
|
|
+ <template #is_use>
|
|
|
<el-option v-for="i in useList" :key="i.model" :label="i.label" :value="i.value"></el-option>
|
|
|
- </template> -->
|
|
|
+ </template>
|
|
|
<template #type>
|
|
|
<el-option v-for="i in typeList" :key="i.model" :label="i.label" :value="i.value"></el-option>
|
|
|
</template>
|