Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
46ff8f5d69
|
|
@ -132,6 +132,7 @@
|
||||||
size="mini"
|
size="mini"
|
||||||
@click="handlePush"
|
@click="handlePush"
|
||||||
:disabled="ids.length == 0"
|
:disabled="ids.length == 0"
|
||||||
|
v-if="ENV === 'development-nw' || ENV === 'production-nw'"
|
||||||
>推送租赁平台</el-button
|
>推送租赁平台</el-button
|
||||||
>
|
>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|
@ -582,6 +583,7 @@ export default {
|
||||||
typeId: '',
|
typeId: '',
|
||||||
maCode: '',
|
maCode: '',
|
||||||
},
|
},
|
||||||
|
ENV: process.env.VUE_APP_ENV,
|
||||||
// 遮罩层
|
// 遮罩层
|
||||||
loading: true,
|
loading: true,
|
||||||
// 选中数组
|
// 选中数组
|
||||||
|
|
|
||||||
|
|
@ -524,7 +524,7 @@
|
||||||
type="primary"
|
type="primary"
|
||||||
icon="el-icon-upload"
|
icon="el-icon-upload"
|
||||||
>点击上传</el-button
|
>点击上传</el-button
|
||||||
><span style="color: red">文件需小于20M</span>
|
><span style="color: red; margin-left: 10px">文件需小于20M</span>
|
||||||
</el-upload>
|
</el-upload>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue