修改申请人验证问题,书面审理时不要展示视频tab栏
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
<!-- <el-tab-pane label="快递信息" name="third" v-if="false">
|
<!-- <el-tab-pane label="快递信息" name="third" v-if="false">
|
||||||
<expressDeliveryInfo :deliveryDataArr="detailform"></expressDeliveryInfo>
|
<expressDeliveryInfo :deliveryDataArr="detailform"></expressDeliveryInfo>
|
||||||
</el-tab-pane> -->
|
</el-tab-pane> -->
|
||||||
<el-tab-pane label="案件视频" name="fourth">
|
<el-tab-pane label="案件视频" name="fourth" v-if="caseDetail.arbitratMethodName=='开庭审理'?true:false">
|
||||||
<!-- <div @click="getVideo">chakanshipin</div> -->
|
<!-- <div @click="getVideo">chakanshipin</div> -->
|
||||||
<el-empty description="暂无视频" v-if="!videoFlag"></el-empty>
|
<el-empty description="暂无视频" v-if="!videoFlag"></el-empty>
|
||||||
<video style="background-color: #181717;width: 400px;height: 200px;margin: 30px;" v-if="videoFlag" :src="headPath + item.annexPath" controls="controls" v-for="(item,index) in videoUrl" :key="index"></video>
|
<video style="background-color: #181717;width: 400px;height: 200px;margin: 30px;" v-if="videoFlag" :src="headPath + item.annexPath" controls="controls" v-for="(item,index) in videoUrl" :key="index"></video>
|
||||||
|
|||||||
@@ -163,7 +163,7 @@
|
|||||||
message: '申请人不能为空',
|
message: '申请人不能为空',
|
||||||
trigger: 'blur',
|
trigger: 'blur',
|
||||||
},
|
},
|
||||||
{ max: 20, message: '长度应小于20个字符', trigger: 'blur' }
|
{ max: 50, message: '长度应小于50个字符', trigger: 'blur' }
|
||||||
]">
|
]">
|
||||||
<el-input v-model="item.name" placeholder="请输入" />
|
<el-input v-model="item.name" placeholder="请输入" />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|||||||
+2
-2
@@ -11,8 +11,8 @@ const name = process.env.VUE_APP_TITLE || '智慧仲裁管理系统' // 网页
|
|||||||
|
|
||||||
const port = process.env.port || process.env.npm_config_port || 80 // 端口
|
const port = process.env.port || process.env.npm_config_port || 80 // 端口
|
||||||
|
|
||||||
const API = 'http://121.40.189.20:9001' //生产
|
// const API = 'http://121.40.189.20:9001' //生产
|
||||||
// const API = 'http://121.40.189.20:8001' //测试
|
const API = 'http://121.40.189.20:8001' //测试
|
||||||
// const API = 'http://192.168.3.18:9001' //B
|
// const API = 'http://192.168.3.18:9001' //B
|
||||||
// const API = 'http://192.168.3.77:9001' //Q
|
// const API = 'http://192.168.3.77:9001' //Q
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user