mirror of
https://github.com/shawncai/ERP.git
synced 2024-11-10 17:29:39 +08:00
备份
This commit is contained in:
parent
3352a677e9
commit
881e48eeb4
2 changed files with 7 additions and 0 deletions
1
src/api/Product.js
Normal file
1
src/api/Product.js
Normal file
|
@ -0,0 +1 @@
|
|||
import request from '@/utils/request'
|
|
@ -105,6 +105,12 @@
|
|||
<el-form-item :label="$t('Product.source')" style="width: 40%;margin-top:1%">
|
||||
<el-input v-model="personalForm.source" placeholder="请选择来源" clearable/>
|
||||
</el-form-item>
|
||||
<el-form-item :label="$t('Product.isactive')" prop="gender" style="width: 40%;margin-top:1%">
|
||||
<el-radio-group v-model="personalForm.isactive" style="width: 80%">
|
||||
<el-radio :label="1" style="width: 50%">YES</el-radio>
|
||||
<el-radio :label="2">NO</el-radio>
|
||||
</el-radio-group>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
</div>
|
||||
<!--价格信息-->
|
||||
|
|
Loading…
Reference in a new issue