Handy_Cao 2 years ago
parent
commit
d650efd086

+ 1 - 1
public/config/router.json

@@ -694,7 +694,7 @@
             {
                 "authType": 1,
                 "sort": 5,
-                "title": "出入金申请",
+                "title": "出入金申请记录",
                 "code": "query_inoutapply",
                 "url": "inoutapply",
                 "urlType": 1,

+ 1 - 1
src/packages/pc/views/footer/performance/buy/index.vue

@@ -25,7 +25,7 @@
                     @click="showComponent('manual', row)">手动确认</el-button>
                 <el-button type="warning" size="small" v-if="row.buyorsell === row.executeside - 1"
                     @click="showComponent('delay', row)">延期</el-button>
-                <el-button type="primary" size="small" v-if="![6, 7].includes(row.performancestatus)"
+                <el-button type="danger" size="small" v-if="![6, 7].includes(row.performancestatus)"
                     @click="showComponent('contracted', row)">违约</el-button>
                 <el-button type="info" v-if="![6, 7].includes(row.performancestatus)" size="small"
                     @click="showComponent('edit', row)">修改</el-button>

+ 1 - 1
src/packages/pc/views/footer/performance/sell/index.vue

@@ -25,7 +25,7 @@
                     @click="showComponent('manual', row)">手动确认</el-button>
                 <el-button type="warning" size="small" v-if="row.buyorsell === row.executeside - 1"
                     @click="showComponent('delay', row)">延期</el-button>
-                <el-button type="primary" size="small" v-if="![6, 7].includes(row.performancestatus)"
+                <el-button type="danger" size="small" v-if="![6, 7].includes(row.performancestatus)"
                     @click="showComponent('contracted', row)">违约</el-button>
                 <el-button type="info" v-if="![6, 7].includes(row.performancestatus)" size="small"
                     @click="showComponent('edit', row)">修改</el-button>