fix: 1482 内部维修中选择配件输入框提示“选择上级”
This commit is contained in:
parent
1e9479a9d6
commit
1d99cc5561
|
|
@ -24,6 +24,7 @@
|
||||||
type="password"
|
type="password"
|
||||||
auto-complete="off"
|
auto-complete="off"
|
||||||
placeholder="密码"
|
placeholder="密码"
|
||||||
|
show-password
|
||||||
@keyup.enter.native="handleLogin"
|
@keyup.enter.native="handleLogin"
|
||||||
>
|
>
|
||||||
<svg-icon slot="prefix" icon-class="password" class="el-input__icon input-icon"/>
|
<svg-icon slot="prefix" icon-class="password" class="el-input__icon input-icon"/>
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
style="width: 350px"
|
style="width: 350px"
|
||||||
:options="deptList"
|
:options="deptList"
|
||||||
:normalizer="normalizer"
|
:normalizer="normalizer"
|
||||||
placeholder="选择上级"
|
placeholder="选择配件"
|
||||||
:disable-branch-nodes="true"
|
:disable-branch-nodes="true"
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
@ -195,7 +195,7 @@
|
||||||
v-model="domain.partId"
|
v-model="domain.partId"
|
||||||
:options="deptList"
|
:options="deptList"
|
||||||
:normalizer="normalizer"
|
:normalizer="normalizer"
|
||||||
placeholder="选择上级"
|
placeholder="选择配件"
|
||||||
:disable-branch-nodes="true"
|
:disable-branch-nodes="true"
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
|
||||||
|
|
@ -42,9 +42,10 @@ module.exports = {
|
||||||
// target: `https://test-cc.zhgkxt.com`,//线上环境-南网
|
// target: `https://test-cc.zhgkxt.com`,//线上环境-南网
|
||||||
// target: `https://z.csgmall.com.cn`,
|
// target: `https://z.csgmall.com.cn`,
|
||||||
|
|
||||||
target: `http://10.40.92.8:8080`,//超
|
// target: `http://10.40.92.8:8080`,//超
|
||||||
// target: `http://10.40.92.253:8080`,//韩
|
// target: `http://10.40.92.253:8080`,//韩
|
||||||
// target: `http://10.40.92.209:8080`,//川/
|
// target: `http://10.40.92.209:8080`,//川/
|
||||||
|
target: `http://10.40.92.141:28080`, // 帅
|
||||||
|
|
||||||
//******** 注意事项 ********* */
|
//******** 注意事项 ********* */
|
||||||
//1.全局替换qrUrl二维码扫码提供的网址-发布服务器的地址;
|
//1.全局替换qrUrl二维码扫码提供的网址-发布服务器的地址;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue