shj
2022-04-12 185547d84110faeb341ca122a8e5c166a1f0681b
Merge branch 'shf' of https://sinanoaq.cn:8888/r/ztqt into shf
已修改11个文件
98 ■■■■ 文件已修改
src/views/delayHiddenDangerRectification/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/delayHiddenDangerRectification/rectificationDelayHiddenDanger.vue 13 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hiddenDangerManagement/fillInspector.vue 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hiddenDangerManagement/fillRectification.vue 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hiddenDangerRectification/applicationForExtension.vue 13 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hiddenDangerRectification/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hiddenDangerRectification/sendHiddenDangerList.vue 13 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hiddenDangerRegistration/hiddenDangerList.vue 13 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hiddenDangerRegistration/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hiddenDangerReview/recheckCancellationNumber.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hiddenDangerReview/recheckHiddenDangerList.vue 13 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/delayHiddenDangerRectification/index.vue
@@ -211,7 +211,7 @@
      <el-table-column label="当前警情" align="center"> </el-table-column>
      <el-table-column label="流程操作" align="center">
          <template slot-scope="scope">
              <el-button @click="handleClick(scope.row)" type="text" size="small">发送流程</el-button>
              <el-button @click="handleClick(scope.row)" type="text" size="small">点击发送</el-button>
          </template>
      </el-table-column>
    </el-table>
src/views/delayHiddenDangerRectification/rectificationDelayHiddenDanger.vue
@@ -392,8 +392,8 @@
                    <el-row>
                        <el-col :span="22">
                            <el-form-item style="text-align: center;">
                                <el-button type="primary" @click="submitForm('ruleForm')">保存</el-button>
                                <el-button @click="close()">关闭</el-button>
                                <el-button class="btn" type="primary" @click="submitForm('ruleForm')">保存</el-button>
                                <el-button class="btn" type="primary" @click="close()">关闭</el-button>
                            </el-form-item>
                        </el-col>
                    </el-row>
@@ -519,4 +519,13 @@
        max-height: 100px;
        overflow-y: auto
    }
    .btn{
        background-color: #034ea2;
        border: 1px solid #034ea2;
    }
    .el-button:hover {
        background: #66b1ff;
        border-color: #66b1ff;
        color: #FFF;
    }
</style>
src/views/hiddenDangerManagement/fillInspector.vue
@@ -155,9 +155,11 @@
                </el-form>
                <div class="btn">
                    <el-button
                        class="btns"
                        type="primary"
                        @click="submitConfig('config')">保存</el-button>
                    <el-button
                        class="btns"
                        type="primary" @click="close()">关闭</el-button>
                </div>
            </div>
@@ -300,4 +302,13 @@
        text-align: center;
        margin-top: 50px;
    }
    .btns{
        background-color: #034ea2;
        border: 1px solid #034ea2;
    }
    .el-button:hover {
        background: #66b1ff;
        border-color: #66b1ff;
        color: #FFF;
    }
</style>
src/views/hiddenDangerManagement/fillRectification.vue
@@ -131,9 +131,11 @@
                </el-form>
                <div class="btn">
                    <el-button
                        class="btns"
                        type="primary"
                        @click="submitConfig('config')">保存</el-button>
                    <el-button
                        class="btns"
                        type="primary" @click="close()">关闭</el-button>
                </div>
            </div>
@@ -267,4 +269,13 @@
        text-align: center;
        margin-top: 50px;
    }
    .btns{
        background-color: #034ea2;
        border: 1px solid #034ea2;
    }
    .el-button:hover {
        background: #66b1ff;
        border-color: #66b1ff;
        color: #FFF;
    }
</style>
src/views/hiddenDangerRectification/applicationForExtension.vue
@@ -46,8 +46,8 @@
                    <el-row>
                        <el-col :span="22">
                            <el-form-item style="text-align: center;">
                                <el-button type="primary" @click="submitForm('ruleForm')">保存</el-button>
                                <el-button @click="close()">关闭</el-button>
                                <el-button class="btn" type="primary" @click="submitForm('ruleForm')">保存</el-button>
                                <el-button class="btn" type="primary" @click="close()">关闭</el-button>
                            </el-form-item>
                        </el-col>
                    </el-row>
@@ -148,4 +148,13 @@
        max-height: 80px;
        overflow-y: auto
    }
    .btn{
        background-color: #034ea2;
        border: 1px solid #034ea2;
    }
    .el-button:hover {
        background: #66b1ff;
        border-color: #66b1ff;
        color: #FFF;
    }
