WXL
2026-08-10 037f2a6b4a36c728bbd57ed20636abbad3531657
青岛维护
已修改3个文件
已添加1个文件
21 ■■■■■ 文件已修改
src/views/business/affirm/affirmInfo.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/business/affirm/index.vue 15 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
管理端8.3.zip 补丁 | 查看 | 原始文档 | blame | 历史
src/views/business/affirm/affirmInfo.vue
@@ -45,7 +45,7 @@
        <!-- <el-row :gutter="20">
          <el-col :span="8">
            <el-form-item label="签字时间" prop="signdate">
            <el-form-item label="确认时间" prop="signdate">
              <el-date-picker
                v-model="form.signdate"
                type="datetime"
src/views/business/affirm/index.vue
@@ -117,12 +117,7 @@
          prop="caseNo"
          width="120"
        />
        <el-table-column
          label="姓名"
          align="center"
          prop="name"
          width="120"
        />
        <el-table-column label="姓名" align="center" prop="name" width="120" />
        <el-table-column label="性别" align="center" prop="sex" width="80">
          <template slot-scope="scope">
            <dict-tag
@@ -151,7 +146,7 @@
            </el-tag>
          </template>
        </el-table-column> -->
        <el-table-column
        <!-- <el-table-column
          label="确认时间"
          align="center"
          prop="signdate"
@@ -164,8 +159,8 @@
                : "-"
            }}</span>
          </template>
        </el-table-column>
<el-table-column
        </el-table-column> -->
        <el-table-column
          label="确认状态"
          align="center"
          prop="state"
@@ -256,7 +251,7 @@
export default {
  name: "ConfirmationList",
  components: { Pagination },
  dicts: ["sys_user_sex",'affirm_type'],
  dicts: ["sys_user_sex", "affirm_type"],
  data() {
    return {
      // é®ç½©å±‚
vue.config.js
@@ -34,8 +34,8 @@
      // detail: https://cli.vuejs.org/config/#devserver-proxy
      [process.env.VUE_APP_BASE_API]: {
        // target: `http://www.qdopo.com:9095`,
        // target:`http://192.168.76.25:9095`,//打包地址
        target:`http://192.168.100.10:8080`,
        target:`http://192.168.76.25:9095`,//打包地址
        // target:`http://192.168.100.10:8080`,
        // target: `http://localhost:8080`,
        // target:`http://192.168.100.137:8080`,
        // target: `https://slb.hospitalstar.com:9093`,
¹ÜÀí¶Ë8.3.zip
Binary files differ