shj
2022-07-25 c21f3d6df8746ec55ab9e7a64e4e130577c49fea
src/views/goalManagement/targetDecompositionYear/index.vue
@@ -4,9 +4,9 @@
        <div class="minCenter">
            <div class="btns">
              <div>
                <el-button type="primary" :icon="Plus" @click="openType">新建</el-button>
                <el-button type="warning" :icon="EditPen" plain >修改</el-button>
                <el-button type="danger" :icon="Delete" plain>删除</el-button>
                <el-button size="default" type="primary" :icon="Plus" @click="openType">新建</el-button>
                <el-button size="default" type="warning" :icon="EditPen" plain >修改</el-button>
                <el-button size="default" type="danger" :icon="Delete" plain>删除</el-button>
              </div>
            </div>
          <el-table
@@ -109,8 +109,8 @@
export default defineComponent({
  components: { ElButton, ElInput,search,Dailog},
  setup() {
    // 下方导航与表格
    const activeName = ref("1");
    const handleClick = (tab: TabsPaneContext, event: Event) => {
@@ -209,4 +209,4 @@
display: flex;
justify-content: right;
}
</style>
</style>