|
|
@@ -230,7 +230,11 @@ export default {
|
|
|
},
|
|
|
// 路由
|
|
|
handleRouterSkip(way) {
|
|
|
- this.$router.push(`${way}`)
|
|
|
+ // console.log('way===>', )
|
|
|
+ // return
|
|
|
+ this.$router.push({
|
|
|
+ path: way
|
|
|
+ })
|
|
|
},
|
|
|
// 无流程表单
|
|
|
// handleFlowlessForm(way){
|
|
|
@@ -353,11 +357,8 @@ export default {
|
|
|
|
|
|
.text-border {
|
|
|
color: #000000;
|
|
|
- box-shadow:
|
|
|
- 0 0 0 0 rgba(0, 0, 0, 0.1),
|
|
|
- 0 0 0 0 rgba(0, 0, 0, 0.1),
|
|
|
- 0 0 0 0 rgba(0, 0, 0, 0.1),
|
|
|
- 0 1px 0px 0 rgba(0, 0, 0, 0.1);
|
|
|
+ box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.1),
|
|
|
+ 0 0 0 0 rgba(0, 0, 0, 0.1), 0 1px 0px 0 rgba(0, 0, 0, 0.1);
|
|
|
padding-left: 5px;
|
|
|
min-height: 38px;
|
|
|
font-size: 16px;
|