</style>
src/views/hiddenDangerRectification/index.vue
@@ -211,7 +211,7 @@
      <el-table-column label="当前警情" align="center"> </el-table-column>
      <el-table-column label="流程操作" align="center">
        <template slot-scope="scope">
            <el-button @click="handleClick(scope.row)" type="text" size="small">发送流程</el-button>
            <el-button @click="handleClick(scope.row)" type="text" size="small">点击发送</el-button>
        </template>
      </el-table-column>
    </el-table>
src/views/hiddenDangerRectification/sendHiddenDangerList.vue
@@ -392,8 +392,8 @@
                    <el-row>
                        <el-col :span="22">
                            <el-form-item style="text-align: center;">
                                <el-button type="primary" @click="submitForm('ruleForm')">保存</el-button>
                                <el-button @click="close()">关闭</el-button>
                                <el-button class="btn" type="primary" @click="submitForm('ruleForm')">保存</el-button>
                                <el-button class="btn" type="primary" @click="close()">关闭</el-button>
                            </el-form-item>
                        </el-col>
                    </el-row>
@@ -519,4 +519,13 @@
        max-height: 100px;
        overflow-y: auto
    }
    .btn{
        background-color: #034ea2;
        border: 1px solid #034ea2;
    }
    .el-button:hover {
        background: #66b1ff;
        border-color: #66b1ff;
        color: #FFF;
    }
</style>
src/views/hiddenDangerRegistration/hiddenDangerList.vue
@@ -392,8 +392,8 @@
                    <el-row>
                        <el-col :span="22">
                            <el-form-item style="text-align: center;">
                                <el-button type="primary" @click="submitForm('ruleForm')">保存</el-button>
                                <el-button @click="close()">关闭</el-button>
                                <el-button class="btn" @click="submitForm('ruleForm')" type="primary">保存</el-button>
                                <el-button class="btn" @click="close()" type="primary">关闭</el-button>
                            </el-form-item>
                        </el-col>
                    </el-row>
@@ -519,4 +519,13 @@
        max-height: 100px;
        overflow-y: auto
    }
    .btn{
        background-color: #034ea2;
        border: 1px solid #034ea2;
    }
    .el-button:hover {
        background: #66b1ff;
        border-color: #66b1ff;
        color: #FFF;
    }
</style>
src/views/hiddenDangerRegistration/index.vue
@@ -282,7 +282,7 @@
      <el-table-column label="流程操作" align="center"> </el-table-column>
      <el-table-column label="基本操作" align="center">
          <template slot-scope="scope">
              <el-button @click="handleClick(scope.row)" type="text" size="small">发送流程</el-button>
              <el-button @click="handleClick(scope.row)" type="text" size="small">点击发送</el-button>
          </template>
      </el-table-column>
    </el-table>
@@ -345,7 +345,8 @@
      // 发送隐患单跳转
      handleClick(){
          this.$router.push({
              path:"/hiddenDangerList"
              path:"/hiddenDangerList",
          })
      },
  }
src/views/hiddenDangerReview/recheckCancellationNumber.vue
@@ -212,7 +212,7 @@
      <el-table-column label="当前警情" align="center"> </el-table-column>
      <el-table-column label="流程操作" align="center">
        <template slot-scope="scope">
            <el-button @click="handleClick(scope.row)" type="text" size="small">发送流程</el-button>
            <el-button @click="handleClick(scope.row)" type="text" size="small">点击发送</el-button>
        </template>
    </el-table-column>
    </el-table>
src/views/hiddenDangerReview/recheckHiddenDangerList.vue
@@ -392,8 +392,8 @@
                    <el-row>
                        <el-col :span="22">
                            <el-form-item style="text-align: center;">
                                <el-button type="primary" @click="submitForm('ruleForm')">保存</el-button>
                                <el-button @click="close()">关闭</el-button>
                                <el-button class="btn" type="primary" @click="submitForm('ruleForm')">保存</el-button>
                                <el-button class="btn" type="primary" @click="close()">关闭</el-button>
                            </el-form-item>
                        </el-col>
                    </el-row>
@@ -519,4 +519,13 @@
        max-height: 100px;
        overflow-y: auto
    }
    .btn {
        background-color: #034ea2;
        border: 1px solid #034ea2;
    }
    .el-button:hover {
        background: #66b1ff;
        border-color: #66b1ff;
        color: #FFF;
    }
</style>